[FFmpeg-devel] [PATCH v2] lavf/movenc: write track title metadata for mov files

Derek Buitenhuis derek.buitenhuis at gmail.com
Mon Mar 19 23:34:44 EET 2018


On 3/19/2018 9:11 PM, Courtland Idstrom wrote:
> Track title (atom 'name') is a well defined user data atom for mov files. Existing code (for mp4) only writes title metadata if present.
> 
> Relevant reference docs:
> 
>   https://developer.apple.com/library/content/documentation/QuickTime/Reference/QTRef_AtomsResources/Content/QTRef_AtomsResources4.html#//apple_ref/doc/uid/TP40004285-DontLinkChapterID_1--udta-
>   https://developer.apple.com/library/content/documentation/QuickTime/QTFF/QTFFChap2/qtff2.html#//apple_ref/doc/uid/TP40000939-CH204-63839
> ---
>  libavformat/movenc.c | 2 +-
>  1 file changed, 1 insertion(+), 1 deletion(-)

Are you sure this is correct? The links above describe '©nam' as the
title of the content, and 'name' as 'Name of Object", whatever that is
supposed to mean.

Does this match what the MP4 spec says for 'name'?

- Derek


More information about the ffmpeg-devel mailing list