When I try load any avi file with avisynth script I just get blank green screen with no audio(same when loading in media player/virtual dub/tmpgenc)... Here is my script
LoadPlugin("c:\avisynth\mpeg2dec.dll")
LoadPlugin("c:\avisynth\decomb.dll")
AviSource("C:\Program Files\Direct Connect\Received Files\jar-bhd2.divx.avi")
ConvertToYUY2()
Telecide(reverse=false,swap=false,firstlast=false, post=true,threshold=15,dthreshold=9,blend=true,chr oma=false,y0=0,y1=0)
Decimate(cycle=5,mode=0,threshold=0)
BilinearResize(448,254,6,0,564,240)
TemporalSmoother(2,2)
AddBorders(0,0,0,0)
Even the simple AviSource behaves the same. Can somebody please tell me what the problem is...
Thanks
+ Reply to Thread
Results 1 to 5 of 5
-
-
More info.
I am using Avisynth 1.06 tried other versions too and am running windows xp... -
Can you play the avi with Win media player? I mean, did you install the proper divx codec? If a simple
AviSource("C:\Program Files\Direct Connect\Received Files\jar-bhd2.divx.avi")
does not work, either you dont have the proper codec or did not install Avisynth properly. -
Thanks for the reply. I couldnt play even with simple avisource. ONce I replaced the divx5 codec wirth divx4 it works fine...
Similar Threads
-
Blank screen when playing video on 'full screen'
By RAYPEV in forum Newbie / General discussionsReplies: 6Last Post: 4th Aug 2011, 19:40 -
Pinncle Studio v12: Menu appearing as blank green screen after render
By jbloggs in forum EditingReplies: 5Last Post: 6th Nov 2009, 21:06 -
Underwater Green Screen
By kccannon in forum EditingReplies: 6Last Post: 21st May 2009, 19:35 -
Avisynth drops blank frames?
By wfael in forum EditingReplies: 3Last Post: 9th Dec 2008, 22:06 -
Screen turns green
By boysha in forum Newbie / General discussionsReplies: 2Last Post: 31st Dec 2007, 13:46