OBSReplay/README.md
2025-03-17 18:56:09 +00:00

34 lines
No EOL
1.3 KiB
Markdown
Raw Blame History

This file contains ambiguous Unicode characters

This file contains Unicode characters that might be confused with other characters. If you think that this is intentional, you can safely ignore this warning. Use the Escape button to reveal them.

# OBSReplay
**Works on linux and windows but windows hasnt been tested all that well**
A lightweight OBS script that automatically organizes recordings, replays, and screenshots into folders named after the current scene.
## Features
- Moves recordings, replays, and screenshots into scene-named directories.
- Supports optional remuxing of `.mkv` files to `.mp4` using FFmpeg.
- Customizable output path and FFmpeg executable path.
## Installation
1. Download the script and place it in your OBS scripts directory.
2. In OBS, go to **Tools > Scripts**.
3. Click **+**, select `OBSReplay.lua`, and load it.
## Configuration
- **Output Path**: The directory where files will be organized.
- **FFmpeg Path**: Path to the FFmpeg executable (leave blank to use system default).
- **Remux to MP4**: Converts `.mkv` recordings to `.mp4` after moving.
## Usage
1. Start recording, replay buffer, or take a screenshot in OBS.
2. The script automatically moves the file to a folder matching the active scene's name.
3. If remuxing is enabled, `.mkv` files are converted to `.mp4`.
## Notes
- Ensure FFmpeg is installed and accessible if using the remux feature.
- The script creates folders if they dont exist.
## License
MIT License
![Code Stats](https://wakapi.creations.works/api/badge/creations/interval:alltime/project:OBSReplay)