PDA

View Full Version : video is not fluid... some lags


muzik
14th February 2005, 18:03
Hello...

After finally working Gordian Knot and encoding, the results of the video looks perfect... No problems with sounds syncro and everything... However, with the 2 videos i encoded (using Xvid), it seems that the video playback is lagging, thus not playing like a normal video (just like a good game on a slow computer... IT LAGS... lol

Thank you for helping me out with this...

Muzik

Koepi
15th February 2005, 00:43
While I was searching for the final answer to your problem the search spit out the following, mighty interesting thread:

http://forum.doom9.org/showthread.php?s=&threadid=24924

muzik
15th February 2005, 01:52
# I'm using XviD 1.0.3 (the new stable on)

# DShow filter: FFDshow

# This bug occurs with all the *Xvid* I encode. My older divx have no problems of playback.

# I use Windows Media Player Classic. Hardware is PIV C 2.4 Ghz, Radeon 9000 AiW, Windows Xp Professional...

# Using 2 pass, Bitrate is 923.

# My script looks like this:


#
# Created with Gordian Knot
#
# http://gknot.doom9.org
#
# PLUGINS
LoadPlugin("C:\Program Files\AviSynth 2.5\plugins\mpeg2dec3.dll")
LoadPlugin("C:\Program Files\AviSynth 2.5\plugins\undot.dll")
#LoadPlugin("C:\Program Files\AviSynth 2.5\plugins\decomb.dll")
#LoadPlugin("C:\Program Files\AviSynth 2.5\plugins\KernelDeInt.dll")
#LoadPlugin("C:\Program Files\AviSynth 2.5\plugins\dgbob.dll")
#LoadPlugin("C:\Program Files\AviSynth 2.5\plugins\Convolution3d.dll")
#LoadPlugin("C:\Program Files\AviSynth 2.5\plugins\FluxSmooth.dll")
#LoadPlugin("C:\Program Files\AviSynth 2.5\plugins\TomsMoComp.dll")
#LoadPlugin("C:\Program Files\AviSynth 2.5\plugins\VSFilter.dll")
#LoadPlugin("C:\Program Files\AviSynth 2.5\plugins\SimpleResize.dll")
#
# SOURCE
mpeg2source("D:\XviD\DVD Rip\Cellular\Cellular.d2v")
#
# TRIM
#trim(startframe,endframe)
#
# IVTC
#Telecide(order=1,guide=1).Decimate()
# or use
#IVTC(44,11,95)
#GreedyHMA(1,0,4,0,0,0,0,0)
#
# CROPPING
crop(2,58,716,360)
#
# DEINTERLACING (1)
#FieldDeinterlace()
#FieldDeinterlace(blend=false)
#TomsMoComp(1,5,1)
#
# DEINTERLACING (2)
#KernelDeInt(order=1,sharp=true)
# or maybe
#DGBob(order=1,mode=0)
# DEINTERLACING (3) - special requests
#GreedyHMA(1,0,0,0,0,0,0,0)
#Telecide()
#SeparateFields()
#
#
# SUBTITLES
#VobSub("FileName")
#
# RESIZING
LanczosResize(704,288)
#
Undot()
#
# DENOISING: choose one combination (or none)
# 1) little noise
#Temporalsoften(2,3,3,mode=2,scenechange=6)
#mergechroma(blur(1.3))
#FluxSmooth(5,7)
#
# 2) medium noise
#Temporalsoften(3,5,5,mode=2,scenechange=10)
#Convolution3d("moviehq")
#FluxSmooth(7,7)
#
# 3) heavy noise
#Temporalsoften(4,8,8,mode=2,scenechange=10)
#Convolution3d("movielq")
#FluxSmooth(10,15)
#
# BORDERS
#AddBorders(left,top,right,bottom)
#
# COMPRESSIBILITY CHECK
# !!!!Snip Size now has to be 14 for use in GKnot!
#SelectRangeEvery(280,14)
#
# FOOL CCEnc
#empty = BlankClip()
#AudioDub(last,empty)




# Like I say, the video lags, is choppy, but the audio dosn't look to have any problems

# I am not doing any containers, just a plain XviD

Koepi
15th February 2005, 08:19
You may want to update ffdshow (which took over playback most likely) to a version from end 2004 or this year. Very old ffdshow builds have issues with packed b-frames.

Cheers
Koepi