AviSynth and VDubMod Errors in Auto GK 2.40 >> FORUM
forumzeerkalo

zeerkalo



SearchSearch   Users   Registration   Entrance
Today: 07.11.2025 - 06:35:32
Pages:  1  2  

AviSynth and VDubMod Errors in Auto GK 2.40

MessageAuthor

hi, I'm also having trouble. VirtualDub Error: Avisynth open Failure wmultof must be non zero ... line 8 here is the avs script: LoadPlugin("F:\AutoGK\DGMPGDec\DGDecode.dll") LoadPlugin("F:\AutoGK\filters\autocrop.dll") LoadPlugin("F:\AutoGK\filters\RemoveGrainSSE3.dll") movie = DirectShowSource("D:\TV\test.avi",23.976).KillAudio() movie = isRGB(movie) ? ConvertToYV12(movie) : movie movie = isYUY2(movie) ? ConvertToYV12(movie) : movie cropclip = autocrop(movie,mode=0,wmultof=4,hmultof=4,samples=10,aspect=0,threshold=0,samplestartframe=0,leftadd=0,rightadd=0,topadd=0,bottomadd=0) fixed_aspect = 1 c_width = width(cropclip) c_height = round(height(cropclip) / fixed_aspect) input_par = float(c_width)/float(c_height) input_par = (input_par > 1.4)

-----------------------------------------
586

02.27.2001

users fun




Statistics:
Messages:
Registration: (input_par < 1.25) ? input_par : (4.0/3.0) out_width = 320 out_height = round(float(out_width) / input_par) hmod = out_height - (floor(out_height / 16 ) * 16) out_height = (hmod > 4) ? (out_height + (16 - hmod)) : (out_height - hmod) new_aspect = (float(out_width) / float(out_height)) / fixed_aspect autocrop(movie,mode=0,wmultof=4,hmultof=4,samples=10,aspect=new_aspect,threshold=0,samplestartframe=0,leftadd=0,rightadd=0,topadd=0,bottomadd=0) LanczosResize(out_width,out_height) SelectRangeEvery(200,14) I downloaded the VdubMod Version mentioned above and thisabled my anti virus soft, but no luck. any ideas ? regards, mike
25.07.20 - 21:54:16
Message # 11
RE: AviSynth and VDubMod Errors in Auto GK 2.40

When I turned off my A/V software I also got rid of Beyond TV in the tray and had no problem. Later, though I just turned off the AV without ending the Beyond TV tray application and it still worked, so I don't think Beyond TV was causing the error. I will follow the above links to tweak VDubMod so that AV can run, since that's the safest for my computer. Thanks! Bill

-----------------------------------------

KermitM3

users fun




Statistics:
Messages: 243
Registration: 11.16.2001
25.07.20 - 22:04:16
Message # 12
RE: AviSynth and VDubMod Errors in Auto GK 2.40

For those that see the VirtualDubError AVIOutput: Access is Denied when running AutoGK to convert videos, and you have Beyond TV installed, I eventually realized that this only happens when I am saving the new file in a Beyond TV recordings folder. Once I tell it to save it somewhere else, it works fine. And I love AutoGK's Xvid converting ability! It's going to save me a lot of hard drive space.

-----------------------------------------

G.J. Dixon

users fun




Statistics:
Messages: 30
Registration: 02.26.2002
25.07.20 - 22:09:00
Message # 13
RE: AviSynth and VDubMod Errors in Auto GK 2.40
1 or 2 channel a/d converters : Previous topicNext topic: Anyone using Duende?
Pages:  1  2  

Message
Name
Message

Click on the dot next to the name to address the participant

           
   
The administrator has prohibited guests from replying to messages! To register, follow the link: register


Participants