Advertisement
Guest User

Untitled

a guest
Dec 6th, 2014
207
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 3.11 KB | None | 0 0
  1. $ ffmpeg -loop 1 -i wonderofword.jpg -i KCM.wav -c:v libx264 -tune stillimage -c:a aac -strict experimental -b:a 192k -pix_fmt yuv420p -shortest out.mp4
  2. ffmpeg version 1.2.6-7:1.2.6-1~trusty1 Copyright (c) 2000-2014 the FFmpeg developers
  3. built on Apr 26 2014 18:52:58 with gcc 4.8 (Ubuntu 4.8.2-19ubuntu1)
  4. configuration: --arch=amd64 --disable-stripping --enable-avresample --enable-pthreads --enable-runtime-cpudetect --extra-version='7:1.2.6-1~trusty1' --libdir=/usr/lib/x86_64-linux-gnu --prefix=/usr --enable-bzlib --enable-libdc1394 --enable-libfreetype --enable-frei0r --enable-gnutls --enable-libgsm --enable-libmp3lame --enable-librtmp --enable-libopencv --enable-libopenjpeg --enable-libopus --enable-libpulse --enable-libschroedinger --enable-libspeex --enable-libtheora --enable-vaapi --enable-vdpau --enable-libvorbis --enable-libvpx --enable-zlib --enable-gpl --enable-postproc --enable-libcdio --enable-x11grab --enable-libx264 --shlibdir=/usr/lib/x86_64-linux-gnu --enable-shared --disable-static
  5. avcodec configuration: --arch=amd64 --disable-stripping --enable-avresample --enable-pthreads --enable-runtime-cpudetect --extra-version='7:1.2.6-1~trusty1' --libdir=/usr/lib/x86_64-linux-gnu --prefix=/usr --enable-bzlib --enable-libdc1394 --enable-libfreetype --enable-frei0r --enable-gnutls --enable-libgsm --enable-libmp3lame --enable-librtmp --enable-libopencv --enable-libopenjpeg --enable-libopus --enable-libpulse --enable-libschroedinger --enable-libspeex --enable-libtheora --enable-vaapi --enable-vdpau --enable-libvorbis --enable-libvpx --enable-zlib --enable-gpl --enable-postproc --enable-libcdio --enable-x11grab --enable-libx264 --shlibdir=/usr/lib/x86_64-linux-gnu --enable-shared --disable-static --enable-version3 --enable-libopencore-amrnb --enable-libopencore-amrwb --enable-libvo-aacenc --enable-libvo-amrwbenc
  6. libavutil 52. 18.100 / 52. 18.100
  7. libavcodec 54. 92.100 / 54. 92.100
  8. libavformat 54. 63.104 / 54. 63.104
  9. libavdevice 53. 5.103 / 53. 5.103
  10. libavfilter 3. 42.103 / 3. 42.103
  11. libswscale 2. 2.100 / 2. 2.100
  12. libswresample 0. 17.102 / 0. 17.102
  13. libpostproc 52. 2.100 / 52. 2.100
  14. Input #0, image2, from 'wonderofword.jpg':
  15. Duration: 00:00:00.04, start: 0.000000, bitrate: N/A
  16. Stream #0:0: Video: mjpeg, yuvj420p, 1639x1159 [SAR 72:72 DAR 1639:1159], 25 fps, 25 tbr, 25 tbn, 25 tbc
  17. [wav @ 0x11264a0] max_analyze_duration 5000000 reached at 5015510 microseconds
  18. Guessed Channel Layout for Input Stream #1.0 : stereo
  19. Input #1, wav, from 'KCM.wav':
  20. Duration: 00:36:08.23, bitrate: 17258 kb/s
  21. Stream #1:0: Audio: pcm_s16le ([1][0][0][0] / 0x0001), 44100 Hz, stereo, s16, 1411 kb/s
  22. [libx264 @ 0x1215f80] width not divisible by 2 (1639x1159)
  23. Output #0, mp4, to 'out.mp4':
  24. Stream #0:0: Video: h264, yuv420p, 1639x1159 [SAR 1:1 DAR 1639:1159], q=-1--1, 90k tbn, 25 tbc
  25. Stream #0:1: Audio: none, 44100 Hz, stereo, fltp, 128 kb/s
  26. Stream mapping:
  27. Stream #0:0 -> #0:0 (mjpeg -> libx264)
  28. Stream #1:0 -> #0:1 (pcm_s16le -> aac)
  29. Error while opening encoder for output stream #0:0 - maybe incorrect parameters such as bit_rate, rate, width or height
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement