Advertisement
Guest User

Untitled

a guest
Jul 13th, 2015
88
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
Swift 1.83 KB | None | 0 0
  1. [libx264 @ 0x8a246e0] using cpu capabilities: MMX2 SSE2Fast SSSE3 SSE4.2 AVX
  2. [libx264 @ 0x8a246e0] profile Constrained Baseline, level 3.1
  3. [libx264 @ 0x8a246e0] 264 - core 142 r2495 6a301b6 - H.264/MPEG-4 AVC codec - Copyleft 2003-2014 - http://www.videolan.org/x264.html - options: cabac=0 ref=3 deblock=1:0:0 analyse=0x1:0x111 me=hex subme=7 psy=1 psy_rd=1.00:0.00 mixed_ref=1 me_range=16 chroma_me=1 trellis=1 8x8dct=0 cqm=0 deadzone=21,11 fast_pskip=1 chroma_qp_offset=-2 threads=1 lookahead_threads=1 sliced_threads=0 nr=0 decimate=1 interlaced=0 bluray_compat=0 constrained_intra=0 bframes=0 weightp=0 keyint=250 keyint_min=25 scenecut=40 intra_refresh=0 rc_lookahead=40 rc=abr mbtree=1 bitrate=350 ratetol=1.0 qcomp=0.60 qpmin=0 qpmax=69 qpstep=4 ip_ratio=1.40 aq=1:1.00
  4. Output #0, flv, to 'rtmp://localhost/stream/test':
  5.   Metadata:
  6.     Server          : NGINX RTMP (github.com/arut/nginx-rtmp-module)
  7.     displayWidth    : 1920
  8.     displayHeight   : 1080
  9.     fps             : 30
  10.     profile         :
  11.     level           :
  12.     encoder         : Lavf56.15.102
  13.     Stream #0:0: Video: h264 (libx264) ([7][0][0][0] / 0x0007), yuv420p, 1280x720, q=-1--1, 350 kb/s, 30 fps, 1k tbn, 30 tbc
  14.     Metadata:
  15.       encoder         : Lavc56.13.100 libx264
  16.     Stream #0:1: Audio: aac ([10][0][0][0] / 0x000A), 48000 Hz, stereo, fltp, 56 kb/s
  17.     Metadata:
  18.       encoder         : Lavc56.13.100 aac
  19. Stream mapping:
  20.   Stream #0:0 -> #0:0 (h264 (native) -> h264 (libx264))
  21.   Stream #0:1 -> #0:1 (aac (native) -> aac (native))
  22. Press [q] to stop, [?] for help
  23. frame=490966 fps= 30 q=27.0 size=  834912kB time=04:32:45.82 bitrate= 417.9kbits/s    
  24. [1]+  Stopped                 ffmpeg -i rtmp://localhost/localffmpeg/test -threads 1 -c:v libx264 -profile:v baseline -b:v 350K -s 1280x720 -f flv -c:a aac -strict -2 -b:a 56k rtmp://localhost/stream/test
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement