python-video-silence-cutter
python-video-silence-cutter copied to clipboard
Python script, that uses ffmpeg and ffprobe to cut silences away from videos
Hello and thank you for your script,it works without problems in normal use.I wonder if there is a way to change the audio format from "vorbis" to "aac" or "mp3"...
The tkinter GUI I proposed.
Closes #4 0.025s feels like it's too small for a default. I'm having better results with 0.3s, but perhaps YMMV.
New to Python but have hacked many languages. Tried code as copied from GitHub and received error: detecting silences Traceback (most recent call last): File "C:\ProgramData\scripts\silence_cutter.py", line 165, in main()...
Great script, thanks for publishing this. I had a small issue where the cutoff times were a bit too accurate leading to the audio sounding like it was a "skipping...
Related Issues: #6 #7 - [x] Run properly on Windows 11 - [x] Run properly on Ubuntu 22.04 (on WSL2) I encountered an issue while running the script where temporary...
I created a fork in https://github.com/lucascp2004/python-video-silence-cutter-fork/ with the new functionality of add a silent part in each chunk of the file to make transitions smoother. You can use the code...

Add UI