PDA

View Full Version : Slow playback of Xvid encoded Movie


hannah
2nd October 2005, 03:02
Hi..
This is first movie I encoded with xvid. My .avs script is as follows..

Loadplugin("C:\Program Files\AviSynth 2.5\plugins\DGDecode.dll")
Loadplugin("C:\Program Files\AviSynth 2.5\plugins\LeakKernelDeint.dll")
Loadplugin("C:\Program Files\AviSynth 2.5\plugins\MaskTools-p4-5.dll")
Loadplugin("C:\Program Files\AviSynth 2.5\plugins\SangNom.dll")
Loadplugin("C:\Program Files\AviSynth 2.5\plugins\hqdn3d.dll")
Loadplugin("C:\Program Files\AviSynth 2.5\plugins\ac3source.dll")


Import("C:\Program Files\AviSynth 2.5\plugins\LimitedSharpen.avs")

MPEG2Source("G:\dvd\Mymovie.d2v")
LeakKernelDeint(Order=1,threshold=5)
ColorMatrix()
Crop(8,0,-8,0,true)
Lanczos4resize(720,480)
hqdn3d(3,2,2,4.5)
LimitedSharpen(ss_x=1.0,ss_y=1.0,Smode=3,strength= 40)
SangNom(order=1,aa=48)


I am using XviD-1.1.0-Beta2-04042005 _Beta Release_.

Also had used Sharktooth's eqm_v3lr.xcm quantization Matrix. The moive had encoded property however when I play in my zoomplayer, it plays in slowmotion. I am not sure what causes that. My computer is not really powerful. It's 900Mhz Celeron with 520 MB RAM.

Please see the avi info attached. Can some one suggest what's causing this?

BTW: I did not use FFDSHOW for playback. Must I use FFDSHOW durig playback. The same movie when encoded in Divx ran fine in my computer.

Many thanks

Koepi
2nd October 2005, 05:34
Your script gives only some insight into the image size of your movie. Full NTSC resolution, playback with DivX dshow. Please disable any postprocessing in the divx setup -- or use the XviD dshow (and disable post processing there, too).

Cheers
Koepi

MeteorRain
2nd October 2005, 10:46
cerelon 900 is indeed not powerful.
why not try ffdshow playback?

hannah
2nd October 2005, 21:17
The resolution of my movie is as follows:
720,480

I do have Divx and Xvid decoder installed in my computer. I know it sound noobish..would not mind if someone tells me how to completely deactivate divx and xvid decoder. Do I do it in divx and xvid decoder facility or do I do it in Zoom Player?

All help is appreciated.

Many thanks