Answer the question
In order to leave comments, you need to log in
fmpeg. Bat file that can split 3gp?
Task: we need a bat file that can split 3gp files into several parts, but this is necessary with each file in the folder so as not to write their names.
We need a batch file that will include this text:
ffmpeg.exe -i "D:\media\video.3gp" -f segment -segment_time 100 -c copy -reset_timestamps 1 "d:\media\video_%03d.3gp"
Here is the batch file but it performs a different action, but it should be with 3gp.
@for %%f in (*.mp4) do @echo %%~nf|>nul find /v "_cut" && ffmpeg -loglevel 16 -sseof -20 -i "%%f" -c copy -y "% %~nf_cut%%~xf"
Answer the question
In order to leave comments, you need to log in
Well, judging by the question, you need to take this text and replace that text with it, you can do this with a text editor. Or be clearer.
Didn't find what you were looking for?
Ask your questionAsk a Question
731 491 924 answers to any question