Advertisement
Guest User

Untitled

a guest
Mar 4th, 2013
59
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 1.69 KB | None | 0 0
  1. > ffmpeg -i test100.mp4
  2. ffmpeg version 1.1.git Copyright (c) 2000-2013 the FFmpeg developers
  3. built on Mar 4 2013 11:40:27 with Apple clang version 4.1 (tags/Apple/clang-421.11.66) (based on LLVM 3.1svn)
  4. configuration: --prefix=/usr/local/Cellar/ffmpeg/HEAD --enable-shared --enable-pthreads --enable-gpl --enable-version3 --enable-nonfree --enable-hardcoded-tables --enable-avresample --cc=cc --host-cflags= --host-ldflags= --enable-libx264 --enable-libfaac --enable-libmp3lame --enable-libxvid --enable-libfreetype --enable-ffplay
  5. libavutil 52. 17.103 / 52. 17.103
  6. libavcodec 54. 92.100 / 54. 92.100
  7. libavformat 54. 63.102 / 54. 63.102
  8. libavdevice 54. 3.103 / 54. 3.103
  9. libavfilter 3. 41.100 / 3. 41.100
  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 'test100.mp4':
  14. Metadata:
  15. major_brand : mp42
  16. minor_version : 0
  17. compatible_brands: mp42mp41
  18. creation_time : 2013-03-04 21:40:01
  19. Duration: 00:00:12.50, start: 0.000000, bitrate: 283 kb/s
  20. Stream #0:0(eng): Video: h264 (Main) (avc1 / 0x31637661), yuv420p, 1280x720 [SAR 1:1 DAR 16:9], 85 kb/s, 24 fps, 24 tbr, 24k tbn, 48 tbc
  21. Metadata:
  22. creation_time : 2013-03-04 21:40:01
  23. handler_name : Mainconcept MP4 Video Media Handler
  24. Stream #0:1(eng): Audio: aac (mp4a / 0x6134706D), 48000 Hz, stereo, fltp, 189 kb/s
  25. Metadata:
  26. creation_time : 2013-03-04 21:40:01
  27. handler_name : Mainconcept MP4 Sound Media Handler
  28. At least one output file must be specified
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement