https://github.com/exeldro/obs-move-transition
  
  
    Move transition for OBS Studio 
    https://github.com/exeldro/obs-move-transition
  
        Last synced: 7 months ago 
        JSON representation
    
Move transition for OBS Studio
- Host: GitHub
 - URL: https://github.com/exeldro/obs-move-transition
 - Owner: exeldro
 - License: gpl-2.0
 - Created: 2020-03-28T11:18:33.000Z (over 5 years ago)
 - Default Branch: master
 - Last Pushed: 2025-04-02T14:54:34.000Z (7 months ago)
 - Last Synced: 2025-04-02T15:36:17.689Z (7 months ago)
 - Language: C
 - Homepage: https://obsproject.com/forum/resources/move-transition.913/
 - Size: 801 KB
 - Stars: 729
 - Watchers: 16
 - Forks: 52
 - Open Issues: 96
 - 
            Metadata Files:
            
- Readme: README.md
 - Funding: .github/FUNDING.yml
 - License: LICENSE
 
 
Awesome Lists containing this project
- Pop_OS-Guide - Move Transition
 - awesome-live-streaming - OBS Move Transitions
 
README
          # Move transition for OBS Studio
Plugin for OBS Studio to move source to a new position during scene transition
# Installation
Download from https://obsproject.com/forum/resources/move-transition.913/
Or enter `flatpak install com.obsproject.Studio.Plugin.MoveTransition` on your terminal
# Build
1. In-tree build
    - Build OBS Studio: https://obsproject.com/wiki/Install-Instructions
    - Check out this repository to plugins/move-transition
    - Add `add_subdirectory(move-transition)` to plugins/CMakeLists.txt
    - Rebuild OBS Studio
1. Stand-alone build (Linux only)
    - Verify that you have package with development files for OBS
    - Check out this repository and run `cmake -S . -B build -DBUILD_OUT_OF_TREE=On && cmake --build build`
# Donations
- [GitHub Sponsor](https://github.com/sponsors/exeldro)
- [Ko-fi](https://ko-fi.com/exeldro)
- [Patreon](https://www.patreon.com/Exeldro)
- [PayPal](https://www.paypal.me/exeldro)