[MPlayer-users] Encode HD to lower resolution to play without "your system is too SLOW"
Rich Felker
dalias at aerifal.cx
Thu Apr 12 03:28:35 CEST 2007
On Wed, Apr 11, 2007 at 08:56:43PM +0400, Dmitry Antipov wrote:
> ....
> Audio format 0x6134706d is incompatible with '-oac copy', please try '-oac
> pcm' instead \
> or use '-fafmttag' to override it.
> ....
>
> AVI is just a container, isn't it ? Why it can't contain audio stream in
> the original
> source format ? Where is an incompatibility ?
0x6134706d is 32 bits and AVI uses idiotic 16bit tags for audio
codecs. Thus you need to find the right 16bit avi tage for the format
and use -fafmttag like it told you to do..
Rich
More information about the MPlayer-users
mailing list