Skip to main content

A small package to generate moving pictures from sound

Project description

CI Coverage Status PyPI version

MuviMaker

MuviMaker is a package that generates moving images from a sound file. It uses

  • librosa to analyses soundfiles,
  • gizeh to generate vector graphics
  • moviepy to produce movie files

Structure

The code uses tkinter to create a GUI. Running muvi_maker/main.py will start it.

The GUI part of the code can be found in muvi_maker/editor while the core functionality is located in muvi_maker/core.

Central objects
  • ProjectHandler : The central object handling the book keeping, making sure all parts play together well in terms of framerate etc, see muvi_maker/core/project.py.
  • Sound: An object that analyses a sound file, providing e.g. its volume, chroma, spectrogram etc, see muvi_maker/core/sound.py
  • Picture: An object that produces the frames. Various attributes can be triggered by Sounds, see muvi_maker/core/pictures/
  • Video: The object combining various Sounds to make the final video file, see muvi_maker/core/video.py

Installing MuviMaker

To be able to use moviepy the library ffmpeg has to be installed on your system. If it is not you can simply execute:

sudo apt-get update
sudo apt-get install ffmpeg
sudo apt-get install frei0r-plugins
  • Only using MuviMaker:

You can install MuviMaker via pip

pip install muvimaker
  • Working with the source code:

If you want to get the source code and work with it, you can clone the repository:

 git clone git@github.com:JannisNe/muvi_maker

You will have to add the installation directory to the PYTHONPATH to be able tu use the code:

export PYTHONPATH=/path/to/moviemaker

All requirements can be install via pip:

pip install -r ./requirements.txt

Project details


Download files

Download the file for your platform. If you're not sure which to choose, learn more about installing packages.

Source Distribution

muvimaker-0.2.7.tar.gz (15.6 kB view details)

Uploaded Source

Built Distribution

muvimaker-0.2.7-py3-none-any.whl (645.9 kB view details)

Uploaded Python 3

File details

Details for the file muvimaker-0.2.7.tar.gz.

File metadata

  • Download URL: muvimaker-0.2.7.tar.gz
  • Upload date:
  • Size: 15.6 kB
  • Tags: Source
  • Uploaded using Trusted Publishing? No
  • Uploaded via: twine/3.4.1 importlib_metadata/4.5.0 pkginfo/1.7.0 requests/2.25.1 requests-toolbelt/0.9.1 tqdm/4.61.0 CPython/3.9.5

File hashes

Hashes for muvimaker-0.2.7.tar.gz
Algorithm Hash digest
SHA256 16ecd12161c2fac89854af40c8d48de73da4e941343215fefbcc35698923a627
MD5 08bc196cf18d4aff85667f89724d0983
BLAKE2b-256 f8bd7140f7f952931ee839fed908c2066659deb56d31bc133238bfb53673fdb3

See more details on using hashes here.

File details

Details for the file muvimaker-0.2.7-py3-none-any.whl.

File metadata

  • Download URL: muvimaker-0.2.7-py3-none-any.whl
  • Upload date:
  • Size: 645.9 kB
  • Tags: Python 3
  • Uploaded using Trusted Publishing? No
  • Uploaded via: twine/3.4.1 importlib_metadata/4.5.0 pkginfo/1.7.0 requests/2.25.1 requests-toolbelt/0.9.1 tqdm/4.61.0 CPython/3.9.5

File hashes

Hashes for muvimaker-0.2.7-py3-none-any.whl
Algorithm Hash digest
SHA256 5a63874f9a2f922c8624aa384cdca15af7e9e6ef27da52c1e2f09db689a838bb
MD5 18a044970076c6a8223adb3364b97c62
BLAKE2b-256 617acf539826ad79199f970fe1185dc92e9fe53006056ac68d5d7a23483e4bdb

See more details on using hashes here.

Supported by

AWS Cloud computing and Security Sponsor Datadog Monitoring Fastly CDN Google Download Analytics Pingdom Monitoring Sentry Error logging StatusPage Status page