Advertisement
Guest User

Untitled

a guest
Jun 27th, 2016
81
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 1.76 KB | None | 0 0
  1. sza@sza-Lenovo-ideapad-300-17ISK:~/Downloads/test$ ffmpeg -framerate 1/5 -i %d.png -c:v libx264 -r 30 -pix_fmt yuv420p out.mp4
  2. ffmpeg version N-80283-g84efdab Copyright (c) 2000-2016 the FFmpeg developers
  3. built with gcc 4.8 (Ubuntu 4.8.4-2ubuntu1~14.04.3)
  4. configuration: --extra-libs=-ldl --prefix=/opt/ffmpeg --mandir=/usr/share/man --enable-avresample --disable-debug --enable-nonfree --enable-gpl --enable-version3 --enable-libopencore-amrnb --enable-libopencore-amrwb --disable-decoder=amrnb --disable-decoder=amrwb --enable-libpulse --enable-libfreetype --enable-gnutls --enable-libx264 --enable-libx265 --enable-libfdk-aac --enable-libvorbis --enable-libmp3lame --enable-libopus --enable-libvpx --enable-libspeex --enable-libass --enable-avisynth --enable-libsoxr --enable-libxvid --enable-libvidstab
  5. libavutil 55. 24.100 / 55. 24.100
  6. libavcodec 57. 46.100 / 57. 46.100
  7. libavformat 57. 37.101 / 57. 37.101
  8. libavdevice 57. 0.101 / 57. 0.101
  9. libavfilter 6. 46.101 / 6. 46.101
  10. libavresample 3. 0. 0 / 3. 0. 0
  11. libswscale 4. 1.100 / 4. 1.100
  12. libswresample 2. 0.101 / 2. 0.101
  13. libpostproc 54. 0.100 / 54. 0.100
  14. Input #0, image2, from '%d.png':
  15. Duration: 00:30:25.00, start: 0.000000, bitrate: N/A
  16. Stream #0:0: Video: png, rgba(pc), 757x600, 0.20 fps, 0.20 tbr, 0.20 tbn, 0.20 tbc
  17. [libx264 @ 0x2eb1700] width not divisible by 2 (757x600)
  18. Output #0, mp4, to 'out.mp4':
  19. Stream #0:0: Unknown: none
  20. Metadata:
  21. encoder : Lavc57.46.100 libx264
  22. Stream mapping:
  23. Stream #0:0 -> #0:0 (png (native) -> h264 (libx264))
  24. Error while opening encoder for output stream #0:0 - maybe incorrect parameters such as bit_rate, rate, width or height
  25. sza@sza-Lenovo-ideapad-300-17ISK:~/Downloads/test$
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement