Program inputs an "Input.mp4" file and converts each frame into a spectrogram with amplitude charted and adds the original videos' audio back after frame merging. Inspired by Krystian Strzałka bad apple spectrogram.
Explore the docs »
View Demo
·
Report Bug
·
Request Feature
Table of Contents
The project inputs an "Input.mp4" file which then gives an option to either generate spectrogram frames which can be ended abruptly and conitnued later if required. The other option merges the generated frames and creates a spectrogram with the original video's audio.
To get a local copy up and running follow these simple example steps.
Python should be installed.
- python
python --version
- Make sure directory has only 1 Input.mp4 file. (Preferably make sure the clone directory is clean.)
python --version
- Clone the repo
git clone https://github.com/CYCLOP5/Video-To-Spectrogram.git
- Install needed packages
pip install -r requirements.txt
- Linux distros might need to create an environment first with :
python -m venv env . env/bin/activate pip install -r requirements.txt
- GUI
See the open issues for a full list of proposed features (and known issues).
Any contributions you make are greatly appreciated.
If you have a suggestion that would make this better, please fork the repo and create a pull request. You can also simply open an issue with the tag "enhancement".
- Fork the Project
- Create your Feature Branch (
git checkout -b feature/AmazingFeature
) - Commit your Changes (
git commit -m 'Add some AmazingFeature'
) - Push to the Branch (
git push origin feature/AmazingFeature
) - Open a Pull Request
Distributed under the MIT License. See LICENSE.txt
for more information.
Varun Jhaveri - [email protected]
Project Link: https://github.com/CYCLOP5/Video-To-Spectrogram