Advertisement
eugen80

Untitled

May 4th, 2016
108
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 2.80 KB | None | 0 0
  1. > ffmpeg -re -i Untitled\ 07.avi -vcodec libx264 -preset veryfast -maxrate 1984k -bufsize 3968k -vf "format=yuv420p" -g 60 -acodec libmp3lame -b:a 96k -ar 44100 -f flv -s 1920x1080 rtmp://a.rtmp.youtube.com/live2/xxx-xxxx-x-x-x-x
  2. ffmpeg version 3.0.2 Copyright (c) 2000-2016 the FFmpeg developers
  3. built with gcc 5 (SUSE Linux)
  4. configuration: --prefix=/usr --libdir=/usr/lib64 --shlibdir=/usr/lib64 --incdir=/usr/include/ffmpeg --extra-cflags='-fmessage-length=0 -grecord-gcc-switches -O2 -Wall -D_FORTIFY_SOURCE=2 -fstack-protector-strong -funwind-tables -fasynchronous-unwind-tables -g' --optflags='-fmessage-length=0 -grecord-gcc-switches -O2 -Wall -D_FORTIFY_SOURCE=2 -fstack-protector-strong -funwind-tables -fasynchronous-unwind-tables -g' --disable-htmlpages --enable-pic --disable-stripping --enable-shared --disable-static --enable-runtime-cpudetect --enable-gpl --disable-openssl --enable-avresample --enable-libcdio --enable-gnutls --enable-ladspa --enable-libass --enable-libbluray --enable-libcelt --enable-libcdio --enable-libdc1394 --enable-libfreetype --enable-libgsm --enable-libopenjpeg --enable-libopus --enable-libpulse --enable-libschroedinger --enable-libspeex --enable-libtheora --enable-libvorbis --enable-libvpx --enable-libwebp --enable-pic --enable-pthreads --enable-vaapi --enable-vdpau --enable-libmp3lame --enable-libopencore-amrnb --enable-libopencore-amrwb --enable-version3 --enable-libtwolame --enable-libx264 --enable-libx265 --enable-libxvid --enable-x11grab
  5. libavutil 55. 17.103 / 55. 17.103
  6. libavcodec 57. 24.102 / 57. 24.102
  7. libavformat 57. 25.100 / 57. 25.100
  8. libavdevice 57. 0.101 / 57. 0.101
  9. libavfilter 6. 31.100 / 6. 31.100
  10. libavresample 3. 0. 0 / 3. 0. 0
  11. libswscale 4. 0.100 / 4. 0.100
  12. libswresample 2. 0.101 / 2. 0.101
  13. libpostproc 54. 0.100 / 54. 0.100
  14. [NULL @ 0x19901e0] unknown subformat:010000000000000000001000800000aa {00000001-0000-0000-0000-1000800000aa}
  15. [avi @ 0x198a800] non-interleaved AVI
  16. [mjpeg @ 0x198b660] Changing bps to 8
  17. [avi @ 0x198a800] Could not find codec parameters for stream 1 (Audio: none, 48000 Hz, 2 channels, 2304 kb/s): unknown codec
  18. Consider increasing the value for the 'analyzeduration' and 'probesize' options
  19. Guessed Channel Layout for Input Stream #0.1 : stereo
  20. Input #0, avi, from 'Untitled 07.avi':
  21. Duration: 00:00:21.79, start: 0.000000, bitrate: 83973 kb/s
  22. Stream #0:0: Video: mjpeg (MJPG / 0x47504A4D), yuvj422p(pc, bt470bg/unknown/unknown), 1920x1080, 81685 kb/s, 29.97 fps, 29.97 tbr, 29.97 tbn, 29.97 tbc
  23. Stream #0:1: Audio: none, 48000 Hz, 2 channels, 2304 kb/s
  24. [swscaler @ 0x19d0160] deprecated pixel format used, make sure you did set range correctly
  25. This build of ffmpeg does not have a suitable decoder for stream #0:1 enabled, filtering impossible
  26. Error opening filters!
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement