Baptiste Coudurier | 1 May 15:45
Favicon

Re: MOV to flv conversion -- Unsupported Codec Error

Hi

Sanjay Seth wrote:
> Hello:
> 
> I am trying to encode a MOV file to flv. But I am getting following error:
> 
> =========================================================
> [test_media]$ ffmpeg -i grad.mov -s 480x360 -b 750k -ar 44100 -y grad.flv
> FFmpeg version SVN-r8113, Copyright (c) 2000-2007 Fabrice Bellard, et al.
>   configuration: --enable-shared --enable-xvid --enable-libvorbis
> --enable-libogg --enable-libmp3lame --enable-gpl --enable-libfaad
> --enable-libfaac --enable-liba52 --enable-x264 --enable-amr_nb --enable-pp
>   libavutil version: 49.3.0
>   libavcodec version: 51.34.0
>   libavformat version: 51.10.0
>   built on Feb 26 2007 15:19:08, gcc: 4.0.2 20051125 (Red Hat 4.0.2-8)
> Input #0, mov,mp4,m4a,3gp,3g2,mj2, from 'grad.mov':
>   Duration: 00:01:41.5, start: 0.000000, bitrate: 14280 kb/s
>   Stream #0.0(eng): Video: Motion JPEG OpenDML, 640x480, 30.00 fps(r)
>   Stream #0.1(eng): Audio: pcm_u8, 11024 Hz, mono, 88 kb/s
> PIX_FMT_YUV420P will be used as an intermediate format for rescaling
> Output #0, flv, to 'grad.flv':
>   Stream #0.0: Video: flv, yuv420p, 480x360, q=2-31, 750 kb/s, 30.00 fps(c)
>   Stream #0.1: Audio: mp3, 44100 Hz, mono, 64 kb/s
> Stream mapping:
>   Stream #0.0 -> #0.0
>   Stream #0.1 -> #0.1
> [flv @ 0x4631e8]removing common factors from framerate
> Unsupported codec (id=0) for input stream #0.0
(Continue reading)

Sanjay Seth | 7 May 06:28
Picon

Re: MOV to flv conversion -- Unsupported Codec Error

*I have essentially two error situations. One with mov file and one wth mpg
files. Here are the locations of both files. * I have also attached errors
for each file. Intersting MOV file is giving me unsupported video codec and
mpg is giving me unsupported audio codec.  *Please help*. Thanks.

MOV ERROR FILE:
http://briefcase.yahoo.com/bc/sanjayseth <at> sbcglobal.net/vwp2?.tok=bczIqCZBz62aHPm0&.dir=/testmedia&.dnm=Test+MOV+Movie.mov&.src=bc

(If above link doesnot work try http://dhoom.homedns.org:8080/test_mov.mov)

MPG ERROR FILE:
http://dhoom.homedns.org:8080/test_mpg.mpg

===================== MOV ERROR ===============================
[fusiondev]$ ffmpeg -i test_mov.mov  -s 480x360 -b 750k -ar 44100 -y
movtest.flv
FFmpeg version SVN-r8113, Copyright (c) 2000-2007 Fabrice Bellard, et al.
  configuration: --enable-shared --enable-xvid --enable-libvorbis
--enable-libogg --enable-libmp3lame --enable-gpl --enable-libfaad
--enable-libfaac --enable-liba52 --enable-x264 --enable-amr_nb --enable-pp
  libavutil version: 49.3.0
  libavcodec version: 51.34.0
  libavformat version: 51.10.0
  built on Feb 26 2007 15:19:08, gcc: 4.0.2 20051125 (Red Hat 4.0.2-8)
Input #0, mov,mp4,m4a,3gp,3g2,mj2, from 'test_mov.mov':
  Duration: 00:00: 06.3, start: 0.000000, bitrate: 14947 kb/s
  Stream #0.0(eng): Video: Motion JPEG OpenDML, 640x480, 30.00 fps(r)
  Stream #0.1(eng): Audio: pcm_u8, 11024 Hz, mono, 88 kb/s
PIX_FMT_YUV420P will be used as an intermediate format for rescaling
Output #0, flv, to 'movtest.flv':
(Continue reading)

Baptiste Coudurier | 11 May 01:43
Favicon

Re: MOV to flv conversion -- Unsupported Codec Error

Hi

Sanjay Seth wrote:
> *I have essentially two error situations. One with mov file and one wth mpg
> files. Here are the locations of both files. * I have also attached errors
> for each file. Intersting MOV file is giving me unsupported video codec and
> mpg is giving me unsupported audio codec.  *Please help*. Thanks.
> 
> MOV ERROR FILE:
> http://briefcase.yahoo.com/bc/sanjayseth <at> sbcglobal.net/vwp2?.tok=bczIqCZBz62aHPm0&.dir=/testmedia&.dnm=Test+MOV+Movie.mov&.src=bc
> 
> 
> (If above link doesnot work try http://dhoom.homedns.org:8080/test_mov.mov)

Thanks, it's now supported in lastest svn.

--

-- 
Baptiste COUDURIER                              GnuPG Key Id: 0x5C1ABAAA
SMARTJOG S.A.                                    http://www.smartjog.com
Key fingerprint                 8D77134D20CC9220201FC5DB0AC9325C5C1ABAAA
Phone: +33 1 49966312
Sanjay Seth | 11 May 02:57
Picon

Re: MOV to flv conversion -- Unsupported Codec Error

Thanks a lot. I will download the svn tonight. Also, I was able to resolve
audio codec issue with mpeg (AC3) by downloading newer version of svn.

Regards,
Sanjay

On 5/10/07, Baptiste Coudurier <baptiste.coudurier <at> smartjog.com> wrote:
>
> Hi
>
> Sanjay Seth wrote:
> > *I have essentially two error situations. One with mov file and one wth
> mpg
> > files. Here are the locations of both files. * I have also attached
> errors
> > for each file. Intersting MOV file is giving me unsupported video codec
> and
> > mpg is giving me unsupported audio codec.  *Please help*. Thanks.
> >
> > MOV ERROR FILE:
> >
> http://briefcase.yahoo.com/bc/sanjayseth <at> sbcglobal.net/vwp2?.tok=bczIqCZBz62aHPm0&.dir=/testmedia&.dnm=Test+MOV+Movie.mov&.src=bc
> >
> >
> > (If above link doesnot work try
> http://dhoom.homedns.org:8080/test_mov.mov)
>
> Thanks, it's now supported in lastest svn.
>
> --
(Continue reading)

Sanjay Seth | 11 May 04:37
Picon

Re: MOV to flv conversion -- Unsupported Codec Error

I downloaded the new svn and everything worked fine. Thank you.

On 5/10/07, Sanjay Seth <sanseth <at> gmail.com> wrote:
>
> Thanks a lot. I will download the svn tonight. Also, I was able to resolve
> audio codec issue with mpeg (AC3) by downloading newer version of svn.
>
> Regards,
> Sanjay
>
>
>  On 5/10/07, Baptiste Coudurier <baptiste.coudurier <at> smartjog.com> wrote:
> >
> > Hi
> >
> > Sanjay Seth wrote:
> > > *I have essentially two error situations. One with mov file and one
> > wth mpg
> > > files. Here are the locations of both files. * I have also attached
> > errors
> > > for each file. Intersting MOV file is giving me unsupported video
> > codec and
> > > mpg is giving me unsupported audio codec.  *Please help*. Thanks.
> > >
> > > MOV ERROR FILE:
> > > http://briefcase.yahoo.com/bc/sanjayseth <at> sbcglobal.net/vwp2?.tok=bczIqCZBz62aHPm0&.dir=/testmedia&.dnm=Test+MOV+Movie.mov&.src=bc
> >
> > >
> > >
> > > (If above link doesnot work try
(Continue reading)


Gmane