Metadata-Version: 2.2
Name: silence_remover_ad
Version: 1.0.0
Summary: A module to remove silence part with a user-friendly UI
Home-page: https://github.com/AlexandreDela/silence_remover_ad
Author: Alexandre Delaisement
Author-email: 
Project-URL: Source, https://github.com/AlexandreDela/Silence_remover_ad
Keywords: video,audio,silence,silent,remover,remove,ffmpeg
Classifier: Development Status :: 5 - Production/Stable
Classifier: License :: OSI Approved :: MIT License
Classifier: Programming Language :: Python :: 3
Classifier: Topic :: Multimedia
Classifier: Topic :: Multimedia :: Sound/Audio
Classifier: Topic :: Multimedia :: Sound/Audio :: Analysis
Classifier: Topic :: Multimedia :: Sound/Audio :: Conversion
Classifier: Topic :: Multimedia :: Sound/Audio :: Speech
Classifier: Topic :: Multimedia :: Video
Classifier: Topic :: Multimedia :: Video :: Conversion
Classifier: Topic :: Utilities
Classifier: Typing :: Typed
Requires-Python: >=3.8
Description-Content-Type: text/markdown
Requires-Dist: numpy
Requires-Dist: scipy
Requires-Dist: matplotlib
Dynamic: author
Dynamic: classifier
Dynamic: description
Dynamic: description-content-type
Dynamic: home-page
Dynamic: keywords
Dynamic: project-url
Dynamic: requires-dist
Dynamic: requires-python
Dynamic: summary

Raw video footage can be a hassle to process; and in particular long periods of silences can be superfluous.
The goal of this Python module is to provide a tool to remove video footage from the "silent part".
 This can be used by humans to increase density of information of their video, or to train AI models only on unsilenced part.
 It revolves heavily around "ffmpeg".
