Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/exeldro/obs-move-transition
Move transition for OBS Studio
https://github.com/exeldro/obs-move-transition
Last synced: 5 days 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 4 years ago)
- Default Branch: master
- Last Pushed: 2024-10-23T18:56:39.000Z (16 days ago)
- Last Synced: 2024-10-24T04:56:13.730Z (16 days ago)
- Language: C
- Homepage: https://obsproject.com/forum/resources/move-transition.913/
- Size: 757 KB
- Stars: 675
- Watchers: 16
- Forks: 49
- Open Issues: 90
-
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 Studio1. 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)