> 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 > [email protected] > http://ffmpeg.org/mailman/listinfo/ffmpeg-user -- Best regards, Ivan mailto:[email protected] _______________________________________________ ffmpeg-user mailing list [email protected] http://ffmpeg.org/mailman/listinfo/ffmpeg-user
