I made a script like this:
DirectShowSource("file.flv")
I created a text file with .avs extension. Then start VirtualDub and use File/Open video file... to open this script. But then virtualdub complained with a avisynth error. When I click ok, virtualdub remain with a blank window, and I do not see my "file.flv" loaded, please help- see screen shot
+ Reply to Thread
Results 1 to 11 of 11
-
-
1) please post a Mediainfo report about the FLV file ;
2) according to the error message, you'll have to either use Crop() or do a colorspace conversion ;
3) unless your Avisynth intermediation includes additional processing, you'd better use the FLV input plugin instead ;
4) Windows 8 ????? Good-luck with that -
1- its AVC video -
2- Im not sure how to do either considering the file has not loaded yet in virtualdub, is there an example on youtube ?
3- do you know the download link for the FLV plugin ? there are so many, I may download the wrong one.
4- Yes -
Hmmm, it's interesting that the H264 decoder outputs YUY2 instead of YV12 or NV12
Anyway, you can try the following:
AddBorders(1,0,1,0)
or
AddBorders(1,0,1,0).Crop(2,0,-2,-0)
http://gral.y0.pl/~fcchandler/ -
virtualdub complains that the "video does not have a video stream when I change - DirectShowSource("file.flv") -to- DirectShowSource("file.flv", pixel_type="YV12")"
-
-
Open the FLV in Graphstudio, and tell us what is the H264 decoder that DirectShow is using.
And please, take the time to read Avisynth's documentation --- that's what I did, 6 years ago. -
Ok, i installed the Flv plugin, now virtualdub also is asking for the AVC1 codec, where can I download that ?
Similar Threads
-
Importing Cineform avi in avisynth script in to Virtualdub
By malleson in forum Video ConversionReplies: 13Last Post: 18th Oct 2012, 16:45 -
AVISynth script error
By rvnwlf in forum Blu-ray RippingReplies: 1Last Post: 24th Aug 2010, 19:52 -
AVISynth script error
By rvnwlf in forum Newbie / General discussionsReplies: 0Last Post: 11th Jun 2010, 13:33 -
Opening Avisynth script on virtualDub - Error Message
By HugoBraule in forum Newbie / General discussionsReplies: 2Last Post: 25th Apr 2010, 21:48 -
Loading H264 onto avisynth script
By carlmart in forum Blu-ray RippingReplies: 21Last Post: 10th May 2009, 13:22