Advertisement
freakshow

ffmpeg -version output

Sep 22nd, 2011
89
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 1.18 KB | None | 0 0
  1. $ ./ffmpeg -version
  2. ffmpeg version 0.8.2, Copyright (c) 2000-2011 the FFmpeg developers
  3. built on Sep 22 2011 10:07:34 with gcc 4.2.1 (Apple Inc. build 5666) (dot 3)
  4. configuration: --enable-gpl --logfile=./config_64.log --disable-ffplay --enable-libx264 --enable-nonfree --enable-libfaac --enable-libmp3lame --extra-cflags='-I/workspace/encoder/ffmpeg/sandbox/20110922100355-ffmpeg-build/x264/64/include -I/workspace/encoder/ffmpeg/sandbox/20110922100355-ffmpeg-build/lame/64/include -I/workspace/encoder/ffmpeg/sandbox/20110922100355-ffmpeg-build/faac/64/include' --extra-ldflags='-L/workspace/encoder/ffmpeg/sandbox/20110922100355-ffmpeg-build/64/lib ' --arch=x86_64
  5. libavutil 51. 9. 1 / 51. 9. 1
  6. libavcodec 53. 7. 0 / 53. 7. 0
  7. libavformat 53. 4. 0 / 53. 4. 0
  8. libavdevice 53. 1. 1 / 53. 1. 1
  9. libavfilter 2. 23. 0 / 2. 23. 0
  10. libswscale 2. 0. 0 / 2. 0. 0
  11. libpostproc 51. 2. 0 / 51. 2. 0
  12. ffmpeg 0.8.2
  13. libavutil 51. 9. 1 / 51. 9. 1
  14. libavcodec 53. 7. 0 / 53. 7. 0
  15. libavformat 53. 4. 0 / 53. 4. 0
  16. libavdevice 53. 1. 1 / 53. 1. 1
  17. libavfilter 2. 23. 0 / 2. 23. 0
  18. libswscale 2. 0. 0 / 2. 0. 0
  19. libpostproc 51. 2. 0 / 51. 2. 0
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement