View Full Version : small question regarding no. of frames
cofferscuffs
8th August 2002, 19:44
is there a way to force avs to believe theres x amount of frames in a file so it doesnt actually read the input file for the number of frames?
dividee
8th August 2002, 20:44
No I don't think so. Why do you need that for ? You can always use Trim for selecting the frames you need.
cofferscuffs
8th August 2002, 21:09
well it needs to be able to framserv frames that wont be there on when the file is read.. but will be later. any suggestions
trbarry
9th August 2002, 18:37
Don't know if it will help but a couple times I've gotten away with something like the following when I had DirectShowSource that reported mildly inaccurate frames:
video=DirectShowSource("c:\VCR\buffy3#0.mpg",fps=29.97)
blanks=blankclip(video,300)
trim(video+blanks,0,video.framecount+100)
Not sure what it would do for your situation but maybe something similar might help.
- Tom
cofferscuffs
12th August 2002, 13:23
ah cool... ill try this later
vBulletin® v3.8.11, Copyright ©2000-2026, vBulletin Solutions Inc.