[FFmpeg-devel] [PATCH] lavf: add a concat demuxer.
Nicolas George
nicolas.george at normalesup.org
Tue Aug 28 19:29:39 CEST 2012
Le duodi 12 fructidor, an CCXX, Michael Niedermayer a écrit :
> the concat demuxer will need to have logic to transform virtual
> timestamps for seeking into per file timestamps + file
> this is similar as to the case with discontinuities in a single file
I see: the file with discontinuities is virtually split at the
discontinuities, something like that:
file title.vob
subfile 0 56401920
start_time 0
file title.vob
subfile 56401920 864829440
start_time 1:39.900
file title.vob
subfile 864829440 921231360
start_time 23:00.150
That could work indeed, and would not be very hard to implement. But it does
not handle the 33-bits wrap, though, due to the interleaving problem.
Regards,
--
Nicolas George
-------------- next part --------------
A non-text attachment was scrubbed...
Name: not available
Type: application/pgp-signature
Size: 198 bytes
Desc: Digital signature
URL: <http://ffmpeg.org/pipermail/ffmpeg-devel/attachments/20120828/f51e6dcc/attachment.asc>
More information about the ffmpeg-devel
mailing list