Hi! I have problems regarding framerate from a HD video that will be converted to DVD-MPEG2 using TMPGEnc and frameserved by avisynth.


The content of the show is the same, but I can choose from the following encodes:
-Source#1: Matroska 1024x576 WMV9 Vorbis Fixed (MatroskaProp says 119.879997 fps)
-Source#2: Matroska 856x480 Xvid Vorbis VFR (MatroskaProp says 25.480164 fps)

Of course when played in MPC or GraphEdit all is ok.


The first problem is, I have to specify a framerate to DirectShowSource(), so I don't know what to specify.

My current non-working avisynth script is:

Code:
DirectShowSource("Source#1.mkv", 119.879997)

LoadPlugin("VSFilter.dll") 
TextSub("Subtitle.ass")

ConvertToRGB24()
My intention is to encode this in progressive 29.97fps DVD-MPEG2
I have read a little about Decimate, MultiDecimate, FDecimate, but I don't know how to handle a Matroska VFR or 120fps and I have no success.

My setup is:
-AviSynth 2.5.6 06-01-2005
-XviD 1.1.0-Beta1-16012005
-TMPGEnc XPress 3.0.4.24
-Media Player Classic 6.4.8.2
-Matroska Splitter 1.0.2.4
-CoreVorbis 1.0b6

Your help will be appreciated.
Takeshi Miya