Advertisement
Guest User

Untitled

a guest
Oct 5th, 2016
117
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 3.42 KB | None | 0 0
  1. ffmpeg -i /dev/video1 -deinterlace -vcodec libx264 -pix_fmt yuv420p -preset medium -r 30 -g 60 -b:v 2500k -acodec libmp3lame -ar 44100 -threads 6 -b:a 712000 -bufsize 512k -f flv -acodec libmp3lame -ar 44100 -threads 6 -b:a 712000 -bufsize 512k rtmp://a.rtmp.youtube.com/live2/vk06-qqup-jawr-1wrg
  2. ffmpeg version 2.8.8 Copyright (c) 2000-2016 the FFmpeg developers
  3. built with gcc 5.3.1 (GCC) 20160406 (Red Hat 5.3.1-6)
  4. configuration: --prefix=/usr --bindir=/usr/bin --datadir=/usr/share/ffmpeg --incdir=/usr/include/ffmpeg --libdir=/usr/lib64 --mandir=/usr/share/man --arch=x86_64 --optflags='-O2 -g -pipe -Wall -Werror=format-security -Wp,-D_FORTIFY_SOURCE=2 -fexceptions -fstack-protector-strong --param=ssp-buffer-size=4 -grecord-gcc-switches -specs=/usr/lib/rpm/redhat/redhat-hardened-cc1 -m64 -mtune=generic' --enable-bzlib --disable-crystalhd --enable-frei0r --enable-gnutls --enable-ladspa --enable-libass --enable-libcdio --enable-libdc1394 --disable-indev=jack --enable-libfreetype --enable-libgsm --enable-libmp3lame --enable-openal --enable-libopencv --enable-libopenjpeg --enable-libopus --enable-libpulse --enable-libschroedinger --enable-libsoxr --enable-libspeex --enable-libtheora --enable-libvorbis --enable-libv4l2 --enable-libvpx --enable-libx264 --enable-libx265 --enable-libxvid --enable-x11grab --enable-avfilter --enable-avresample --enable-postproc --enable-pthreads --disable-static --enable-shared --enable-gpl --disable-debug --disable-stripping --shlibdir=/usr/lib64 --enable-runtime-cpudetect
  5. libavutil 54. 31.100 / 54. 31.100
  6. libavcodec 56. 60.100 / 56. 60.100
  7. libavformat 56. 40.101 / 56. 40.101
  8. libavdevice 56. 4.100 / 56. 4.100
  9. libavfilter 5. 40.101 / 5. 40.101
  10. libavresample 2. 1. 0 / 2. 1. 0
  11. libswscale 3. 1.101 / 3. 1.101
  12. libswresample 1. 2.101 / 1. 2.101
  13. libpostproc 53. 3.100 / 53. 3.100
  14. Input #0, video4linux2,v4l2, from '/dev/video1':
  15. Duration: N/A, start: 181735.508935, bitrate: 110592 kb/s
  16. Stream #0:0: Video: rawvideo (YUY2 / 0x32595559), yuyv422, 960x720, 110592 kb/s, 10 fps, 10 tbr, 1000k tbn, 1000k tbc
  17. [libx264 @ 0xf587a0] VBV maxrate unspecified, assuming CBR
  18. [libx264 @ 0xf587a0] using cpu capabilities: MMX2 SSE2Fast SSSE3 SSE4.2
  19. [libx264 @ 0xf587a0] profile High, level 3.1
  20. [libx264 @ 0xf587a0] 264 - core 148 r2643 5c65704 - H.264/MPEG-4 AVC codec - Copyleft 2003-2015 - http://www.videolan.org/x264.html - options: cabac=1 ref=3 deblock=1:0:0 analyse=0x3:0x113 me=hex subme=7 psy=1 psy_rd=1.00:0.00 mixed_ref=1 me_range=16 chroma_me=1 trellis=1 8x8dct=1 cqm=0 deadzone=21,11 fast_pskip=1 chroma_qp_offset=-2 threads=6 lookahead_threads=1 sliced_threads=0 nr=0 decimate=1 interlaced=0 bluray_compat=0 constrained_intra=0 bframes=3 b_pyramid=2 b_adapt=1 b_bias=0 direct=1 weightb=1 open_gop=0 weightp=2 keyint=60 keyint_min=6 scenecut=40 intra_refresh=0 rc_lookahead=40 rc=cbr mbtree=1 bitrate=2500 ratetol=1.0 qcomp=0.60 qpmin=0 qpmax=69 qpstep=4 vbv_maxrate=2500 vbv_bufsize=512 nal_hrd=none filler=0 ip_ratio=1.40 aq=1:1.00
  21. Output #0, flv, to 'rtmp://a.rtmp.youtube.com/live2/vk06-qqup-jawr-1wrg':
  22. Metadata:
  23. encoder : Lavf56.40.101
  24. Stream #0:0: Video: h264 (libx264) ([7][0][0][0] / 0x0007), yuv420p, 960x720, q=-1--1, 2500 kb/s, 30 fps, 1k tbn, 30 tbc
  25. Metadata:
  26. encoder : Lavc56.60.100 libx264
  27. Stream mapping:
  28. Stream #0:0 -> #0:0 (rawvideo (native) -> h264 (libx264))
  29. Press [q] to stop, [?] for help
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement