View Full Version : ChangeFPS speed isues
Oletros
23rd November 2003, 15:55
I have an XP 2400+ and the encoding speed I have is 70-80 fps moreless.
But when I use the command ChangeFPS(15) when I want to encode to view divs on mi PocketPC the speed drops to 6-8 fps.
Is this normal?
sh0dan
23rd November 2003, 20:45
ChangeFPS does no processing, but it depends on your source - you are actually seeking in your material, when dropping frames. I would imagine AviSource gets quite slow.
You could try using DirectshowSource it shouldn't suffer as much, since it will continue decoding on skips that are less than 10 frames.
Oletros
23rd November 2003, 20:51
When I use ChangeFPS with avi material to reencode it has no dropping issues but when I use it with mpegSource it has those dropping issues
#
# Created with Gordian Knot
#
# http://gknot.doom9.org
#
# PLUGINS
LoadPlugin("C:\ARCHIV~1\GORDIA~1\mpeg2dec3.dll")
#LoadPlugin("C:\ARCHIV~1\GORDIA~1\undot.dll")
#LoadPlugin("C:\ARCHIV~1\GORDIA~1\decomb.dll")
#LoadPlugin("C:\ARCHIV~1\GORDIA~1\dgbob.dll")
#LoadPlugin("C:\ARCHIV~1\GORDIA~1\Convolution3d.dll")
#LoadPlugin("C:\ARCHIV~1\GORDIA~1\FluxSmooth.dll")
#LoadPlugin("C:\ARCHIV~1\GORDIA~1\TomsMoComp.dll")
#LoadPlugin("C:\ARCHIV~1\GORDIA~1\VSFilter.dll")
LoadPlugin("C:\ARCHIV~1\GORDIA~1\SimpleResize.dll")
#
# SOURCE
mpeg2source("D:\VIDEO_TS\pruebas.d2v")
ChangeFPS(15)
#
# CROPPING
crop(4,78,712,420)
#
# RESIZING
SimpleResize(512,208)
#
sh0dan
25th November 2003, 16:44
That's because AviSource does intelligent prerolling (mostly thanks to Avery Lee's code I think). The issue has been fixed, and will be in the next CVS-binary.
slavickas
25th November 2003, 17:34
i have quite similar problem (and don't want to start new topic :D )
using mpegsource and changefps actually just slow down and won't drop any frames, can anybody confirm this?
sh0dan
25th November 2003, 23:31
mpegsource may have trouble seeking. You should also try the new version (I'll build one tomorrow for you).
slavickas
26th November 2003, 17:57
Originally posted by sh0dan
mpegsource may have trouble seeking. You should also try the new version (I'll build one tomorrow for you).
thx, eagerly waiting, btw if it needs just compile (with minor mods) i can do it myself
sh0dan
26th November 2003, 18:39
I had to test it a bit, since I did some housecleaning some places. But now it's up. (November 26th CVS Binary)
slavickas
26th November 2003, 19:39
thanks, in vdub now works properly,
edit: yes it works nice, problem was with evilmpasource
Oletros
26th November 2003, 20:30
Perfect
Thanks a lot
vBulletin® v3.8.11, Copyright ©2000-2026, vBulletin Solutions Inc.