Advertisement
Guest User

Untitled

a guest
Dec 3rd, 2011
54
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 2.24 KB | None | 0 0
  1. [symtab@symtab ~]$ /usr/bin/ffmpeg -i '/srv/http/asp/media/videos/vid/99.mp4' -y -vcodec libx264 -threads 0 -aspect 16:9 -s 320x176 -vpre baseline -level 1.3 -flags +loop -cmp +chroma -partitions 0 -subq 1 -trellis 0 -refs 1 -coder 0 -me_range 16 -g 300 -keyint_min 25 -sc_threshold 40 -i_qfactor 0.71 -maxrate 10M -bufsize 10M -rc_eq 'blurCplx^(1-qComp)' -qcomp 0.6 -qmin 10 -qmax 51 -qdiff 4 -level 30 -f mp4 -b 375k -acodec libfaac -ac 2 -ab 128k -ar 44100 -vpre slow '/srv/http/asp/media/videos/mobile/99.nomov.mp4'
  2. ffmpeg version N-35110-g0b9a69f, Copyright (c) 2000-2011 the FFmpeg developers
  3. built on Nov 29 2011 16:00:42 with gcc 4.6.2
  4. configuration: --prefix=/usr --enable-libmp3lame --enable-libvorbis --enable-libxvid --enable-libx264 --enable-libvpx --enable-libtheora --enable-libgsm --enable-libfaac --enable-nonfree --enable-libspeex --enable-postproc --enable-shared --enable-x11grab --enable-libopencore_amrnb --enable-libopencore_amrwb --enable-libschroedinger --enable-libopenjpeg --enable-librtmp --enable-gpl --enable-version3 --enable-runtime-cpudetect --disable-debug --disable-static
  5. libavutil 51. 26. 0 / 51. 26. 0
  6. libavcodec 53. 37. 0 / 53. 37. 0
  7. libavformat 53. 21. 0 / 53. 21. 0
  8. libavdevice 53. 4. 0 / 53. 4. 0
  9. libavfilter 2. 49. 0 / 2. 49. 0
  10. libswscale 2. 1. 0 / 2. 1. 0
  11. libpostproc 51. 2. 0 / 51. 2. 0
  12. Input #0, mov,mp4,m4a,3gp,3g2,mj2, from '/srv/http/asp/media/videos/vid/99.mp4':
  13. Metadata:
  14. major_brand : M4V
  15. minor_version : 0
  16. compatible_brands: isomavc1M4V mp42M4A
  17. creation_time : 2010-05-19 15:32:58
  18. album : na
  19. artist : na
  20. comment : na
  21. date : na
  22. title : na
  23. Duration: 00:00:37.67, start: 0.000000, bitrate: 1131 kb/s
  24. 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
  25. Metadata:
  26. creation_time : 2010-05-19 15:32:58
  27. handler_name : GPAC ISO Video Handler
  28. Stream #0:1(eng): Audio: aac (mp4a / 0x6134706D), 48000 Hz, stereo, s16, 137 kb/s
  29. Metadata:
  30. creation_time : 2010-05-19 15:32:58
  31. handler_name :
  32. File for preset 'baseline' not found
  33. [symtab@symtab ~]$
  34.  
  35.  
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement