[MPlayer-dev-eng] [PATCH] fix encoding -oac pcm in lavf MOV container

Reimar Döffinger Reimar.Doeffinger at gmx.de
Tue Feb 14 20:23:09 CET 2012


On Tue, Feb 14, 2012 at 11:16:42AM -0500, Andrew Wason wrote:
> On Thu, Feb 9, 2012 at 11:29 AM, Andrew Wason <rectalogic at rectalogic.com> wrote:
> > On Fri, Feb 3, 2012 at 1:40 PM, Andrew Wason <rectalogic at rectalogic.com> wrote:
> >> Encoding with -oac pcm in a MOV container incorrectly uses audio tag
> >> 'WRLE', see http://bugzilla.mplayerhq.hu/show_bug.cgi?id=2038
> >
> > ffmpeg now exposes avformat_get_riff_audio_tags() and
> > avformat_get_riff_video_tags()
> > (see https://bugzilla.libav.org/show_bug.cgi?id=212)
> > so this updated patch uses these instead of looking in the AVI muxer tags.
> 
> 
> Any comments on this patch?

Committed with a good bit of modifications, thank you.
I tested my modifications with the bug #2038 sample, but
I admit it is not all that well tested, please shout if
I broke something while "optimizing" it.


More information about the MPlayer-dev-eng mailing list