Transitioning from scene to a picture in picture replay

AnthNelson

New Member
Hello,

So far I've had no luck in finding a solution to this issue, either by editing settings or through a script, but I cannot seem to find a way to execute a scene transition that does the following:

1: downsizes the current live source (about 25% of the screen size) on scene and moves it to a corner of the screen
2: makes a source video (about 75% of the screen size) appear that plays back the replay buffer
3: shrinks the replay source video back to 0% (or disables it entirely) and resizes the live video source back to 100%

am I missing something? thank you for any hints in the right direction.
 

konsolenritter

Active Member
What you search for is a complete animated morphing between scenes. IMHO thats not possible with OBS (others may answer).
(It could be live-resizing here and there by a lua script - possibly. But i think it wouldn't be totally smooth at all.)
The separate scenes can be setup but the transistion in between is just the usual way: Soft blending, Over-white, Luma-Wipe, Stinger aso.

Maybe others contribute more ideas here.
 

norihiro

Member
Is this what you are looking for?
 

konsolenritter

Active Member
Now i have an issue myself. Wanted to try the Move transition plugin. Still using obs 26.1.1 64bit.
Downloaded, deflated to the appropriate directories, installed the redistributable visual-c libs and restarted.
No transitions "move", "motion" available in the list... :o

Even started as Administrator, but... nothing...
The only relevant line in log says:
"18:57:32.668: Module '../../obs-plugins/64bit/move-transition.dll' not loaded"

No reason given. Any thoughts?
Should i go back to version 2.3.5 to work properly on obs 26.x?
If so: where to find the old zips and installers?


============= S N I P =============
18:57:30.864: CPU Name: Intel(R) Core(TM) i7-10875H CPU @ 2.30GHz
18:57:30.864: CPU Speed: 2304MHz
18:57:30.864: Physical Cores: 8, Logical Cores: 16
18:57:30.864: Physical Memory: 32634MB Total, 27828MB Free
18:57:30.864: Windows Version: 10.0 Build 19042 (release: 2009; revision: 1052; 64-bit)
18:57:30.864: Running as administrator: true
18:57:30.864: Aero is Enabled (Aero is always on for windows 8 and above)
18:57:30.864: Windows 10 Gaming Features:
18:57:30.864: Game DVR: On
18:57:30.866: Sec. Software Status:
18:57:30.867: Microsoft Defender Antivirus: enabled (AV)
18:57:30.867: Windows-Firewall: enabled (FW)
18:57:30.867: Current Date/Time: 2021-06-29, 18:57:30
18:57:30.867: Browser Hardware Acceleration: true
18:57:30.868: Portable mode: false
18:57:31.127: OBS 26.1.1 (64-bit, windows)
18:57:31.127: ---------------------------------
18:57:32.061: ---------------------------------
18:57:32.061: audio settings reset:
18:57:32.061: samples per sec: 48000
18:57:32.061: speakers: 2
18:57:32.062: ---------------------------------
18:57:32.062: Initializing D3D11...
18:57:32.062: Available Video Adapters:
18:57:32.068: Adapter 0: NVIDIA GeForce GTX 1660 Ti
18:57:32.068: Dedicated VRAM: 1987051520
18:57:32.068: Shared VRAM: 4225130496
18:57:32.068: PCI ID: 10de:2191
18:57:32.068: Driver Version: 27.21.14.5256
18:57:32.068: output 0: pos={0, 0}, size={1920, 1080}, attached=true, refresh=144, name=
18:57:32.068: Adapter 1: Intel(R) UHD Graphics
18:57:32.068: Dedicated VRAM: 134217728
18:57:32.068: Shared VRAM: 4225130496
18:57:32.068: PCI ID: 8086:9bc4
18:57:32.069: Driver Version: 27.20.100.8729
18:57:32.205: Loading up D3D11 on adapter NVIDIA GeForce GTX 1660 Ti (0)
18:57:32.259: D3D11 loaded successfully, feature level used: b000
18:57:32.259: DXGI increase maximum frame latency success
18:57:32.259: D3D11 GPU priority setup success
18:57:32.605: ---------------------------------
18:57:32.605: video settings reset:
18:57:32.605: base resolution: 1920x1080
18:57:32.605: output resolution: 1280x720
18:57:32.605: downscale filter: Bicubic
18:57:32.605: fps: 60/1
18:57:32.605: format: NV12
18:57:32.605: YUV mode: 709/Partial
18:57:32.605: NV12 texture support enabled
18:57:32.607: Audio monitoring device:
18:57:32.607: name: Standard
18:57:32.607: id: default
18:57:32.610: ---------------------------------
18:57:32.613: [CoreAudio encoder]: CoreAudio AAC encoder not installed on the system or couldn't be loaded
18:57:32.614: Failed to load 'en-US' text for module: 'decklink-captions.dll'
18:57:32.615: Failed to load 'en-US' text for module: 'decklink-ouput-ui.dll'
18:57:32.641: [AMF] Unable to load 'amfrt64.dll', error code 126.
18:57:32.643: [AMF] AMF Test failed due to one or more errors.
18:57:32.643: Failed to initialize module 'enc-amf.dll'
18:57:32.644: Failed to load 'de-DE' text for module: 'freeze-filter.dll'
18:57:32.644: [Freeze Filter] loaded version 0.3.2
18:57:32.668: Module '../../obs-plugins/64bit/move-transition.dll' not loaded
 

AnthNelson

New Member
Is this what you are looking for?

This might actually work! I can definitely experiment a bit, but it's definitely the right track. Thank you!
 
Top