D
D
Dwellss2021-07-30 23:11:18
fmpeg
Dwellss, 2021-07-30 23:11:18

How to force ffmpeg to choose English language path?

ffmpeg converts video to mp4 and leaves only one track - the one that comes first. Is it possible for it to give preference to a track if its name contains the keywords "en, eng, english"? Well, i.e. I found a track with that name - it means it will be the first, I didn’t find it - it means everything is as usual ...

Answer the question

In order to leave comments, you need to log in

1 answer(s)
A
Andrew, 2021-07-30
@deepblack

ffmpeg has an option -map Documentation Usage
example:
First video track and fourth audio track
ffmpeg -i video.mkv -map 0:0 -map 0:3 video.mp4

Didn't find what you were looking for?

Ask your question

Ask a Question

731 491 924 answers to any question