Selur's Little Message Board
Problem opening Avisynth script. - Printable Version

+- Selur's Little Message Board (https://forum.selur.net)
+-- Forum: Hybrid - Support (https://forum.selur.net/forum-1.html)
+--- Forum: Problems & Questions (https://forum.selur.net/forum-3.html)
+--- Thread: Problem opening Avisynth script. (/thread-2256.html)

Pages: 1 2


RE: Problem opening Avisynth script. - Selur - 30.01.2022

Would needs a debug output to know what's happening.

Cu Selur


RE: Problem opening Avisynth script. - Selur - 30.01.2022

Wild guess is that mplayer can't open the new Avisynth files.


RE: Problem opening Avisynth script. - Selur - 30.01.2022

Did a small test and yes seems like 64bit mplayer (from https://github.com/m-ab-s/media-autobuild_suite) isn't even compiled with AviSynth support anymore.
Since I never implemented a Crop View mode for AviSynth , that won't work.
Will think about whether I simply drop the Avisynth Input Script support at all or whether I'll think about how to implement a crop view (and auto crop) for Avisynth Script source input that is not based on MPlayer.

As a work around you can do the following:
1. load the AviSynth Script
2. open the AviSynth Script View
3. adjust the cropping in the Crop/Tab manually.

Cu Selur


RE: Problem opening Avisynth script. - Selur - 30.01.2022

Wrote a dev version which:
a. uses FFmpeg for auto crop detection
b. will always open AvisynthPreview for .avs input.

So cropView doesn't do anything when Avisynth is used, but you can use AutoCrop and crop manually using the controls in Hybrid. (you can't use wasd like in the normal cropview)
-> send you a link via PM.

Cu Selur


RE: Problem opening Avisynth script. - Devilman1 - 31.01.2022

I don't know if it can help, but exixt a plugin for VLC that let it play .avs script.

VLC - AviSynth plugin


RE: Problem opening Avisynth script. - Selur - 31.01.2022

No helpful since it doesn't contain any source code.
Since the code works fine with 64bit and only crashes with 32bit I suspect that it's either related to my build system or the 32bit Avisynth dlls.
Still hoping that the Avisynth devs will reply to my post over at doom9s.

Cu Selur