Re: [FFmpeg-devel] [PATCH 1/1] mov: read track title

2021-10-11 Thread Đông Nguyễn
> On Tue, Oct 12, 2021 at 3:54 AM Jan Ekström wrote: > Huh, so I seem to have incorrectly read things previously :) .I > started implementing reading of the 3GPP titl box due to the QTFF spec > saying that `name` is not supposed to be an end user facing name, but > an internal/debug reference

Re: [FFmpeg-devel] [PATCH 1/1] mov: read track title

2021-10-11 Thread Jan Ekström
On Mon, Oct 11, 2021 at 6:23 AM Dong Nguyen wrote: > > this change fix issue [9438](https://trac.ffmpeg.org/ticket/9438) > > after commit da9cc22d5bd5f59756c2037b02966376da2cf323 > ffmpeg is able to write track title metadata to mov/mp4 format file > but it is not able to read back the metadata >

[FFmpeg-devel] [PATCH 1/1] mov: read track title

2021-10-10 Thread Dong Nguyen
this change fix issue [9438](https://trac.ffmpeg.org/ticket/9438) after commit da9cc22d5bd5f59756c2037b02966376da2cf323 ffmpeg is able to write track title metadata to mov/mp4 format file but it is not able to read back the metadata Signed-off-by: Dong Nguyen --- libavformat/mov.c | 15