Log in

View Full Version : Howto mux vc1 @ 23.976 fps in MKV


Scurra
22nd November 2007, 17:19
Hello there,

I have a Bluray Disk here which I'd like to back up to my pc. It consists of a VC-1 Track @ 23.976 fps and several DD tracks. Since MKVmerge doesn't understand VC1 I tried to use gdsmux from haali. That works nice but it muxes the Video as 25fps and I can't find an option to change that. Any ideas? Thanks...

honai
22nd November 2007, 17:55
MKVmerge doesn't understand VC1

Actually, it does.

First remux the m2ts to mkv (e.g. in graphedit with Haali Splitter->Haali Matroska Muxer), then use mkvmerge GUI and for the video supply a timecode.txt file which contains this:


# timecode format v1
assume 23.976

Thunderbolt8
22nd November 2007, 18:19
or just put that .mkv file you got from gdsmux into mkvmerge directly with that^^ timecode file

Scurra
22nd November 2007, 19:12
Thanks, gonna try that.