Advertisement
Guest User

Untitled

a guest
May 10th, 2012
65
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 1.99 KB | None | 0 0
  1. [symtab@mybox ~]$ /usr/bin/ffmpeg -i '/srv/http/asp/media/videos/vid/3444.mp4' -y -keyint_min 25 -vcodec libx264 -aspect 16:9 -s 960x540 -crf 26 -acodec libfaac -ab 128k -ar 44100 -vprofile high -version 3 -preset slow '/srv/http/asp/media/videos/mp4/3444.nomov.mp4'
  2. Input #0, mov,mp4,m4a,3gp,3g2,mj2, from '/srv/http/asp/media/videos/vid/3444.mp4':
  3. Metadata:
  4. major_brand : M4V
  5. minor_version : 0
  6. compatible_brands: isomavc1M4V mp42M4A
  7. creation_time : 2010-05-19 15:32:58
  8. album : na
  9. artist : na
  10. comment : na
  11. date : na
  12. title : na
  13. Duration: 00:00:37.67, start: 0.000000, bitrate: 1131 kb/s
  14. Stream #0:0(eng): Video: h264 (High) (avc1 / 0x31637661), yuv420p, 960x540 [SAR 1:1 DAR 16:9], 997 kb/s, 25 fps, 25 tbr, 25k tbn, 50 tbc
  15. Metadata:
  16. creation_time : 2010-05-19 15:32:58
  17. handler_name : GPAC ISO Video Handler
  18. Stream #0:1(eng): Audio: aac (mp4a / 0x6134706D), 48000 Hz, stereo, s16, 137 kb/s
  19. Metadata:
  20. creation_time : 2010-05-19 15:32:58
  21. handler_name :
  22. ffmpeg version 0.10.3
  23. built on May 10 2012 11:23:24 with gcc 4.7.0 20120505 (prerelease)
  24. configuration: --prefix=/usr --enable-libmp3lame --enable-libvorbis --enable-libxvid --enable-libx264 --enable-libvpx --enable-libtheora --enable-libgsm --enable-libspeex --enable-libfaac --enable-postproc --enable-shared --enable-x11grab --enable-libopencore_amrnb --enable-libopencore_amrwb --enable-libschroedinger --enable-libopenjpeg --enable-librtmp --enable-libpulse --enable-gpl --enable-nonfree --enable-version3 --enable-runtime-cpudetect --disable-debug --disable-static
  25. libavutil 51. 35.100 / 51. 35.100
  26. libavcodec 53. 61.100 / 53. 61.100
  27. libavformat 53. 32.100 / 53. 32.100
  28. libavdevice 53. 4.100 / 53. 4.100
  29. libavfilter 2. 61.100 / 2. 61.100
  30. libswscale 2. 1.100 / 2. 1.100
  31. libswresample 0. 6.100 / 0. 6.100
  32. libpostproc 52. 0.100 / 52. 0.100
  33. [symtab@mybox ~]$
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement