M
M
Maxim_Q2020-02-28 16:44:03
linux
Maxim_Q, 2020-02-28 16:44:03

How to compile mkv via linux console?

You need to collect the matryoshka mkv file through the console. There are two video and audio files, they need to be collected through the console into one mkv container. Googling only gives GUI build instructions, which doesn't work for me.

How to compile through the console like this: file.aac + file.avi = file.mkv

Answer the question

In order to leave comments, you need to log in

1 answer(s)
@
@nidalee, 2020-02-28
@Maxim_Q

Without conversion - like this:

ffmpeg -i file.avi -i file.aac -vcodec copy -acodec copy file.mkv
This is provided that there is no audio track in the avi. If it is, then you will also need to add -map.

Didn't find what you were looking for?

Ask your question

Ask a Question

731 491 924 answers to any question