R
R
Ritoferini2021-07-04 22:54:21
fmpeg
Ritoferini, 2021-07-04 22:54:21

fmpeg. How to crop video of all files in a folder?

Windows 10

ffmpeg -sseof -3 -i "C:\video.mp4" video.mp4 Trim and save three seconds at the end of the video.

for %a in (*.mp4) do ffmpeg -i "%a" -vn -ab 320k -ar 44100 "%~dpna.mp3" In cmd, after changing to the file directory, convert all files in the folder.

The task is to call a command to cut three seconds of each video (without converting), all files in the directory (folder).

Answer the question

In order to leave comments, you need to log in

1 answer(s)
V
Vitaliy K, 2021-07-05
@revenger

An example of how to perform mass actions of the same type.
Look at this:
https://www.khtulhu.org.ua/programmy/9-ubuntu/1022...

Didn't find what you were looking for?

Ask your question

Ask a Question

731 491 924 answers to any question