Advertisement
Guest User

Untitled

a guest
Apr 10th, 2013
78
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 3.03 KB | None | 0 0
  1. ffmpeg -y -f image2 -r 7 -i /Users/shambala/tabrez/rgplyrx1/tmp/video_creator/zi_1365622727_699172_572887_%04d.png -vf scale=520:600 -crf 0 -preset ultrafast -b:v 25000k -minrate 25000k -maxrate 25000k -bufsize 5000k -tune stillimage -pix_fmt yuv420p -r 30000/1001 /Users/shambala/tabrez/rgplyrx1/tmp/video_creator/manoj_test.mpg
  2.  
  3. ffmpeg version N-51683-g9dc88ac Copyright (c) 2000-2013 the FFmpeg developers
  4. built on Apr 8 2013 19:57:24 with llvm-gcc 4.2.1 (LLVM build 2336.9.00)
  5. configuration: --enable-gpl --enable-version3 --enable-nonfree --enable-postproc --enable-libaacplus --enable-libass --enable-libfaac --enable-libfdk-aac --enable-libfreetype --enable-libmp3lame --enable-libopencore-amrnb --enable-libopencore-amrwb --enable-openssl --enable-libspeex --enable-libtheora --enable-libvorbis --enable-libvpx --enable-libx264 --enable-libxvid --prefix=/usr/local
  6. libavutil 52. 25.100 / 52. 25.100
  7. libavcodec 55. 2.100 / 55. 2.100
  8. libavformat 55. 1.100 / 55. 1.100
  9. libavdevice 55. 0.100 / 55. 0.100
  10. libavfilter 3. 49.101 / 3. 49.101
  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 '/Users/shambala/tabrez/rgplyrx1/tmp/video_creator/zi_1365622727_699172_572887_%04d.png':
  15. Duration: 00:00:17.00, start: 0.000000, bitrate: N/A
  16. Stream #0:0: Video: png, pal8, 520x600, 7 fps, 7 tbr, 7 tbn, 7 tbc
  17. Codec AVOption crf (Select the quality for constant quality mode) specified for output file #0 (/Users/shambala/tabrez/rgplyrx1/tmp/video_creator/manoj_test.mpg) has not been used for any stream. The most likely reason is either wrong type (e.g. a video option with no video streams) or that it is a private option of some encoder which was not actually used for any stream.
  18. Codec AVOption preset (Set the encoding preset (cf. x264 --fullhelp)) specified for output file #0 (/Users/shambala/tabrez/rgplyrx1/tmp/video_creator/manoj_test.mpg) has not been used for any stream. The most likely reason is either wrong type (e.g. a video option with no video streams) or that it is a private option of some encoder which was not actually used for any stream.
  19. Codec AVOption tune (Tune the encoding params (cf. x264 --fullhelp)) specified for output file #0 (/Users/shambala/tabrez/rgplyrx1/tmp/video_creator/manoj_test.mpg) has not been used for any stream. The most likely reason is either wrong type (e.g. a video option with no video streams) or that it is a private option of some encoder which was not actually used for any stream.
  20. Output #0, mpeg, to '/Users/shambala/tabrez/rgplyrx1/tmp/video_creator/manoj_test.mpg':
  21. Metadata:
  22. encoder : Lavf55.1.100
  23. Stream #0:0: Video: mpeg1video, yuv420p, 520x600, q=2-31, 25000 kb/s, 90k tbn, 29.97 tbc
  24. Stream mapping:
  25. Stream #0:0 -> #0:0 (png -> mpeg1video)
  26. Press [q] to stop, [?] for help
  27. frame= 506 fps=219 q=2.0 Lsize= 51560kB time=00:00:16.85 bitrate=25066.8kbits/s dup=387 drop=0
  28. video:51372kB audio:0kB subtitle:0 global headers:0kB muxing overhead 0.366298%
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement