[FFmpeg-devel] [PATCH] movenc: Fix muxing of Apple Quicktime chapters.

Philip Langdale philipl at overt.org
Mon May 14 02:20:46 CEST 2012


On Mon, 14 May 2012 07:40:27 +0900
Yusuke Nakamura <muken.the.vfrmaniac at gmail.com> wrote:

> And you forget font name field.
> It is a pascal string, so you shall put avio_w8(pb, 0x00) at the end
> of text atom inside stsd.

The whole stub is pretty off. I've got implementations of the correct
structs in my timed text codec, but I grabbed this basic definition
from mp4v2 for simplicity - turns out it's waaaaaay off - the colour
defintions should be uint8_t for starters so the comments are pretty
much just wishful thinking. I'll redo this part.

--phil


More information about the ffmpeg-devel mailing list