Noob Here. I have about 300 files that I want to split into segments. About 5 seconds each. I figured how to do it for one file, but is there anyway I can do it to the whole folder directory? Been searching online and can't seem to find exactly what I need.
here is what I did for the single file
ffmpeg -i test2.mp4 -c copy -map 0 -segment_time 00:0:05 -f segment output%03d.mp4
would like to do it for all the files at once
Is there a batch command that can do it for all files
If not, is there a way I can put more than one command line into Terminal and run them all at once?
OS - Mac - Monterey - FFMPEG and Brew installed
Real noobie, any help would be appreciated
+ Reply to Thread
Results 1 to 1 of 1
Similar Threads
-
Audio shorter than video in MTS. video files that is split with FDR-AX100
By Skarep in forum Newbie / General discussionsReplies: 6Last Post: 31st Oct 2021, 11:11 -
Convert .MTS files from a Sony HDR TD20 to SBS (or split L+R) on Mac ???
By restlessman in forum Video ConversionReplies: 2Last Post: 17th Nov 2020, 11:34 -
Need help writing an ffmpeg script to batch split many video files by size
By manav in forum Newbie / General discussionsReplies: 11Last Post: 6th Aug 2020, 17:37 -
How to join batch video files?
By iKron in forum Video ConversionReplies: 7Last Post: 9th Sep 2018, 13:19 -
Video batch files.
By pcspeak in forum Video ConversionReplies: 62Last Post: 14th Feb 2018, 20:24