On Thu, Apr 17, 2008 at 3:18 AM, Mike Melanson <[EMAIL PROTECTED]> wrote:
> Sisir Koppaka wrote: > > Yeah, the audio's playing fine and was properly encoded. > > * Your original command line specified 'test.mov' as the target. > * The default codecs for .mov files are MPEG-4 for video and AAC for > audio. > * FFmpeg supports encoding MPEG-4 video "out of the box", fine. > * FFmpeg does not support AAC audio "out of the box"; for encoding, you > need to install libfaac and recompile FFmpeg. but my ffmpeg says that libfaac is enabled when I run it... FFmpeg version SVN-r2, Copyright (c) 2000-2008 Fabrice Bellard, et al. configuration: --enable-libfaac --enable-libfaad --enable-libmp3lame --enable-gpl and the libraries seem to be installed as well... > > * Your FFmpeg command line exited early because, although it was able to > *decode* audio from the BFI file, it didn't know how to *encode* into > the MOV file. > > Get some sleep. Hopefully, this will make more sense in the morning. > :) ----------------- Sisir Koppaka _______________________________________________ FFmpeg-soc mailing list [email protected] https://lists.mplayerhq.hu/mailman/listinfo/ffmpeg-soc
