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