I know MKV is versatile and all, able to use multiple audio streams and multiple subtitle streams is good. Unfortunately my DVD player can only play the static formats that only allow one video, one audio and one subtitle stream.
I've been trying to convert this one h.264 encoded MKV file into an AVI, but to no avail, since the sound is VBROGG encoded.
Demuxed it, and have tried multiple ways to remux it back so it all functions as an AVI.
Create a new MKV with just the Video.
Install the Haali media splitter and Avisynth.
Create a simple script and frameserve the mkv containing the video
to Virtualdub using a simple one-line script - something like this:
directshowsource("c:\mymovie.mkv",fps=23.976,convertfps=true)
(Make sure the fps reflects the actual frame rate)
Create this file in Notepad, call it something like "myfile.avs",
then drag it to virtualdub. Set video to "fast compress", and choose
video/compression - select xvid or Divx/configure/ restore defaults/
Set 1 pass quality mode Q=4. OK out and File/save as avi.
Originally posted by davexnet: Create a new MKV with just the Video.
Install the Haali media splitter and Avisynth.
Create a simple script and frameserve the mkv containing the video
to Virtualdub using a simple one-line script - something like this:
directshowsource("c:\mymovie.mkv",fps=23.976,convertfps=true)
(Make sure the fps reflects the actual frame rate)
Create this file in Notepad, call it something like "myfile.avs",
then drag it to virtualdub. Set video to "fast compress", and choose
video/compression - select xvid or Divx/configure/ restore defaults/
Set 1 pass quality mode Q=4. OK out and File/save as avi.