Menu

How to batch split files using FFmpeg Batch AV Converter

For example, to split a bunch of mov files in 30 seconds segments, use this setting:

Parameters: -acodec copy -f segment -segment_time 30 -vcodec copy -reset_timestamps 1 -map 0 %fp\ffbatch\%fn_%0d.mov
Format: nul

This command will generate 30 seconds videos from mov files saving it at input source file \ffbatch folder, using the source file name.

Posted by Abel 2021-02-12 Labels: ffmpeg batch split
Attachments:

Log in to post a comment.