Advertisement
Not a member of Pastebin yet?
Sign Up,
it unlocks many cool features!
- [gtaylor@stimpy Downloads]$ ffmpeg -i intro13.avi
- ffmpeg version N-35110-g0b9a69f, Copyright (c) 2000-2011 the FFmpeg developers
- built on Dec 5 2011 17:00:54 with gcc 4.6.2
- 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
- libavutil 51. 26. 0 / 51. 26. 0
- libavcodec 53. 37. 0 / 53. 37. 0
- libavformat 53. 21. 0 / 53. 21. 0
- libavdevice 53. 4. 0 / 53. 4. 0
- libavfilter 2. 49. 0 / 2. 49. 0
- libswscale 2. 1. 0 / 2. 1. 0
- libpostproc 51. 2. 0 / 51. 2. 0
- [avi @ 0x24b7760] parser not found for codec pcm_s16le, packets or times may be invalid.
- [avi @ 0x24b7760] parser not found for codec dvvideo, packets or times may be invalid.
- Input #0, avi, from 'intro13.avi':
- Metadata:
- date : 2011-10-11T16:50:26.00587-04:00
- encoder : Adobe Premiere Pro 5.0
- Duration: 00:25:13.77, start: 0.000000, bitrate: 31849 kb/s
- Stream #0:0: Video: dvvideo (dvsd / 0x64737664), yuv411p, 720x480 [SAR 8:9 DAR 4:3], 29.97 tbr, 29.97 tbn, 29.97 tbc
- Stream #0:1: Audio: pcm_s16le ([1][0][0][0] / 0x0001), 48000 Hz, stereo, s16, 1536 kb/s
- 'outfile_options': [
- ('vcodec', 'libx264'),
- ('preset', 'medium'),
- ('vprofile', 'baseline'),
- ('b', '230k'),
- ('bufsize', '230k'),
- ('vf', "yadif,scale='400:trunc(ow/a/2)*2'"),
- ('pass', '1'),
- ('f', 'mp4'),
- ('keyint_min', '60'),
- ('g', '120'),
- ('an', None),
- ],
- 'outfile_options': [
- ('vcodec', 'libx264'),
- ('preset', 'medium'),
- ('vprofile', 'baseline'),
- ('b', '230k'),
- ('bufsize', '230k'),
- ('vf', "yadif,scale='400:trunc(ow/a/2)*2'"),
- ('pass', '2'),
- ('acodec', 'libfaac'),
- ('ab', '96k'),
- #('async', '480'),
- ('keyint_min', '60'),
- ('g', '120'),
- ('f', 'mp4'),
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement