[MPlayer-dev-eng] [PATCH]Allow playback of mp2 in mov

compn tempn at twmi.rr.com
Tue Dec 2 02:45:31 CET 2008


On Tue, 2 Dec 2008 02:51:17 +0100 (CET), Carl Eugen Hoyos wrote:
>Hi!
>
>Attached patch allows playback of files produced with
>ffmpeg -i input.file -acodec mp2 output.mov
>(See issue737)
>Index: etc/codecs.conf
>===================================================================
>--- etc/codecs.conf	(Revision 27960)
>+++ etc/codecs.conf	(Arbeitskopie)
>@@ -3165,6 +3165,7 @@
>   format 0x50        ; layer-1 && layer-2
>   format 0x55        ; layer-3
>   format 0x5500736d  ; "ms\0\x55" older mp3 fcc (MOV files)
>+  format 0x5000736D

it doesnt bother me, but the file is indeed broken.
mov muxer should have the correct tags if mp2 audio can be put in it.
be sure to put a comment like the above one for mp3.

format 0x5000736D  ; "ms\0\x50 older mp2 fcc (MOV files)

-compn



More information about the MPlayer-dev-eng mailing list