All: I am able to convert 3gp files to flv format just fine. However I get a error when I try to convert a 3g2 to flv. Is there something I need to enable to accomplish this? thanks. ffmpeg -i Video_082305_001.3g2 -hq -acodec mp3 -ar 44100 -ab 64 -f flv -s 320x240 -aspect 4:3 -y Video_082305_001.flv ffmpeg version CVS, build 3211266, Copyright (c) 2000-2004 Fabrice Bellard configuration: --enable-mp3lame --enable-gpl --enable-faad --enable-faac --enable-amr_nb built on Aug 21 2005 23:55:01, gcc: 3.3.3 20040412 (Red Hat Linux 3.3.3-7) Input #0, mov,mp4,m4a,3gp,3g2, from 'Video_082305_001.3g2': Duration: 00:00:29.3, start: 0.000000, bitrate: 113 kb/s Stream #0.0: Audio: aac, 64000 Hz, 9 channels Stream #0.1: Video: mpeg4, yuv420p, 320x240, 15.00 fps Resampling with input channels greater than 2 unsupported.Can't resample. Aborting. Abort at ffmpeg.c:1723
Is the format between 3gp and 3g2 really different? Seems to be erroring out as a result of
Stream #0.0: Audio: aac, 64000 Hz, 9 channels Stream #0.1: Video: mpeg4, yuv420p, 320x240, 15.00 fps Resampling with input channels greater than 2 unsupported.Can't resample. Aborting.
Has anyone successfully converting 3g2 files to flv format? thanks. On Aug 23, 2005, at 2:11 PM, Ducky wrote:
All:
I am able to convert 3gp files to flv format just fine. However I get a error when I try to convert a 3g2 to flv. Is there something I need to enable to accomplish this?
thanks.
ffmpeg -i Video_082305_001.3g2 -hq -acodec mp3 -ar 44100 -ab 64 -f flv -s 320x240 -aspect 4:3 -y Video_082305_001.flv
ffmpeg version CVS, build 3211266, Copyright (c) 2000-2004 Fabrice Bellard configuration: --enable-mp3lame --enable-gpl --enable-faad --enable-faac --enable-amr_nb built on Aug 21 2005 23:55:01, gcc: 3.3.3 20040412 (Red Hat Linux 3.3.3-7) Input #0, mov,mp4,m4a,3gp,3g2, from 'Video_082305_001.3g2': Duration: 00:00:29.3, start: 0.000000, bitrate: 113 kb/s Stream #0.0: Audio: aac, 64000 Hz, 9 channels Stream #0.1: Video: mpeg4, yuv420p, 320x240, 15.00 fps Resampling with input channels greater than 2 unsupported.Can't resample. Aborting. Abort at ffmpeg.c:1723
_______________________________________________ ffmpeg-user mailing list ffmpeg-user at mplayerhq.hu http://mplayerhq.hu/mailman/listinfo/ffmpeg-user
Ducky <ducky <at> flukiest.com> writes:
Is the format between 3gp and 3g2 really different?
Seems to be erroring out as a result of
Stream #0.0: Audio: aac, 64000 Hz, 9 channels Stream #0.1: Video: mpeg4, yuv420p, 320x240, 15.00 fps Resampling with input channels greater than 2 unsupported.Can't resample. Aborting.
Has anyone successfully converting 3g2 files to flv format?
thanks.
On Aug 23, 2005, at 2:11 PM, Ducky wrote:
All:
I am able to convert 3gp files to flv format just fine. However I get a error when I try to convert a 3g2 to flv. Is there something I need to enable to accomplish this?
thanks.
ffmpeg -i Video_082305_001.3g2 -hq -acodec mp3 -ar 44100 -ab 64 -f flv -s 320x240 -aspect 4:3 -y Video_082305_001.flv
ffmpeg version CVS, build 3211266, Copyright (c) 2000-2004 Fabrice Bellard configuration: --enable-mp3lame --enable-gpl --enable-faad --enable-faac --enable-amr_nb built on Aug 21 2005 23:55:01, gcc: 3.3.3 20040412 (Red Hat Linux 3.3.3-7) Input #0, mov,mp4,m4a,3gp,3g2, from 'Video_082305_001.3g2': Duration: 00:00:29.3, start: 0.000000, bitrate: 113 kb/s Stream #0.0: Audio: aac, 64000 Hz, 9 channels Stream #0.1: Video: mpeg4, yuv420p, 320x240, 15.00 fps Resampling with input channels greater than 2 unsupported.Can't resample. Aborting. Abort at ffmpeg.c:1723
I am having the same problem. ./ffmpeg -i tahoe.3g2 -ar 44100 -y tahoe.flv FFmpeg version CVS, Copyright (c) 2000-2004 Fabrice Bellard configuration: --enable-amr_nb --enable-mp3lame --enable-vorbis --enable- libo gg --enable-gpl --enable-faad libavutil version: 49.0.0 libavcodec version: 51.9.0 libavformat version: 50.4.0 built on May 16 2006 17:29:23, gcc: 3.2.3 20030502 (Red Hat Linux 3.2.3-34) Input #0, mov,mp4,m4a,3gp,3g2,mj2, from 'tahoe.3g2': Duration: 00:00:15.3, start: 0.000000, bitrate: 87 kb/s Stream #0.0(eng), 15.00 fps(r): Video: mpeg4, yuv420p, 176x144 Stream #0.1(eng): Audio: mp4a / 0x6134706D, 8000 Hz, stereo Output #0, flv, to 'tahoe.flv': Stream #0.0, 15.00 fps(c): Video: flv, yuv420p, 176x144, q=2-31, 200 kb/s Stream #0.1: Audio: mp3, 44100 Hz, stereo, 64 kb/s Stream mapping: Stream #0.0 -> #0.0 Stream #0.1 -> #0.1 Unsupported codec (id=0) for input stream #0.1
_______________________________________________ ffmpeg-user mailing list ffmpeg-user <at> mplayerhq.hu http://mplayerhq.hu/mailman/listinfo/ffmpeg-user
participants (2)
-
ducky@flukiest.com -
mgrahamtoltec@aol.com