Log in

View Full Version : Video moves all over the place!


oddball
27th November 2006, 00:37
Whenever I load a TS into VirtualDub using DirectShowSource in an AVS script and keyframing through the video makes the video move about all over the place. I am using Haali's Matroska splitter for TS files. It does not seem to matter which decoder I use for the MPEG2. I tried using HDTVPump and Elecard instead and it still does it. Could it be ffdshow interfering? Nope not that. Going to demux and use the raw m2v and see what happens.

LoRd_MuldeR
27th November 2006, 00:42
Why not use VirtualDub-MPEG2 (http://fcchandler.home.comcast.net/stable/) for loading the MPEG-2 file directly?

Your_Idol
1st December 2006, 13:42
It would work a lot better if the file was demuxed with DGIndex (http://neuron2.net/dgmpgdec/dgmpgdec.html) and use a script like this:

# PLUGINS
LoadPlugin("C:\Program Files\GordianKnot\DGMPGDec\DGDecode.dll")

# SOURCE
mpeg2source("C:\videos\YourDeMuxedTS.d2v", idct=0)

# DEINTERLACING
# CROPPING
# RESIZING
# DENOISING