Some muxers produce mp4s with a udta (user data) atom nested within a
trak atom. The nested udta atoms typically contain stream information
such as the title. ffmpeg should treat nested udta atoms as applicable
to the stream instead of globally.
Signed-off-by: Nik Johnson
---
libavformat/mov.c
Some muxers write the stream title in a udta atom with the tag 'name'.
Recognize 'name' tags as the stream title instead of an unknown tag.
Signed-off-by: Nik Johnson
---
libavformat/mov.c | 1 +
1 file changed, 1 insertion(+)
diff --git a/libavformat/mov.c b/libavformat/mo
Some muxers produce mp4s with a udta (user data) atom nested within a
trak atom. The nested udta atoms typically contain stream information
such as the title. ffmpeg should treat nested udta atoms as applicable
to the stream instead of globally.
Signed-off-by: Nik Johnson
---
[v2: No changes
Some muxers write the stream title in a udta atom with the tag 'name'.
Recognize 'name' tags as the stream title instead of an unknown tag.
Signed-off-by: Nik Johnson
---
[v2: Add raw = 1]
libavformat/mov.c | 1 +
1 file changed, 1 insertion(+)
diff --git a/libavformat
-
From: "Carl Eugen Hoyos"
To: "FFmpeg development discussions and patches"
Sent: 5/21/2018 4:36:09 PM
Subject: Re: [FFmpeg-devel] [PATCH 1/2] libavformat/mov: treat udta
atoms within trak atoms as stream metadata
2018-05-21 16:18 GMT+02:00, Nik Johnson :
Some muxers
sage --
From: "Michael Niedermayer"
To: "FFmpeg development discussions and patches"
Sent: 5/22/2018 11:28:29 AM
Subject: Re: [FFmpeg-devel] [PATCH v2 2/2] libavformat/mov: recognize
udta name tag as the stream title
On Mon, May 21, 2018 at 12:14:03PM -0700, Nik Jo
Some muxers write the stream title in a udta atom with the tag 'name'.
Recognize 'name' tags as the stream title instead of an unknown tag.
Signed-off-by: Nik Johnson
---
libavformat/mov.c | 1 +
1 file changed, 1 insertion(+)
diff --git a/libavformat/mov.c b/libavformat/mo
Create a fate test to verify ffprobe correctly identifies stream titles
in mp4 containers.
Signed-off-by: Nik Johnson
---
Sample file for fate uploaded to
https://www.dropbox.com/s/8itks08yf4s1pgs/trak-name.mp4?dl=0. Should be added
to the fate samples under mov/trak-name.mp4
tests/fate
Some muxers produce mp4s with a udta (user data) atom nested within a
trak atom. The nested udta atoms typically contain stream information
such as the title. ffmpeg should treat nested udta atoms as applicable
to the stream instead of globally.
Signed-off-by: Nik Johnson
---
libavformat/mov.c