Skip to main content

Simple and fast library to convert midi files to video

Project description

Midi2Vid - Simple and Fast Midi to Video Converter

Midi to video converter. This program renders the notes of a midi file to a video. The renderer is built on top of the pygame library and uses multiple processes to generate the frames of the video. It then uses ffmpeg to convert the frames to a video. It also uses the fluidsynth library to render the midi file to a wav file.

Example

Installation

Install from github using pip:

pip install midi2vid

Build with docker:

docker build -t midi2vid-base .
docker run --rm -v $(pwd):/app midi2vid-base -i midi2vid/data/example.mid -o your_output.mp4

Build from source:

git clone https://github.com/pianoviz/midi2vid.git
cd midi2vid
pip install -e .

Usage

midi2vid -i <input_midi_file> -o <output_video_file>

Options

-i, --input: Input midi file
-o, --output: Output video file
--config: Path to the configuration file (default: default.json)

Example

There is an example midi file in the data directory. You can run the following command to generate a video from the example midi file:

midi2vid -i midi2vid/data/example.mid -o example.mp4

Configuration

The configuration file is a JSON file that specifies various parameters for the video generation. Here is an example configuration file:

{
  "soundfont_path": "data/soundfont.sf2",
  "max_note_length": 50,
  "n_processors": 4,
  "screen_width": 1920,
  "screen_height": 1080,
  "bpm": 120,
  "fps": 30,
  "speed": 200,
  "white_note_color": [255, 255, 255],
  "black_note_color": [49, 49, 49],
  "background_color": [43, 43, 43],
  "octave_lines_color": [92, 92, 92],
  "note_color": [179, 44, 49],
  "dark_note_color": [113, 34, 36],
  "right_note_color": [168, 255, 145],
  "left_note_color": [176, 202, 229],
  "dark_right_note_color": [118, 208, 68],
  "dark_left_note_color": [124, 142, 151],
  "estimate_hands": false
}

The estimate_hands parameter is experimental and is used to estimate the hand positions based on the notes played. It is currently under development and may not work as expected.

Dependencies

  • pygame
  • ffmpeg
  • fluidsynth

Contributing

Contributions are welcome! Please open an issue or submit a pull request on GitHub.

License

This project is licensed under the MIT License. See the LICENSE file for details.

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

midi2vid-0.0.6.tar.gz (89.6 kB view details)

Uploaded Source

Built Distribution

If you're not sure about the file name format, learn more about wheel file names.

midi2vid-0.0.6-py3-none-any.whl (15.3 kB view details)

Uploaded Python 3

File details

Details for the file midi2vid-0.0.6.tar.gz.

File metadata

  • Download URL: midi2vid-0.0.6.tar.gz
  • Upload date:
  • Size: 89.6 kB
  • Tags: Source
  • Uploaded using Trusted Publishing? No
  • Uploaded via: twine/6.1.0 CPython/3.10.15

File hashes

Hashes for midi2vid-0.0.6.tar.gz
Algorithm Hash digest
SHA256 ed5f09d4327138fb10084c93459ac4eed3a93928127c952be3f9dedbfcc45eac
MD5 344c64cc68b4031b583d37e7ec7ade82
BLAKE2b-256 15d7566107664a91d0d3c25007196776c3e418d9d1e7b4658a9e6574fb4dc18d

See more details on using hashes here.

File details

Details for the file midi2vid-0.0.6-py3-none-any.whl.

File metadata

  • Download URL: midi2vid-0.0.6-py3-none-any.whl
  • Upload date:
  • Size: 15.3 kB
  • Tags: Python 3
  • Uploaded using Trusted Publishing? No
  • Uploaded via: twine/6.1.0 CPython/3.10.15

File hashes

Hashes for midi2vid-0.0.6-py3-none-any.whl
Algorithm Hash digest
SHA256 cbde7f638a9ad86db60f7ba2c418633c48b31759ac97671cbb07fe81f12a9967
MD5 9ef804f27a4258f5731ea79925f2fa96
BLAKE2b-256 8bfecdd22e2d01f3bc8ac186aca6d0072589696f9139640ab6713b9353695754

See more details on using hashes here.

Supported by

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