bino-list
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

Re: [Bino-list] adding chapters, skipping chapters in video files


From: Nate
Subject: Re: [Bino-list] adding chapters, skipping chapters in video files
Date: Fri, 11 Nov 2011 11:50:41 -0800 (PST)

> From: Martin Lambers <address@hidden>
> 
> On Wed, 9 Nov 2011 18:26:36 -0800 (PST), Nate wrote:
> > I'm interested in  creating this feature.
> > Either as an external text file with the data  that you would load
> > each time. or using something like mp4box to add the  metadata
> > directly to the movie file.
> > 
> > how difficult do  you think this would be?
> 
> It should not be too diffcult. FFmpeg already  supports chapter
> metadata (see the AVChapter entries in AVFormat). You would  have to
> extract it and export it from media_object/media_input to the  player
> and user interface, and then add controls that let the user jump  between
> chapters.
> 
> Martin


What's the best way to export those values to the player UI?
Can I just write a getter function to pull out the values?
Or is the media object already available in the UI code?

-Nate



reply via email to

[Prev in Thread] Current Thread [Next in Thread]