Advertisement
Guest User

commandffmpeg

a guest
Apr 26th, 2012
65
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 1.57 KB | None | 0 0
  1. ffmpeg version 0.7.8, Copyright (c) 2000-2011 the FFmpeg developers
  2. built on Nov 24 2011 14:31:00 with gcc 4.2.1 (Apple Inc. build 5666) (dot 3)
  3. configuration: --prefix=/opt/local --enable-gpl --enable-postproc --enable-swscale --enable-avfilter --enable-libmp3lame --enable-libvorbis --enable-libtheora --enable-libdirac --enable-libschroedinger --enable-libopenjpeg --enable-libxvid --enable-libx264 --enable-libvpx --enable-libspeex --mandir=/opt/local/share/man --enable-shared --enable-pthreads --cc=/usr/bin/gcc-4.2 --arch=x86_64 --enable-yasm
  4. libavutil 50. 43. 0 / 50. 43. 0
  5. libavcodec 52.123. 0 / 52.123. 0
  6. libavformat 52.111. 0 / 52.111. 0
  7. libavdevice 52. 5. 0 / 52. 5. 0
  8. libavfilter 1. 80. 0 / 1. 80. 0
  9. libswscale 0. 14. 1 / 0. 14. 1
  10. libpostproc 51. 2. 0 / 51. 2. 0
  11. Input #0, image2, from 'test%06d.png':
  12. Duration: 00:00:12.54, start: 0.000000, bitrate: N/A
  13. Stream #0.0: Video: png, bgra, 1615x585, 24 fps, 24 tbr, 24 tbn, 24 tbc
  14. Incompatible pixel format 'bgra' for codec 'mpeg4', auto-selecting format 'yuv420p'
  15. [buffer @ 0x101a2ed60] w:1615 h:585 pixfmt:bgra tb:1/1000000 sar:0/1 sws_param:
  16. [buffersink @ 0x101a2efa0] auto-inserting filter 'auto-inserted scaler 0' between the filter 'src' and the filter 'out'
  17. [scale @ 0x101a2f300] w:1615 h:585 fmt:bgra -> w:1615 h:585 fmt:yuv420p flags:0x4
  18. Output #0, mp4, to 'current054.mp4':
  19. Metadata:
  20. encoder : Lavf52.111.0
  21. Stream #0.0: Video: mpeg4, yuv420p, 1615x585, q=2-31, 200 kb/s, 24 tbn, 24 tbc
  22. Stream mapping:
  23. Stream #0.0 -> #0.0
  24. Press [q] to stop, [?] for help
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement