Skip to content

Commit

Permalink
v1.1.0
Browse files Browse the repository at this point in the history
  • Loading branch information
ychalier committed Dec 20, 2024
1 parent ec25eee commit e017329
Show file tree
Hide file tree
Showing 2 changed files with 10 additions and 2 deletions.
10 changes: 9 additions & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -13,7 +13,7 @@ This program requires a working installation of [Python 3](https://www.python.or
1. Download the [latest release](https://github.com/ychalier/beatviewer/releases)
2. Install it with `pip`:
```console
pip install ~/Downloads/beatviewer-1.0.0.tar.gz
pip install ~/Downloads/beatviewer-1.1.0.tar.gz
```

Some resources (OBS script, tools, JS visuals) are available through direct download and are attached to the [latest release](https://github.com/ychalier/beatviewer/releases).
Expand All @@ -36,6 +36,14 @@ python -m beatviewer <visualizer-name> <visualizer-arguments+>

For a quick test, you can try the `galaxy` visualizer. You'll find a list with more options and instructions on the [wiki](https://github.com/ychalier/beatviewer/wiki/).

## Video Rendering

You can use the [render.py](render.py) script to automatically edit a video based on the beats of an audio file. You'll find all details on the [wiki](https://github.com/ychalier/beatviewer/wiki/), but basic usage is:

```console
python render.py <audio-path> <video-path> <output-path> [-m {seek,slow}]
```

## Contributing

Contributions are welcomed. For now, performance enhancements and addition of new visualizers are mostly needed. Do not hesitate to submit a pull request with your changes!
Expand Down
2 changes: 1 addition & 1 deletion setup.py
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,7 @@

setup(
name='beatviewer',
version='1.0.0',
version='1.1.0',
packages=find_packages(),
include_package_data=True,
license='GNU GPLv3',
Expand Down

0 comments on commit e017329

Please sign in to comment.