Question / Help Smooth appearance and disappearance of picture sources?

timasich

New Member
Is there some plugin, that can allow to create appearance and disappearance of image source smoothly through opacity or from one side to the other?


Есть ли плагин, позволяющий выводить и уводить источник "Изображение" плавно через использование прозрачности или через появление картинки с одной стороны к другой?
 

Narcogen

Active Member
I use a workaround for such tasks.

You can use OBS hotkeys, or any external program that can issue commands to OBS, like websocket, UpDeck, or TouchPortal.

OBS can show and hide sources on a hotkey. It can switch scenes with a hotkey. And you can set a default transition for a scene-- it sounds like want you want is a fade.

So I make a scene. Call it "graphics". Put in it the images you want to have fade-in fade-outs. Then set them all to Hidden.

Now take the main scene in your collection and duplicate it. Call it "main with graphics" or something.

TO that duplicate scene, add as a source the Graphics scene you made above, and set the default transition for "Main with graphics" to be Fade.

For the next step, you use an automation program or macro program like UpDeck or TouchPortal (I use TouchPortal).

Assign the following actions to a macro:

1) Unhide a specific image
2) Transition from Main to Main with Graphics scene
3) wait X seconds
4) Transition from Main with Graphics to Main
5) Hide image

This is not an ideal procedure but it will allow for fadeins of images.
 

timasich

New Member
I use a workaround for such tasks.

You can use OBS hotkeys, or any external program that can issue commands to OBS, like websocket, UpDeck, or TouchPortal.

OBS can show and hide sources on a hotkey. It can switch scenes with a hotkey. And you can set a default transition for a scene-- it sounds like want you want is a fade.

So I make a scene. Call it "graphics". Put in it the images you want to have fade-in fade-outs. Then set them all to Hidden.

Now take the main scene in your collection and duplicate it. Call it "main with graphics" or something.

TO that duplicate scene, add as a source the Graphics scene you made above, and set the default transition for "Main with graphics" to be Fade.

For the next step, you use an automation program or macro program like UpDeck or TouchPortal (I use TouchPortal).

Assign the following actions to a macro:

1) Unhide a specific image
2) Transition from Main to Main with Graphics scene
3) wait X seconds
4) Transition from Main with Graphics to Main
5) Hide image

This is not an ideal procedure but it will allow for fadeins of images.

Well, it will work if I need 1 picture to fade-in, but if I need 6 or 7 it to lot of scenes. So thanks for this solution, but it's not what I looking for
 

Narcogen

Active Member
No, this will work for any number of images. I have six in my current scene in the above configuration.

This would be cumbersome if you need these images to fade in or fade out in a wide variety of scenes, because what this is doing is taking advantage of OBS transitions and applying it to a source, which currently OBS doesn't support. So it is only workable if you have one or a small number of scenes that you need the images to fade in/out of.
 

timasich

New Member
No, this will work for any number of images. I have six in my current scene in the above configuration.

This would be cumbersome if you need these images to fade in or fade out in a wide variety of scenes, because what this is doing is taking advantage of OBS transitions and applying it to a source, which currently OBS doesn't support. So it is only workable if you have one or a small number of scenes that you need the images to fade in/out of.
I mean that if I need 6 or 7 pictures appear one by one and I don't know what will be next when I devlop scenes it's too large of scenes and work when translation is on
 
Top