Go to file
Digital Studium cf57ab492d feat(remove\_noise.sh): add script to extract, clean and re-insert audio from .mp4 files with noise reduction and normalization
This script does the following:
1. Extracts audio from all .mp4 files using ffmpeg.
2. Takes the first second of the first extracted audio file as a noise sample using SoX.
3. Applies noise reduction and normalization filters to each audio file using SoX.
4. Re-insertes the cleaned audio back into the corresponding videos using ffmpeg.
5. Removes the original audio files and the noise profile file.
2024-03-09 08:36:34 +03:00
backup_etcd.sh Initial commit 2024-02-25 18:24:22 +03:00
convert_submodule_to_folder.sh Initial commit 2024-02-25 18:24:22 +03:00
create_systemd_service.py Initial commit 2024-02-25 18:24:22 +03:00
create_systemd_timer.py Initial commit 2024-02-25 18:24:22 +03:00
ds_up_down.sh Initial commit 2024-02-25 18:24:22 +03:00
install_software.sh fix(install\_software.sh): add missing locales installation steps and generate Russian locales 2024-03-08 21:47:40 +03:00
install_ubuntu.sh Add ffmpeg with nvidia codec 2024-03-03 21:02:53 +03:00
kube_ha.sh Initial commit 2024-02-25 18:24:22 +03:00
lf_preview.sh refactor(install\_software.sh): add support for lf previewer in the script and configure it 2024-03-08 19:05:19 +03:00
ollama-stack.yaml commit (install\_software.sh): update script to install nvidia-container-toolkit, docker-compose and opencommit 2024-03-07 23:34:38 +03:00
prepare.sh Initial commit 2024-02-25 18:24:22 +03:00
remove_noise.sh feat(remove\_noise.sh): add script to extract, clean and re-insert audio from .mp4 files with noise reduction and normalization 2024-03-09 08:36:34 +03:00
set_brightness.sh Fix it 2024-03-02 17:56:52 +03:00
update_gui.sh Fix autostart 2024-03-02 13:22:30 +00:00