[FFmpeg-user] Make the next stream continue where the previous one left off
Ivan Pozdeev
ivan_pozdeev at mail.ru
Tue Dec 15 14:32:01 CET 2015
> On Mon, Dec 14, 2015 at 22:43:55 +0300, Ivan Pozdeev wrote:
>> This is good enough for my specific case (except the script requirement -
>> writing and debugging one each time is far from being optimal), but I still
>> wonder if there are any better possibilities.
> Do have a look at the segment muxer:
> https://www.ffmpeg.org/ffmpeg-formats.html#segment_002c-stream_005fsegment_002c-ssegment
This one is better than -ss+-t : I don't have to specify a pair of arguments for
each split, and it breaks on keyframes. It still only breaks by durantion rather
than file size, so I need to know the bitrate beforehand.
Still, this is better than anything considered so far.
> Cheers,
> Moritz
> _______________________________________________
> ffmpeg-user mailing list
> ffmpeg-user at ffmpeg.org
> http://ffmpeg.org/mailman/listinfo/ffmpeg-user
--
Best regards,
Ivan mailto:ivan_pozdeev at mail.ru
More information about the ffmpeg-user
mailing list