06/02/02 13:46:18 XP9tb/7M
>>501
どうもです。
以下のようにやってみたんですけれど、
[ore@linuchs ~]$ ffmpeg -i ./input.avi ./output.mpg
ffmpeg version 0.4.9-pre1, build 4730, Copyright (c) 2000-2004 Fabrice Bellard
configuration: --host=i686-redhat-linux-gnu --build=i686-redhat-linux-gnu
--target=i386-redhat-linux --program-prefix= --prefix=/usr --exec-prefix=/usr
--bindir=/usr/bin --sbindir=/usr/sbin --sysconfdir=/etc --datadir=/usr/share
--includedir=/usr/include --libdir=/usr/lib --libexecdir=/usr/libexec
--localstatedir=/var --sharedstatedir=/usr/com --mandir=/usr/share/man
--infodir=/usr/share/info --extra-cflags=-O2 -march=i386 -mcpu=i686
--enable-mp3lame --enable-vorbis --enable-faad --enable-faac --enable-xvid
--enable-pp --enable-shared-pp --enable-shared --enable-gpl --disable-strip
built on Mar 5 2005 05:38:53, gcc: 3.4.3 20041212 (Red Hat 3.4.3-9.EL4)
Input #0, avi, from './input.avi':
Duration: 01:32:59.5, start: 0.000000, bitrate: 364 kb/s
Stream #0.0: Video: msmpeg4, 352x240, 14.98 fps
Stream #0.1: Audio: mp3, 24000 Hz, stereo, 56 kb/s
Output #0, mpeg, to './output.mpg':
Stream #0.0: Video: mpeg1video, 352x240, 15.00 fps, q=2-31, 200 kb/s
Stream #0.1: Audio: mp2, 24000 Hz, stereo, 64 kb/s
Stream mapping:
Stream #0.0 -> #0.0
Stream #0.1 -> #0.1
[mpeg1video @ 0x997690]MPEG1/2 doesnt support 15/1 fps
Error while opening codec for stream #0.0 - maybe incorrect parameters such as bit_rate, rate, width or height
と、エラーが出て ./output.mpg という名の空ファイルが出来上がってしまいます。