PDA

View Full Version : Matroska to DVD


Khain
24th December 2007, 01:46
I have a Matroska (.mkv) file with two tracks, one is video (mvkinfo tells me its V_MPEG4/ISO/AVC) and one is audio (A_AC3). How can I convert this to a DVD structure to watch on my standalone? All help greatly appreciated, thank you!

foxyshadis
26th December 2007, 20:24
Copying the original DVD would be much simpler than making a DVD out of a questionably legitimate backup file.

mahsah
28th December 2007, 06:47
try
mencoder -oac copy -ovc lavc -of mpeg -mpegopts format=dvd:tsaf -vf scale=720:480,harddup -srate 48000 -af lavcresample=48000 -lavcopts vcodec=mpeg2video:vrc_buf_size=1835:vrc_maxrate=9800:vbitrate=8500:keyint=18:vstrict=0:aspect=16/9 -ofps 30000/1001 -o outfile.mpg "infile.mkv"

with mencoder, then author with dvdauthorgui, burn with whatever you want.

Sharc
28th December 2007, 19:45
I have a Matroska (.mkv) file with two tracks, one is video (mvkinfo tells me its V_MPEG4/ISO/AVC) and one is audio (A_AC3). How can I convert this to a DVD structure to watch on my standalone? All help greatly appreciated, thank you!

You may want to try SVCD2DVD. It converts almost anything to DVD format/structure without lossy reencoding. Very handy.
http://www.svcd2dvd.com/

Dark Shikari
28th December 2007, 19:53
You may want to try SVCD2DVD. It converts almost anything to DVD format/structure without lossy reencoding. Very handy.
http://www.svcd2dvd.com/Because, of course, we all know how the DVD format supports H.264/AVC video.

Sharc
28th December 2007, 20:27
Sure.
Still, may be it's worth a try - even if it reencodes.