FFmpeg Batch AV Converter News
Free all in one audio/video ffmpeg batch encoder
Brought to you by:
eibol
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.