Advertisement
Guest User

Untitled

a guest
Mar 15th, 2013
79
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 1.61 KB | None | 0 0
  1. ffmpeg -i output.mp4
  2. ffmpeg version 1.1.git-864fdfa Copyright (c) 2000-2013 the FFmpeg developers
  3. built on Mar 13 2013 16:05:36 with Apple clang version 4.1 (tags/Apple/clang-421.11.66) (based on LLVM 3.1svn)
  4. configuration: --prefix=/opt/local --enable-swscale --enable-avfilter --enable-libmp3lame --enable-libvorbis --enable-libopus --enable-libtheora --enable-libschroedinger --enable-libopenjpeg --enable-libmodplug --enable-libvpx --enable-libspeex --enable-libfreetype --mandir=/opt/local/share/man --enable-shared --enable-pthreads --cc=/usr/bin/clang --arch=x86_64 --enable-yasm --enable-gpl --enable-postproc --enable-libx264 --enable-libxvid --enable-nonfree --enable-libfaac
  5. libavutil 52. 17.101 / 52. 17.101
  6. libavcodec 54. 91.101 / 54. 91.101
  7. libavformat 54. 61.104 / 54. 61.104
  8. libavdevice 54. 3.103 / 54. 3.103
  9. libavfilter 3. 35.101 / 3. 35.101
  10. libswscale 2. 2.100 / 2. 2.100
  11. libswresample 0. 17.102 / 0. 17.102
  12. libpostproc 52. 2.100 / 52. 2.100
  13. Input #0, mov,mp4,m4a,3gp,3g2,mj2, from 'output.mp4':
  14. Metadata:
  15. major_brand : isom
  16. minor_version : 512
  17. compatible_brands: isomiso2avc1mp41
  18. encoder : Lavf54.61.104
  19. Duration: 00:01:04.60, start: 0.000000, bitrate: 366 kb/s
  20. Stream #0:0(und): Video: h264 (Constrained Baseline) (avc1 / 0x31637661), yuv420p, 1280x720 [SAR 1:1 DAR 16:9], 298 kb/s, 25 fps, 25 tbr, 12800 tbn, 50 tbc
  21. Metadata:
  22. handler_name : VideoHandler
  23. Stream #0:1(und): Audio: aac (mp4a / 0x6134706D), 44100 Hz, mono, fltp, 64 kb/s
  24. Metadata:
  25. handler_name : SoundHandler
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement