Advertisement
Guest User

Untitled

a guest
Oct 11th, 2012
87
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 3.53 KB | None | 0 0
  1. root@LinuxEncoder08:~# /usr/local/bin/ffmpeg -i udp://@127.0.0.1:15288?overrun_nonfatal=1 -strict experimental -c:v libx264 -preset medium -vprofile baseline -level 31 -b:v 1000k -c:a aac -b:a 128k -ar 44100 -ac 2 -f flv -filter:v yadif -y rtmp://192.168.20.100:1935/live/test
  2. ffmpeg version git-2012-10-10-9586db6 Copyright (c) 2000-2012 the FFmpeg developers
  3. built on Oct 10 2012 15:24:35 with gcc 4.6 (Ubuntu/Linaro 4.6.3-1ubuntu5)
  4. configuration: --enable-gpl --enable-libfaac --enable-libmp3lame --enable-libopencore-amrnb --enable-libopencore-amrwb --enable-libtheora --enable-libvorbis --enable-libx264 --enable-nonfree --enable-version3 --enable-x11grab
  5. libavutil 51. 74.100 / 51. 74.100
  6. libavcodec 54. 65.100 / 54. 65.100
  7. libavformat 54. 31.100 / 54. 31.100
  8. libavdevice 54. 3.100 / 54. 3.100
  9. libavfilter 3. 19.102 / 3. 19.102
  10. libswscale 2. 1.101 / 2. 1.101
  11. libswresample 0. 16.100 / 0. 16.100
  12. libpostproc 52. 1.100 / 52. 1.100
  13. [mpegts @ 0x917c520] Unable to seek back to the start
  14. [mpegts @ 0x917c520] max_analyze_duration 5000000 reached at 5005000
  15. [mpegts @ 0x917c520] Estimating duration from bitrate, this may be inaccurate
  16. Input #0, mpegts, from 'udp://@127.0.0.1:15288?overrun_nonfatal=1':
  17. Duration: N/A, start: 8094.792500, bitrate: 6000 kb/s
  18. Program 1
  19. Stream #0:0[0x44]: Video: mpeg2video (Main) ([2][0][0][0] / 0x0002), yuv420p, 720x486 [SAR 9:10 DAR 4:3], 6000 kb/s, 29.97 fps, 29.97 tbr, 90k tbn, 59.94 tbc
  20. [libx264 @ 0x95d3c00] using SAR=9/10
  21. [libx264 @ 0x95d3c00] using cpu capabilities: MMX2 SSE2Fast SSSE3 FastShuffle SSE4.2 AVX
  22. [libx264 @ 0x95d3c00] profile Constrained Baseline, level 3.1
  23. [libx264 @ 0x95d3c00] 264 - core 128 r2216 198a7ea - H.264/MPEG-4 AVC codec - Copyleft 2003-2012 - 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=12 lookahead_threads=2 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=1000 ratetol=1.0 qcomp=0.60 qpmin=0 qpmax=69 qpstep=4 ip_ratio=1.40 aq=1:1.00
  24. Output #0, flv, to 'rtmp://192.168.20.100:1935/live/test':
  25. Metadata:
  26. encoder : Lavf54.31.100
  27. Stream #0:0: Video: h264 ([7][0][0][0] / 0x0007), yuv420p, 720x486 [SAR 9:10 DAR 4:3], q=-1--1, 1000 kb/s, 1k tbn, 29.97 tbc
  28. Stream mapping:
  29. Stream #0:0 -> #0:0 (mpeg2video -> libx264)
  30. Press [q] to stop, [?] for help
  31. frame= 1916 fps= 33 q=28.0 Lsize= 7731kB time=00:01:03.93 bitrate= 990.7kbits/s
  32. video:7694kB audio:0kB subtitle:0 global headers:0kB muxing overhead 0.489871%
  33. [libx264 @ 0x95d3c00] frame I:17 Avg QP:20.99 size: 34014
  34. [libx264 @ 0x95d3c00] frame P:1899 Avg QP:24.43 size: 3844
  35. [libx264 @ 0x95d3c00] mb I I16..4: 36.5% 0.0% 63.5%
  36. [libx264 @ 0x95d3c00] mb P I16..4: 2.1% 0.0% 1.3% P16..4: 26.6% 6.5% 2.4% 0.0% 0.0% skip:61.0%
  37. [libx264 @ 0x95d3c00] final ratefactor: 22.53
  38. [libx264 @ 0x95d3c00] coded y,uvDC,uvAC intra: 40.0% 70.7% 26.8% inter: 11.9% 14.9% 0.9%
  39. [libx264 @ 0x95d3c00] i16 v,h,dc,p: 37% 33% 11% 19%
  40. [libx264 @ 0x95d3c00] i4 v,h,dc,ddl,ddr,vr,hd,vl,hu: 25% 23% 16% 5% 7% 6% 7% 5% 5%
  41. [libx264 @ 0x95d3c00] i8c dc,h,v,p: 42% 27% 22% 9%
  42. [libx264 @ 0x95d3c00] ref P L0: 87.1% 7.6% 5.3%
  43. [libx264 @ 0x95d3c00] kb/s:985.78
  44. Received signal 2: terminating.
  45. root@LinuxEncoder08:~#
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement