When I try and open my .avs file it tells me, "Video must be YUV". Is there any code that will convert this for me? I'm assuming that it is in RGB right now.
+ Reply to Thread
Results 1 to 6 of 6
-
-
How would that code be written, and where would it fall if this is the code that I"m using?
Posted: Jul 15, 2009 16:07
--------------------------------------------------------------------------------
I'm wondering if there is a way that I can run a bunch of files thru Virtual Dub using avisynth?
Here is the code that I use:
Load_Stdcall_Plugin("C:\Program Files\AviSynth 2.5\plugins\yadif.dll")
AVISource("C:\Documents and Settings\bsuska\Desktop\global relief for homepage.avi")
Yadif(mode=0,order=0) #bottom field first
Crop(8,12,-8,-12)
LanczosResize(224,168)
Also, I can't seem to find one stop shop for writing avisynth code? Any ideas? -
Originally Posted by bsuska
eg:
Code:AviSource("whatever") ConvertToYV12()
See http://avisynth.org/mediawiki/Convert
Originally Posted by bsuska
What do you want to do with them?
Originally Posted by bsuska
Get AvsP as an editor.
Doom 9 has a lot of the people who create Avisynth and plugins.
Be very careful what you post there though, some are very impatient with newbies who haven't done any research. -
Similar Threads
-
VirtualDub+AviSynth - Error Code
By Dr.Who in forum Newbie / General discussionsReplies: 23Last Post: 10th Oct 2010, 04:42 -
testing thecoalman's suggestion of [code=php] test [/code] ... FAILED!
By vhelp in forum TestReplies: 1Last Post: 10th Jun 2009, 01:15 -
PHP code used to generate code for Avysinth join mov and avi files
By lindylex in forum User guidesReplies: 0Last Post: 19th Sep 2008, 03:37 -
creating flv’s using avisynth code
By lindylex in forum EditingReplies: 0Last Post: 5th Jul 2008, 13:09 -
HTML code suitable for different sized Monitors; also code to embed
By wiseant in forum Off topicReplies: 3Last Post: 8th May 2008, 18:14