Skip to content

v0.1.1

Latest

Choose a tag to compare

@sukhbinder sukhbinder released this 27 Jul 21:41

Get beats from a mp3 song

Installation

First install vidtoolz.

pip install vidtoolz

Then install this plugin in the same environment as your vidtoolz application.

vidtoolz install vidtoolz-beats

Usage

type vidtoolz beats --help to get help

Usage Examples

# Detect beats from an audio file
vidtoolz beats my_song.mp3

# Detect beats with an offset (e.g., skip first 2 seconds)
vidtoolz beats my_song.mp3 --offset 2.0

# Save results to a custom file
vidtoolz beats my_song.mp3 --output beats.txt

Options

  • audio (required): Path to the audio file (mp3 or other format)
  • -of, --offset (optional): Offset for music in seconds, default 0.0
  • -o, --output (optional): Output path for the result, default is beats.txt

What's Changed

New Contributors

Full Changelog: v0.0.1...v0.1.1