I have simple requirement, I want to covert .mkv files to .vob so I can burn and play those files in my normal dvd player. I have tried diffrent tools like dvdfleak, and others that are suggested on this site. but none of them are working. some are failing after sometime, there are some tools that are not free. Can anyone suggest any converter for the same.
+ Reply to Thread
Results 1 to 5 of 5
-
-
Have you tried convertxtodvd? Not free but is one the easiest and supports most video sources.
-
I just tried that but again voice and image quality not in sync sometime, so let me know if any other good tool that can do that job, there must be some opensource tool so I dont have to pay in this ecnomoy
-
I use Avisynth + HCEnc + Aften + GfD
All free.
I've used scripts like:
Code:DirectShowSource("A.mkv") ConvertToYV12()
Code:FFmpegSource("B.mkv") AudioDub(DirectShowSource("B.mkv")) EnsureVBRMP3sync()
A simple and effective way to make AC3 directly from an AVS is to install Soundout, and add
Soundout()
to the script, it will pop up a console you can use to create AC3 (and other formats, but AC3 is what you need for DVD). -
What are the attributes of your MKV? I just did a MKV HD conversion to DVD DL with ConvertX 3 and no sync problems and it came out great. The MKV was a BD conversion to MKV.
The MediaInfo information:
The ConvertX encoder screen shot:
You might take a look at the MediaInfo screen shot and see how yours compares, though you may not be converting HD MKVs. ConvertX seems to do a great job and it's worth the price for me.
Similar Threads
-
MKV guide, Play MKV, MKV to AVI, MKV to DVD, MKV to MP4, MKV to Blu-ray
By Baldrick in forum Newbie / General discussionsReplies: 55Last Post: 29th Jun 2012, 11:19 -
MKV TO VOB
By Vintage in forum MacReplies: 18Last Post: 16th May 2012, 23:27 -
VOB to MKV
By czgirb in forum Video ConversionReplies: 9Last Post: 17th Jun 2011, 19:47 -
VOB to MKV
By suv32002 in forum Newbie / General discussionsReplies: 3Last Post: 27th Nov 2009, 05:02 -
MKV to VOB
By manna420 in forum Video ConversionReplies: 1Last Post: 13th Mar 2009, 09:41