https://github.com/downthecrop/audio-remuxer
FFmpeg audio track remuxer
https://github.com/downthecrop/audio-remuxer
audio dmca ffmpeg python remux twitch video
Last synced: 2 months ago
JSON representation
FFmpeg audio track remuxer
- Host: GitHub
- URL: https://github.com/downthecrop/audio-remuxer
- Owner: downthecrop
- License: 0bsd
- Created: 2020-09-06T06:46:13.000Z (almost 6 years ago)
- Default Branch: master
- Last Pushed: 2021-06-15T16:29:46.000Z (about 5 years ago)
- Last Synced: 2025-03-17T02:11:44.263Z (over 1 year ago)
- Topics: audio, dmca, ffmpeg, python, remux, twitch, video
- Language: Python
- Homepage:
- Size: 26 MB
- Stars: 2
- Watchers: 2
- Forks: 1
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# Audio Remuxer
> FFmpeg audio channel remuxer for use with multitrack recordings from OBS
## Features
- Fast remuxing of selected audio channel into output video file
- Batch directory remuxing
- Makes remuxing outputs easy and beginner friendly
### Instructions
- **Windows**
- Download release and extract
- Set up input/output directories and audio channel in settings.cfg
- Run Audio-Remux.exe
- **Linux/macOS**
- Download repo and extract
- Install FFmpeg & Python3.8 for your system and set binary location (or just ffmpeg no extension) in settings.cfg
- Set up input/output directories and audio channel in settings.cfg
- Run `python audio-remuxer.py`
**Development Requirements**
- Python 3.8
- cx_freeze for building .exe's for distribution
## FAQ/Info/Options
- inDir | Directory for input files
- outDir | Directory for output files
- ffmpeg | ffmpeg binary to execute
- outPrefix | Prepended to the file name for output
- encodePreset | ffmpeg encoder preset (slow,fast,veryslow ect)
- audioChannel | Audio channel to include in remuxed mp4
- videoFormat | File extension for input files
- deletemkv | Remove any mkv files with the same input name (OBS remux cleanup)
- batchMode | Run for each file in the input directory (defaults to the latest mp4)
- **Blog Post**
-
- **Demo/Tutorial Video**
-
## Support
I will not respond to errors or problems on Twitter but you should still follow me. Report problems here
- Twitter at `@downthecrop`
- YouTube at `@downthecrop`
---
## License
- BSD Zero Clause (Python Code, FFmpeg is GPL) LICENSE
- Copyright 2020 © downthecrop.