Advertisement
Guest User

commandffmpeg

a guest
Apr 26th, 2012
58
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 1.05 KB | None | 0 0
  1. ffmpeg -r 24 -i test%06d.png -c:v libx264 -crf 18 out.mp4
  2. ffmpeg version 0.7.8, Copyright (c) 2000-2011 the FFmpeg developers
  3. built on Nov 24 2011 14:31:00 with gcc 4.2.1 (Apple Inc. build 5666) (dot 3)
  4. 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
  5. libavutil 50. 43. 0 / 50. 43. 0
  6. libavcodec 52.123. 0 / 52.123. 0
  7. libavformat 52.111. 0 / 52.111. 0
  8. libavdevice 52. 5. 0 / 52. 5. 0
  9. libavfilter 1. 80. 0 / 1. 80. 0
  10. libswscale 0. 14. 1 / 0. 14. 1
  11. libpostproc 51. 2. 0 / 51. 2. 0
  12. Input #0, image2, from 'test%06d.png':
  13. Duration: 00:00:12.54, start: 0.000000, bitrate: N/A
  14. Stream #0.0: Video: png, bgra, 1615x585, 24 fps, 24 tbr, 24 tbn, 24 tbc
  15. Unrecognized option 'c:v'
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement