Page 1 of 1

.FS shaders stopped working

Posted: Wed Oct 21, 2020 4:07 pm
by NeuroNoNeuro
These three shaders:

Sort Smear 01
Sort Smear 02
Watercolor Smear

All used to work with MMV, but now they do not. They work fine in ISF Editor as well, and 'mostly' in Apple Motion. Not a coder, not sure what changed. Any help would be greatly appreciated. I can copy/cut/edit code, but I don't know what would be causing this. Provided a link to a .ZIP of the shaders in the link below.

https://drive.google.com/file/d/11IDrRE ... sp=sharing

Re: .FS shaders stopped working

Posted: Wed Oct 21, 2020 8:33 pm
by Magic
The first two work fine for me.

The third one could never have worked in Magic, because it's missing the "INPUTS" section.

Re: .FS shaders stopped working

Posted: Wed Oct 21, 2020 10:08 pm
by NeuroNoNeuro
That's the thing - they used to work fine.

The Sort Smear 01 and 02 both hook up, and if I click on the connecting line, I can add the Watercolor Smear. They have inputs and outputs. If I run a video through them, using the Video File Player, I get no visuals. Not even if I clear the buffer. What is strange to me is all during the months of May through August, I never had this issue. Pop it up on screen, connect it, BOOM! Works.

So, if you have any advice between what's been done so far, and what can be done to make it work, that'd be excellent. I use this software for ALL of my videos, because it's great for what I do. Would love to have some sort of clue as to why. I'm also posting on the VIDVOX forum, because sometimes they have answers on how to change the code. I can change code, but I have no idea as to what it's doing. Is it the code? The ISF Editor says they're perfect, no issues. Again, I don't understand what I'm looking at, but I can make corrections on my end with guidance.

Re: .FS shaders stopped working

Posted: Wed Oct 21, 2020 10:16 pm
by NeuroNoNeuro
That's the really weird thing about the Watercolor Smear. It USED to have connections. I used it primarily in MMV. I can use it in Apple Motion, though, if necessary, but that's the last resort. I'm saying, I spent 4 days making a 2 hour mix of videos, using MMV to produce the video clips. Shader's location is below. The MMV online shader converter is also missing most of the code when I try loading the Shadertoy link into it.

https://www.shadertoy.com/view/wdsSRX

Re: .FS shaders stopped working

Posted: Wed Oct 21, 2020 10:27 pm
by Sadler
Copy the .vs file to the same directory as the .fs file.

Re: .FS shaders stopped working

Posted: Thu Oct 22, 2020 12:01 am
by NeuroNoNeuro
Sadler,
Sorry, the Watercolor Smear does not have a .vs file. How would one go about getting one of those? All I am able to do is copy the HTML link here:

https://www.shadertoy.com/view/wdsSRX

and paste it into the MMV Shadertoy to ISF converter here:

https://magicmusicvisuals.com/utils/sha ... to_isf.php

Re: .FS shaders stopped working

Posted: Thu Oct 22, 2020 11:38 am
by Sadler
The vertex shader (vs) was needed for the Sort Smear. The Watercolor doesn't work because the shader is multi-buffer and the MMV converted doesn't support that (yet).

Re: .FS shaders stopped working

Posted: Thu Oct 22, 2020 1:09 pm
by Sadler
The JSON wasn't properly formed and the input image wasn't being referenced. I can't see how this would have ever worked. Try this one.
Watercolor Smear.fs
(1.94 KiB) Downloaded 202 times

Re: .FS shaders stopped working

Posted: Thu Oct 22, 2020 5:24 pm
by NeuroNoNeuro
Sadler - THANK YOU! It is working now, and now I'll just have to figure out how to make the rest of the controls show up. I think it's similar to the controls in the Color Smears. Maybe I can fiddle with it. At least it shows up and doesn't turn the screen to black. Thanks again!