View Full Version : My XviD is only 17fps. Stuttery.
jcain87
30th January 2004, 18:27
I'm trying to encode the miniseries The Hitchhiker's Guide to the Galaxy on to two cds. There are six episodes per disc for the two DVDs and thats what I'm trying to do now on to CDs. The problem is is that its interlaced, and my final video is stuttery and is only 17 average FPS. I used GK to make the avs, and used Vdubmod to encode seperatly. Here are the settings I used.
GK:
Simple resize filter
Field Deinterlace
no trim
no noise filter
VDubMod:
Fast recompress
h.263
chroma motion
adaptive quantization
Interlaced Encoding
Quarter Pixel
GMC
Packed bit stream
closed GOV
Also I am using Niltze xvid (why I'm encoding sepertly). If there is any info you need let me know.
THANKS
Nic
30th January 2004, 19:14
I doubt this is a problem with XviD...Have you tried playing the avs file in something like Media Player Classic and checked that it's outputing the right fps?
Also if your doing a FieldDeinterlace then their is probably no need for interlaced encoding mode in XviD to be turned on. So try turning that off.
Let us know how you get on...
-Nic
jcain87
30th January 2004, 20:04
I got the FPS information from classic media play. Says 17Fps and 0 dropped frames. So I know that the stuttering can't be the speed of the computer.
jcain87
30th January 2004, 21:30
Actually I made a mistake. The AVS file plays fine, 23fps. I tried again encoding without interlacing option in Xvid, and set Field Deinterlace in GK. Still the same reault. 17 to 18 FPS.
Nic
31st January 2004, 01:26
Hmmm, interesting, I know im missing something obvious but I can't think what. Would you mind posting your AVS file here...also what filter is being used to playback XviD? Have you tried using ffdshow, etc.
-Nic
sysKin
31st January 2004, 03:15
If you use GK it's a good idea to load defaults. This is because if GK tries to configure XviD, it configures the old XviD and this breaks new one.
I understand you only create the avs script with GK (this is why you say about xvid's config in vdub) but just one wrong click was enough for GK to do this part wrong...
Hope it helps,
Radek
jcain87
31st January 2004, 04:23
ah I fixed it. I never really used fddshow before. So I just uninstalled it and now the video plays at 23fps. Thanks! By the way do any of you use fddshow, is it very useful?
again, Thank You
jcain87
31st January 2004, 05:01
I have another problem. With fddshow uninstalled the video plays at 23fps, but then there appears all kinds of glitches and every video player crashes. With it installed there is just the jittery playback and nothing else.
jcain87
31st January 2004, 05:03
Oh I forgot, here is my AVS script.
#
# Created with Gordian Knot
#
# http://gknot.doom9.org
#
# PLUGINS
LoadPlugin("C:\PROGRA~1\AutoGK\GORDIA~1\mpeg2dec3.dll")
LoadPlugin("C:\PROGRA~1\AutoGK\GORDIA~1\undot.dll")
LoadPlugin("C:\PROGRA~1\AutoGK\GORDIA~1\decomb.dll")
#LoadPlugin("C:\PROGRA~1\AutoGK\GORDIA~1\KernelDeInt.dll")
#LoadPlugin("C:\PROGRA~1\AutoGK\GORDIA~1\dgbob.dll")
#LoadPlugin("C:\PROGRA~1\AutoGK\GORDIA~1\Convolution3d.dll")
#LoadPlugin("C:\PROGRA~1\AutoGK\GORDIA~1\FluxSmooth.dll")
#LoadPlugin("C:\PROGRA~1\AutoGK\GORDIA~1\TomsMoComp.dll")
#LoadPlugin("C:\PROGRA~1\AutoGK\GORDIA~1\VSFilter.dll")
LoadPlugin("C:\PROGRA~1\AutoGK\GORDIA~1\SimpleResize.dll")
#
# SOURCE
mpeg2source("C:\DVD\Rips\HITCHHIKERS_GUIDE_VTS_01_PGC1\episode1.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(6,0,708,476)
#
# 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
SimpleResize(384,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)
MLS
31st January 2004, 05:20
Do you have the newest ffdshow alpha installed? If not try that.
/MLS
OBcecado
31st January 2004, 05:30
Ffdshow is known to be buggy when decoding consecutive b-frames with packed bitstream, xvid's dshow is the best decoder currently.
Greetz.
vBulletin® v3.8.11, Copyright ©2000-2026, vBulletin Solutions Inc.