On Fri, May 29, 2009 at 06:47:32PM -0700, Baptiste Coudurier wrote: > Hi, > > [...] > > Overall comment: do you feel confident everything will fit in a demuxer ? I had the same thought... But I think such a playlist demuxer could make good use of chained demuxers such as proposed by Michael [1]. The playlist demuxer could initiate one sub-demuxer for each file in the playlist, and then all the streams would be combined in a single AVFormatContext. > I think some API calls will be useful like play 5th element in the > playlist, play next element, play prev, shuffle, etc...
I guess the AVChapter API could be used for this. So a demuxer should be OK in this regard. Aurel [1] http://lists.mplayerhq.hu/pipermail/ffmpeg-devel/2009-May/070200.html _______________________________________________ FFmpeg-soc mailing list [email protected] https://lists.mplayerhq.hu/mailman/listinfo/ffmpeg-soc
