Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/etherealxx/audiomerger-volumetweak
(Tk GUI) Merge 2 audio tracks within a single video file, while customizing the 2nd track's volume before merging.
https://github.com/etherealxx/audiomerger-volumetweak
audio-processing ffmpeg ffmpeg-script ffmpeg-wrapper tkinter tkinter-gui tkinter-python video-processing
Last synced: 23 days ago
JSON representation
(Tk GUI) Merge 2 audio tracks within a single video file, while customizing the 2nd track's volume before merging.
- Host: GitHub
- URL: https://github.com/etherealxx/audiomerger-volumetweak
- Owner: etherealxx
- License: mit
- Created: 2023-08-09T18:18:45.000Z (over 1 year ago)
- Default Branch: main
- Last Pushed: 2024-11-20T09:39:05.000Z (about 2 months ago)
- Last Synced: 2024-11-20T11:37:25.451Z (about 2 months ago)
- Topics: audio-processing, ffmpeg, ffmpeg-script, ffmpeg-wrapper, tkinter, tkinter-gui, tkinter-python, video-processing
- Language: Python
- Homepage:
- Size: 21.5 KB
- Stars: 0
- Watchers: 2
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# audiomerger-volumetweak
(Tk GUI) Merge 2 audio tracks within a single video file, while customizing the 2nd track's volume before merging.used personally for my [youtube alt account](https://www.youtube.com/@etherealcrossplay), where i record gameplay video with obs, and my voice (on the 2nd audio track) is a bit loud.
ffmpeg.exe must exist on the script's directory.
The `preview current volume` feature will calculate which 10 seconds part of the video has the loudest voice (on the 2nd audio track), and then showing preview of combined audio on that specific part.
![image](https://github.com/etherealxx/audiomerger-volumetweak/assets/64251396/981cbcbc-af6a-496a-8fa4-497cd7609f90)