[FFmpeg-user] How to split webm files quickly?
Gyan Doshi
ffmpeg at gyani.pro
Wed Jul 5 09:35:50 EEST 2023
On 2023-07-05 10:05 am, Peng Yu wrote:
>> Not at all. See
>> http://www.ffmpeg.org/ffmpeg-formats.html#segment_002c-stream_005fsegment_002c-ssegment
> I am confused with the many options shown in the examples. Could you
> show me the command on how to split input.webm into 15-minute
> segments? Thanks.
Basic command:
ffmpeg -i "$f" -c copy -f segment -segment_time 15:00 %d.webm
Regards,
Gyan
More information about the ffmpeg-user
mailing list