- Microphone too quiet.
- Audible microphone noise.
- Record a video with ShadowPlay settings -> "Audio" -> "Separate both tracks" selected.
Note: video players cannot play both audio streams at once. - Use this script.
- Amplifying microphone audio (optional).
- Reducing microphone noise (optional).
- Merging two audio streams into one.
- Removal of audio streams.
- Encoding of videos to reduce size.
- It does not allow cutting videos.
You can use VidCutter for that. It can quickly cut videos without encoding.
(note: using more than one 'chapter' will remove microphone audio track) - Does not have a GUI.
Download: https://www.gyan.dev/ffmpeg/builds/ffmpeg-git-full.7z
Extract somewhere and put the extraction path in 'Environment Variables'. Example:
WIN+s -> 'system variables' -> Enviroment Variables... -> Path -> Edit -> New -> 'C:\ffmpeg\bin'
To test the installation, in a terminal type:
ffmpeg -version
pip install -r requirements.txt
- Data folder provides a noise .wav file. If noise reduction doesn't work then Use Audacity to record your mic noise accordingly.
- Settings are in
main.py
. - You can provide a path to a single video or a folder to process many videos concurrently.