Advertisement
Guest User

Untitled

a guest
Oct 12th, 2012
70
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 2.85 KB | None | 0 0
  1. root@LinuxEncoder08:/usr/local/src# root@LinuxEncoder08:/usr/local/src# root@LinuxEncoder08:/usr/local/src# /usr/local/bin/ffmpeg -i udp://@127.0.0.1:15288?overrun_nonfatal=1 -strict experimental -vcodec libx264 -flags +loop -cmp +chroma -subq 5 -trellis 1 -bf 0 -threads 0 -vprofile baseline -level 31 -g 125 -b:v 1000k -acodec aac -b:a 128k -ar 44100 -ac 2 -f flv -filter:v yadif=0 -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 @ 0xa976520] Unable to seek back to the start
  14. [mpegts @ 0xa976520] max_analyze_duration 5000000 reached at 5005000
  15. [mpegts @ 0xa976520] 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: 81547.721367, 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 @ 0xada6420] using SAR=9/10
  21. [libx264 @ 0xada6420] using cpu capabilities: MMX2 SSE2Fast SSSE3 FastShuffle SSE4.2 AVX
  22. [libx264 @ 0xada6420] profile Constrained Baseline, level 3.1
  23. [libx264 @ 0xada6420] 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=5 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=0 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=125 keyint_min=12 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= 1569 fps= 33 q=33.0 size= 6237kB time=00:00:50.58 bitrate=1010.1kbits/s
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement