How to convert mkv to dvd or avi

I have some mkv files, and while Totem plays them perfectly, when i use Devede to burn them to dvd it all gets messed up: the video is ok, but the audio is out of sync.

I did see that Devede does write my dixv avi files correctly to disk.

So i am thinking what the best way could be to convert my mkv for playback on dvd?

I was thinking maybe converting them to avi first? But i did not find a good way for that to happen.

What do you suggest?

3

8 Answers

Handbrake is the best video converter tool I know.

From the details page:

Supported Sources:

Any DVD-like source: VIDEO_TS folder, DVD image or real DVD (unencrypted--protection >methods including CSS are not supported internally and must be handled externally with >third-party software and libraries), and some .VOB and .TS files Most any multimedia file it can get libavformat to read and libavcodec to decode.

Outputs:

File format: MP4 and MKV Video: MPEG-4, H.264, or Theora Audio: AAC, CoreAudio AAC (OS X Only), MP3, or Vorbis. AC-3 pass-through, DTS pass-thorugh >(MKV only)

You can install it via Software Center or sudo apt-get install handbrake-gtk if you use their PPA:

deb UBUNTU_VERSION maindeb-src UBUNTU_VERSION main

9

Yes, I agree Handbrake is nice.

However, if you want a simple and easy app, you can use MobileMediaConvertor. It almost converts anything. Website

Arista Transcoder from software center is good too.

1

There is an option called convert/save in vlc "media" option. I think the shortcut key is ctrl + R. It surely converts to mp4. Will this help:

For the old "command line magic" I like using mencoder, which is part of MPlayer. Then I use dvdwizard to make the DVD.

The basic command line to convert anything into a PAL 16:9 dvd vob file

mencoder <name of input file> -vf scale=720:576 -ofps 25 -ovc lavc -vf-pre scale=720:-3,expand=720:::::16/9:16,harddup -lavcopts vcodec=mpeg2video:keyint=15:vrc_buf_size=1835:vrc_maxrate=9800:vbitrate=2500:aspect=16/9:vstrict=0 -of mpeg -mpegopts format=dvd -srate = 48000 -o <name of output file>

Of course I never write all that, I have a script that wraps all that and gives me a few "simple" options for things like 2 pass encoding, frame rate, audio codec, removing video noise, and sharpening the picture...

The script is avi2vob.

To convert a bunch of videos to 24fps 16:9 video, with 2 pass encoding and video sharpening

avi2vob -f -2 -s1 -d video1.avi video2.mkv video3.flc
0

I think vlc supports converting to avi and i think it plays mkv as well.

In media menu there is an option for convert/save

VLC Transcode

2

Even I convert .mkv videos to .avi to play them on my gothic dvd player. The best program to do this seamlessly (according to me, atleast) is Avidemux. :))

I had a similar problem once; If I remember correctly, I fixed it by checking "file already has AC3 audio" or similar in the DeVeDe menu (advanced options). That is, if your MKV has AC3 audio in it ;)

Personally recommend three solutions to convert MKV to AVI.

HandBrake: it's free and has the feature of converting MKV to AVI.

Cons:

  1. HandBrake is too professional to handle for most people;
  2. It doesn't support MOV as output format.

a video tool which can convert MKV to AVI. It's not expensive and runs well on Mavericks and Windows 8. Most of all, the converted video will keep the same quality with the original video.

You Might Also Like