[MPlayer-dev-eng] [PATCH] support playing AVIs with AAC audio generated with ffmpeg
Bernhard Rosenkraenzer
bero at arklinux.org
Tue Nov 23 09:02:03 CET 2004
ffmpeg -i test_in.avi -vcodec copy -acodec aac -hq test_out.avi
generates a test_out.avi that won't play audio in mplayer.
(trivial) fix:
--- mplayer/etc/codecs.conf.ark 2004-11-23 08:59:31.000000000 +0100
+++ mplayer/etc/codecs.conf 2004-11-23 09:00:01.000000000 +0100
@@ -2103,6 +2103,7 @@
fourcc mp4a,MP4A
fourcc "AAC " ; Used in NSV
format 0xff
+ format 0x706D
driver faad
dll libfaad2
More information about the MPlayer-dev-eng
mailing list