I am pretty new to MMV and have searched the forum and manual but still have no clue, excuse me for that
Here's my challenge:
I have a folder of jpegs that I can add to a scene via the respective module. I have also found out how to change the time after that a new image appears (with the FPS setting). But I would like those images to smoothly fade from one to another. Is there a way to achieve this with the "jpeg folder" module or do I have to make a scene for each image and then steer the transition via the playlist?
Cheers, Martin
PS: Thank you for this incedible piece of software, I'm already addicted!
To be honest it never occurred to me to add a fade option for the JpegFolder module. I intended the JpegFolder module to be used more as a video player and less as a slideshow. But in retrospect, your suggestion seems like an obvious good idea . I will make sure to put it on my list.
For now, you might want to take a look at the MultiMix module, which fades automatically from one input to the next. All you have to do is hook up a few Image modules as inputs. Hopefully you don't have too many images .
Thanks for the quick reply. OMG this is exactly what I was looking for...
I have to admit that I found out by chance that I have to use this "Increase" parameter (what are all these other thingies like Average, Clamp, Delay etc for, geez ) but it's working like a charm...
Hi there, im having troubles with some pictures, (btw im using mac) and when i preview the pictures in finder they look fine, but when i play the folder, some of the pictures are turned to the left 90 degrees, my question is, is this a problem in magic, and how to fix it? TIA
This problem occurs because macOS Finder and Preview respect the photo's EXIF orientation metadata (a "flag" that says "turn me 90 degrees"), while other software (like some web browsers, older image editors, or basic viewers) ignores this tag and displays the raw, rotated pixel data.
For now, my solution is, (this is for mac only) open the picture with "preview" (PDF software from mac), and then go to "File" then "Export" use the same name and location and replace
honigtiger wrote: ↑Tue Apr 26, 2016 4:21 pm
I would like those images to smoothly fade from one to another. Is there a way to achieve this with the "jpeg folder"
I came up with a reliable solution for this a while ago but never got around to posting. You'll need one global, two JpegFolders and a Mix node. The global is simply a sine oscillator used by the other nodes to synchronise. In this screenshot it is called 'loop' and its value controls the speed of the crossfade. The JpegFolders point at the same JPG folder and the index is controlled from the global tested at the extremes of the oscillator [if(x<0.02,1,0) for the first and if(x>0.98,1,0) for the second] and the trigger increments the image index. It is solid when the crossfade is slow or fast.
Screenshot 2026-02-05 193923.png (64.42 KiB) Viewed 14797 times