Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/jeinselen/vuo-playpresentation
Custom presentation tool that treats a folder of videos as slides with looping and auto-advance based on file name keywords
https://github.com/jeinselen/vuo-playpresentation
macos ndi presentation video vuo
Last synced: 13 days ago
JSON representation
Custom presentation tool that treats a folder of videos as slides with looping and auto-advance based on file name keywords
- Host: GitHub
- URL: https://github.com/jeinselen/vuo-playpresentation
- Owner: jeinselen
- Created: 2024-12-19T03:06:01.000Z (15 days ago)
- Default Branch: main
- Last Pushed: 2024-12-19T03:11:01.000Z (15 days ago)
- Last Synced: 2024-12-19T04:21:07.936Z (15 days ago)
- Topics: macos, ndi, presentation, video, vuo
- Homepage:
- Size: 11.7 KB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# Vuo-PlayPresentation
Vuo project for the Play Presentation app## Installation
- Build MacOS app using Vuo
## Usage
- When starting the app, choose a directory of videos to use as presentation slides
- Videos will be sorted alphanumerically (depends on Vuo sort algorithm and may not match MacOS Finder sorting order)
- The first video will automatically start to play
- Keyboard shortcuts:
- `R` resets to the first video in the list
- `F` toggles fullscreen
- `←` navigates to the previous video in the list
- `→` navigates to the next video in the list (when starting a presentation, this plays the first video)
- File naming:
- videos with `loop` in the file name (case insensitive) will play on repeat until navigated away from
- videos with `next` in the file name (case insensitive) will automatically start the next video in the list upon reaching the end of the current video