Log in

View Full Version : ACK...Movie keeps stalling!!!!


X-Nemesis
26th January 2003, 05:55
I've encoded pitch black various times and it always ends up stalling at the exact same spot whilst the audio continues on. I'm lost. Here is my script I'm encoding using Avisynth 2.5, Virtualdubmod and Divx5enc.

#
# Created with Gordian Knot
#
# http://gknot.doom9.org
#
# PLUGINS
LoadPlugin("g:\PROGRA~1\GORDIA~1\mpeg2dec3.dll")
#LoadPlugin("g:\PROGRA~1\GORDIA~1\decomb.dll")
#LoadPlugin("g:\PROGRA~1\GORDIA~1\IVTC.dll")
#LoadPlugin("g:\PROGRA~1\GORDIA~1\Avisynth_Spatial.dll")
#LoadPlugin("g:\PROGRA~1\GORDIA~1\GreedyHMA.dll")
#LoadPlugin("g:\PROGRA~1\GORDIA~1\TomsMoComp.dll")
#LoadPlugin("C:\WINDOWS\System32\vobsub.dll")
#LoadPlugin("g:\PROGRA~1\GORDIA~1\SimpleResize.dll")
#LoadPLugin("g:\PROGRA~1\Avisynth2\MSharpen.dll")
#
# SOURCE
mpeg2source("D:\Vobs\Pitch Black.d2v")
#
# TRIM
#trim(startframe,endframe)
#
# IVTC
#Telecide().Decimate(5)
# or use
#IVTC(44,11,95)
#GreedyHMA(1,0,4,0,0,0,0,0)
#
# DEINTERLACING (1)
#FieldDeinterlace()
#TomsMoComp(1,5,1)
#
# CROPPING
crop(0,60,718,358)
#
# DEINTERLACING (2)
#SeparateFields().SelectEven()
# or maybe
#GreedyHMA(1,0,0,0,0,0,0,0)
#
# SHARPEN
#MSharpen(15,100,true,true,false)
#
# SUBTITLES
#VobSub("FileName")
#
# RESIZING
LanczosResize(704,288)
#
# DENOISING: choose one combination (or none)
# 1) little noise (fast)
#TemporalSmoother(2,1)
#
# 2) medium noise (slow)
#SpatialSoftenMMX(1,4,6,false,false,4,4,6,8)
#TemporalSmoother(2)
#
# 3) heavy noise (very slow, you have been warned)
#SpatialSoftenMMX(2,4,6,false,false,4,4,6,8)
#TemporalSmoother(3)
#SpatialSoftenMMX(1,4,6,false,false,4,4,6,8)
#
# BORDERS
#AddBorders(left,top,right,bottom)
#
# COMPRESSIBILITY CHECK
# !!!!Snip Size now has to be 14 for use in GKnot!
#SelectRangeEvery(280,14)
#
# FOOL CCEnc
#ResampleAudio(44100)


I hope someone can shed some light on this issue...I'm gonna go and search myself for another person sharing this issue in the forums.

Thanks:angry:

Acaila
26th January 2003, 09:33
In case you didn't know, every line with an # in front of it is a comment, so you can leave all those lines away when posting your avs script.

Are you using the Smooth Playback option during decoding? This can make your video freeze, and it usually happens at the exact same spot. Just keep it always disabled.

jggimi
27th January 2003, 19:03
You can 1) try setting all post-processing options to minimum or off, or 2) try using the ffdshow (http://www.doom9.org/Soft21/Filters/ffdshow-20021213.exe) playback filter instead of the DivX codec for playback.

X-Nemesis
27th January 2003, 23:36
I'll try turning those options of in the decoder settings...I've read this before in other threads...DOH!!! Forgot about that. Are those settings ONLY good for very powerful computers or are they just not completely tuned yet for playback...Maybe it has something to do with me using MediaPlayer 9...always lots of possible scenarios. Anyhoo, thanks for the replies...will give it a try and see where it leads me.

Cheers:rolleyes: