PDA

View Full Version : HD TS to x264 MKV


Pashator
25th February 2007, 22:38
Hi, All

My first post here, hope that somebody can point me in a proper direction. I know there're a lot of threads about that here and I know that it's not only me who's trying to convert TS(MPEG2) to x264 and having the same problem.

So here we go:

1. I have some movies in HD TS (MPEG2), load them into DGIndex, check it, set it as "Force Film", create a .d2v and .ac3 (or .DTS).

2. Avysynth, simple script:
# PLUGINS
LoadPlugin("C:\Program Files\AviSynth 2.5\plugins\DGDecode.dll")
LoadPlugin("C:\Program Files\AviSynth 2.5\plugins\Decomb.dll")

# SOURCE
MPEG2Source("xxx.d2v")
Telecide()

3. Megui, 2 days of conversion, x264.
4. MKVtoolnix to mux MKV file.

After all that I have sound completely out of sync. The latest MKVToolnix is complaining about .ac3 stream and constantly skiping some data (not sure if it a glich in the latest mkvtoolnix, tried two versions or in the latest DGindex). Don't recall that complain in the earlie version but anyway sound was out of sync, it was not so bad as with this skipping but still unusable.

All the apps are updated to the latest version.

Thanks!