V
V
Vasily Nikonov2020-11-14 16:19:42
macOS
Vasily Nikonov, 2020-11-14 16:19:42

How to convert files from folders in FFmpeg macOS?

There is a folder with a serial that needs to be converted to .mp4. Series in both .avi and .mkv. Please tell me the command for FFmpeg (terminal version). Thank you.

PS There is a folder with a series, which has subfolders with seasons.

Answer the question

In order to leave comments, you need to log in

1 answer(s)
E
Eugene, 2020-11-14
@jintaxi

find ./directory -name "*.avi" -o -name "*.mkv" -exec ffmpeg -i {} {}.mp4  \;

Didn't find what you were looking for?

Ask your question

Ask a Question

731 491 924 answers to any question