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 > General > Newbies

Reply
 
Thread Tools Search this Thread Display Modes
Old 12th April 2013, 14:50   #1  |  Link
Soulvomit
Registered User
 
Join Date: May 2012
Posts: 28
Setting ffdshow's AviSynth option

At the moment I'm trying to use AviSynth through ffdshow for YV12-to-RGB conversions but get a script error message layed over the playing video.

Code:
ConvertToYV24(interlaced=false,chromaresample="point")
MergeChroma(PointResize(width, height,0,1))
ConvertToRGB32(matrix="rec709")
Quote:
Script error: Invalid arguments to function 'ConvertToYV24' (ffdshow_filter_avisynth_script, line 1)
I'm using ffdshow 1.2.4499 and AviSynth 2.6.
Soulvomit is offline   Reply With Quote
Old 12th April 2013, 17:39   #2  |  Link
clsid
*****
 
Join Date: Feb 2005
Posts: 5,647
Syntax:
http://avisynth.org/mediawiki/ConvertToYV24


ffdshow provides native high quality RGB conversion. You don't need to use avisynth scripting.
__________________
MPC-HC 2.2.1
clsid is offline   Reply With Quote
Old 12th April 2013, 17:56   #3  |  Link
Gavino
Avisynth language lover
 
Join Date: Dec 2007
Location: Spain
Posts: 3,431
Quote:
Originally Posted by Soulvomit View Post
Script error: Invalid arguments to function 'ConvertToYV24' (ffdshow_filter_avisynth_script, line 1)
You probably forgot to tick the "Add ffdshow video source" box in the ffdshow Avisynth options.
__________________
GScript and GRunT - complex Avisynth scripting made easier
Gavino is offline   Reply With Quote
Old 13th April 2013, 00:47   #4  |  Link
Soulvomit
Registered User
 
Join Date: May 2012
Posts: 28
Sorry, I forgot to mention that with that checked (on both video and VFW configurations, might I add), there aren't any error messages but nothing is processed either. Output is YV12/NV12 and plays normally with hardware RGB conversion.
Soulvomit 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 13:08.


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