Answer the question
In order to leave comments, you need to log in
How to batch split video into segments of 10 minutes using ffmpeg?
good afternoon/evening!
Help me figure out the issue, please.
I am extracting a video from a video recorder in mp4 format and then I want to split it into fragments of 10 minutes each. So far, I've come to this code in powershell that doesn't work at all:
ls | Where { $_.Extension -eq ".mp4" } | ForEach { .\ffmpeg -i $_.FullName -segment_time 600 utput%%
_03d.mp4 }
Answer the question
In order to leave comments, you need to log in
Didn't find what you were looking for?
Ask your questionAsk a Question
731 491 924 answers to any question