How to delete silent parts in a video with Python

Опубликовано: 02 Март 2025
на канале: John Starfire
68
3

Hello, if you like me do not like the silent parts in a video and you want to automatically delete them, here is somethins that is good for that purpose. I have tryied it and it cuts a 14% of my video (the one that you are watching right now), a 25 seconds on 5 minutes of video, that is good for me. There is no strange audio output as you can hear (apart the natural weirdness of my voice :D ). See ya

The github repo is this
https://github.com/bambax/Remsi

1. get the mp4 into the folder remsi
2. run this command from the folder in the cmd

the command to create the command
go in the post below, because I cannot put angled brackets inside this info

3. run the command you will find in the ffmpeg.txt in the cmd (always from the folder remsi)
4. you have the file without the silense parts
5. You're done

The blog of mine with this post is this:
https://pythonprogramming.altervista....

Join my discord   / discord  

See ya soon!