logo       

Re: Output codec not supported when making psp movie.: msg#00291

video.ffmpeg.user

Subject: Re: Output codec not supported when making psp movie.

> FFmpeg version CVS, Copyright (c) 2000-2004 Fabrice Bellard
> configuration: --prefix=/opt/local --prefix=/opt/local --disable-
> vhook --mandir=/opt/local/share/man --extra-cflags=-DHAVE_LRINTF --
> extra-ldflags=-d -L/opt/local/lib --enable-gpl
Your ffmpeg executable *has not* been built with --enable-faac! Thus,
there is no AAC encoder built in, so that...

> libavutil version: 49.0.0
> libavcodec version: 51.2.0
> libavformat version: 50.2.1
> built on Feb 17 2006 15:11:43, gcc: 4.0.1 (Apple Computer, Inc.
> build 5247)
> Input #0, mov,mp4,m4a,3gp,3g2, from 'my.mov':
> Duration: 00:02:07.8, start: 0.000000, bitrate: 30313 kb/s
> Stream #0.0(eng), 29.97 fps(r): Video: dvvideo, yuv411p, 720x480
> Stream #0.1(eng): Audio: pcm_s16be, 48000 Hz, stereo, 1536 kb/s
> File 'M400002.MP4' already exists. Overwrite ? [y/N] y
> Output #0, psp, to 'M400002.MP4':
> Stream #0.0, 14.99 fps(c): Video: mpeg4, yuv420p, 320x240, q=2-31,
> 768 kb/s
> Stream #0.1: Audio: 0x0000, 24000 Hz, stereo, 32 kb/s
...when -f psp tries to encode the audio to AAC, it can't.

You'll need to rebuild your ffmpeg with --enable-faac (and possibly
--enable-mp3lame, if you want mp3 support :) before this has a chance
of working.


<Prev in Thread] Current Thread [Next in Thread>
Google Custom Search

News | FAQ | advertise