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 > Capturing and Editing Video > Avisynth Usage

 
 
Thread Tools Search this Thread Display Modes
Prev Previous Post   Next Post Next
Old 5th October 2023, 14:01   #1  |  Link
ClubM
Registered User
 
Join Date: Jan 2020
Posts: 12
W10 Avisynth Zoom Plugin access violation

Dear forum.doom9 members.

I have question. I was trying to fix a older avs script that i made in the past.
It uses some older Avisynth plugins, which i've mostly replaced with modern ones.
However the plugin "zoom" created by WarpEnterprises:
http://avisynth.nl/index.php/Zoom

uses a certain animation i would like to keep indentical.
Unfortunately i can't see the animation sins it throws the following error

Code:
Error requestion frame 204 WindowsError: exception: access violation 0x10421FF4
So i was hoping someone could help me find a new solution to replace the older code but keep the zoom animation indentical.
Or if someone is able to recompile a new 64bit dll file compatible with the latest avisynth that would be most ideal.

Here is the original code:
Code:
ConverttoRGB32(matrix="Rec601", interlaced=false).zoom(factorX="n>20 ? pow(n-20, (0.02*(n/16))) : 1", factorY="n>20 ? pow(n-20, (0.02*(n/16))) : 1")

ConverttoRGB32(matrix="Rec601", interlaced=false).zoom(factorX="n>0 ? pow(n, (0.02*(n/13))) : 1", factorY="n>0 ? pow(n, (0.02*(n/13))) : 1")
Some additional information:
I'm running
AviSynth+ 3.7.2 (r3661, 3.7, i386)
in conjunction with
AvsPmod_v2.7.5.4_.Windows_x86-32
OS: Windows 10 Pro Version: 22H2 64-bit

I even tried to install the 64-bit compiled version by Paser
https://forum.doom9.org/showthread.p...48#post1668648
However it's probably just too old at this point in time.

Last edited by ClubM; 5th October 2023 at 14:05.
ClubM is offline   Reply With Quote
 

Tags
plugin, warpenterprises, zoom

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 11:24.


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