Welcome to Doom9's Forum, THE in-place to be for everyone interested in DVD conversion.

Before you start posting please read the forum rules. By posting to this forum you agree to abide by the rules.

 

Go Back   Doom9's Forum > Capturing and Editing Video > Avisynth Usage

Reply
 
Thread Tools Search this Thread Display Modes
Old 8th June 2009, 23:15   #1  |  Link
rica
Registered User
 
Join Date: Mar 2008
Posts: 2,021
Named argument "fps" was passed more than once?

Hi,

Here is the alert:



Here is the avs:

Code:
DirectShowSource("C:\users\rica\desktop\ff\SFU.grf", fps=23,976, audio=false)
The graph configs i used:

Code:
1)File Source (Async) > MPC-MPEG4 Video Splitter 
2)File Source (Async) > MPEG4 Splitter
What's wrong here?


_ _ _ _ _ _

Last edited by Guest; 8th June 2009 at 23:30. Reason: rule 9
rica is offline   Reply With Quote
Old 8th June 2009, 23:21   #2  |  Link
Gavino
Avisynth language lover
 
Join Date: Dec 2007
Location: Spain
Posts: 3,431
You have a comma instead of a dot. Should be:
Code:
DirectShowSource("C:\users\rica\desktop\ff\SFU.grf", fps=23.976, audio=false)
Gavino is offline   Reply With Quote
Old 8th June 2009, 23:32   #3  |  Link
rica
Registered User
 
Join Date: Mar 2008
Posts: 2,021
Quote:
Originally Posted by Gavino View Post
You have a comma instead of a dot. Should be:
Code:
DirectShowSource("C:\users\rica\desktop\ff\SFU.grf", fps=23.976, audio=false)
Thanks, really i've just been awared but after changing comma with dot, here is what i get?





_ _ _ _ _
rica is offline   Reply With Quote
Old 8th June 2009, 23:44   #4  |  Link
Gavino
Avisynth language lover
 
Join Date: Dec 2007
Location: Spain
Posts: 3,431
Try adding the framecount argument (see DirectShowSource).
Gavino is offline   Reply With Quote
Old 9th June 2009, 00:03   #5  |  Link
rica
Registered User
 
Join Date: Mar 2008
Posts: 2,021
Thanks, but none of them is working.
rica is offline   Reply With Quote
Old 9th June 2009, 00:21   #6  |  Link
Guest
Guest
 
Join Date: Jan 2002
Posts: 21,901
Give your exact revised script.
Guest is offline   Reply With Quote
Old 9th June 2009, 00:35   #7  |  Link
rica
Registered User
 
Join Date: Mar 2008
Posts: 2,021
Quote:
Originally Posted by neuron2 View Post
Give your exact revised script.
Those samples were adapted to my script: (the original was a non-commercial short net xvid avi clip btw):

Code:
 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:

Code:
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?

__ ____

Last edited by rica; 9th June 2009 at 00:59.
rica is offline   Reply With Quote
Reply

Thread Tools Search this Thread
Search this Thread:

Advanced Search
Display Modes

Posting Rules
You may not post new threads
You may not post replies
You may not post attachments
You may not edit your posts

BB code is On
Smilies are On
[IMG] code is On
HTML code is Off

Forum Jump


All times are GMT +1. The time now is 01:09.


Powered by vBulletin® Version 3.8.11
Copyright ©2000 - 2024, vBulletin Solutions Inc.