Skip to content

Converts Video to Spectrogram ‎ ‎ ‎ ‎ ‎

License

Notifications You must be signed in to change notification settings

CYCLOP5/Video-To-Spectrogram

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

25 Commits
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Contributors Forks Stargazers Issues MIT License LinkedIn


Logo

A Video to Spectrogram Generator

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
  1. About The Project
  2. Getting Started
  3. Usage
  4. Roadmap
  5. Contributing
  6. License
  7. Contact

About The Project

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.

(Back To Top)

Built With

  • Python
  • Open-CV
  • matplotlib
  • ffmpeg-python
  • moviepy

(Back To Top)

Getting Started

To get a local copy up and running follow these simple example steps.

Prerequisites

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

Installation

  1. Clone the repo
    git clone https://github.com/CYCLOP5/Video-To-Spectrogram.git
  2. Install needed packages
    pip install -r requirements.txt
  3. Linux distros might need to create an environment first with :
    python -m venv env
    . env/bin/activate
    pip install -r requirements.txt

(Back To Top)

Usage

(Back To Top)

Roadmap

  • GUI

See the open issues for a full list of proposed features (and known issues).

(Back To Top)

Contributing

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".

  1. Fork the Project
  2. Create your Feature Branch (git checkout -b feature/AmazingFeature)
  3. Commit your Changes (git commit -m 'Add some AmazingFeature')
  4. Push to the Branch (git push origin feature/AmazingFeature)
  5. Open a Pull Request

(Back To Top)

License

Distributed under the MIT License. See LICENSE.txt for more information.

(Back To Top)

Contact

Varun Jhaveri - [email protected]

Project Link: https://github.com/CYCLOP5/Video-To-Spectrogram

(Back To Top)

About

Converts Video to Spectrogram ‎ ‎ ‎ ‎ ‎

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages