View Full Version : Named argument "fps" was passed more than once?
Hi,
Here is the alert:
http://img14.imageshack.us/img14/3562/avs01.png
Here is the avs:
DirectShowSource("C:\users\rica\desktop\ff\SFU.grf", fps=23,976, audio=false)
The graph configs i used:
1)File Source (Async) > MPC-MPEG4 Video Splitter
2)File Source (Async) > MPEG4 Splitter
What's wrong here?
_ _ _ _ _ _
Gavino
8th June 2009, 23:21
You have a comma instead of a dot. Should be:
DirectShowSource("C:\users\rica\desktop\ff\SFU.grf", fps=23.976, audio=false)
You have a comma instead of a dot. Should be:
DirectShowSource("C:\users\rica\desktop\ff\SFU.grf", fps=23.976, audio=false)
:stupid:Thanks, really i've just been awared but after changing comma with dot, here is what i get?
http://img30.imageshack.us/img30/3957/avs02.png
_ _ _ _ _
Gavino
8th June 2009, 23:44
Try adding the framecount argument (see DirectShowSource (http://avisynth.org/mediawiki/DirectShowSource)).
Thanks, but none of them is working.
Guest
9th June 2009, 00:21
Give your exact revised script.
Give your exact revised script.
Those samples were adapted to my script: (the original was a non-commercial short net xvid avi clip btw):
DirectShowSource("F:\TestStreams\xvid.avi",fps=25, audio=false, pixel_type="RGB")
V=DirectShowSource("F:\vid_graph.grf", audio=False) # video only (audio renderer removed)
And none of those gives:
framecount (in v2.57): This is sometimes needed to specify the framecount of the video. If the framerate or the number of frames is incorrect (this can happen with asf or mov clips), use this option to force the correct number of frames. If fps is also specified the length of the audio stream is also adjusted.
How to do?
__ ____
vBulletin® v3.8.11, Copyright ©2000-2026, vBulletin Solutions Inc.