Advertisement
Guest User

Untitled

a guest
Jan 4th, 2012
62
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 2.66 KB | None | 0 0
  1. [gtaylor@stimpy Downloads]$ ffmpeg -i intro13.avi
  2. ffmpeg version N-35110-g0b9a69f, Copyright (c) 2000-2011 the FFmpeg developers
  3. built on Dec 5 2011 17:00:54 with gcc 4.6.2
  4. configuration: --prefix=/usr --enable-libmp3lame --enable-libfaac --enable-libvorbis --enable-libxvid --enable-libx264 --enable-libvpx --enable-libtheora --enable-libgsm --enable-libspeex --enable-postproc --enable-shared --enable-x11grab --enable-libopencore_amrnb --enable-libopencore_amrwb --enable-libschroedinger --enable-libopenjpeg --enable-librtmp --enable-gpl --enable-nonfree --enable-version3 --enable-runtime-cpudetect --disable-debug
  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. [avi @ 0x24b7760] parser not found for codec pcm_s16le, packets or times may be invalid.
  13. [avi @ 0x24b7760] parser not found for codec dvvideo, packets or times may be invalid.
  14. Input #0, avi, from 'intro13.avi':
  15. Metadata:
  16. date : 2011-10-11T16:50:26.00587-04:00
  17. encoder : Adobe Premiere Pro 5.0
  18. Duration: 00:25:13.77, start: 0.000000, bitrate: 31849 kb/s
  19. Stream #0:0: Video: dvvideo (dvsd / 0x64737664), yuv411p, 720x480 [SAR 8:9 DAR 4:3], 29.97 tbr, 29.97 tbn, 29.97 tbc
  20. Stream #0:1: Audio: pcm_s16le ([1][0][0][0] / 0x0001), 48000 Hz, stereo, s16, 1536 kb/s
  21.  
  22.  
  23.  
  24. 'outfile_options': [
  25. ('vcodec', 'libx264'),
  26. ('preset', 'medium'),
  27. ('vprofile', 'baseline'),
  28. ('b', '230k'),
  29. ('bufsize', '230k'),
  30. ('vf', "yadif,scale='400:trunc(ow/a/2)*2'"),
  31. ('pass', '1'),
  32. ('f', 'mp4'),
  33. ('keyint_min', '60'),
  34. ('g', '120'),
  35. ('an', None),
  36. ],
  37.  
  38. 'outfile_options': [
  39. ('vcodec', 'libx264'),
  40. ('preset', 'medium'),
  41. ('vprofile', 'baseline'),
  42. ('b', '230k'),
  43. ('bufsize', '230k'),
  44. ('vf', "yadif,scale='400:trunc(ow/a/2)*2'"),
  45. ('pass', '2'),
  46. ('acodec', 'libfaac'),
  47. ('ab', '96k'),
  48. #('async', '480'),
  49. ('keyint_min', '60'),
  50. ('g', '120'),
  51. ('f', 'mp4'),
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement