How to convert mkv file into avi file format with ffmpeg.

This is very simple. You need to use the ffmpeg tool.
If your file is named my_file.mkv then use this command:

The output will be out_file.avi with directly copy the audio and video streams from the mkv to an avi .

Leave a Reply

This site uses Akismet to reduce spam. Learn how your comment data is processed.