[FFmpeg-devel] [PATCH] A few more MP4 metadata fields

Baptiste Coudurier baptiste.coudurier
Mon Jan 4 03:16:09 CET 2010


Hi Mike,

On 12/30/09 2:26 PM, Mike Melanson wrote:
> Mike Melanson wrote:
>> This patch adds a few more metadata tags for MP4 files, for
>> completeness. This is pursuant to my FFmpeg metadata survey here:
>>
>> http://multimedia.cx/eggs/supplying-ffmpeg-with-metadata/
>
> Patch forgotten, per sacred tradition.
>
>
> mov-metadata.patch
>
>
> Index: ../ffmpeg-main/libavformat/movenc.c
> ===================================================================
> --- ../ffmpeg-main/libavformat/movenc.c	(revision 20983)
> +++ ../ffmpeg-main/libavformat/movenc.c	(working copy)
> @@ -1434,6 +1434,7 @@
>       put_tag(pb, "ilst");
>       mov_write_string_metadata(s, pb, "\251nam", "title"    , 1);
>       mov_write_string_metadata(s, pb, "\251ART", "author"   , 1);
> +    mov_write_string_metadata(s, pb, "\141ART", "album_artist", 1);

Isn't it "aART" ?

[...]

Rest is ok.

-- 
Baptiste COUDURIER
Key fingerprint                 8D77134D20CC9220201FC5DB0AC9325C5C1ABAAA
FFmpeg maintainer                                  http://www.ffmpeg.org



More information about the ffmpeg-devel mailing list