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.

Want the latest updates on software, tech news, and AI?
Get latest updates about software, tech news, and AI from SourceForge directly in your inbox once a month.