Skip to content

Releases: NodudeWasTaken/PythonDancer

New automode

01 Jul 13:56
Compare
Choose a tag to compare

The new automode will determine how many movements are above the set percentage, instead of taking the mean speed.
IE. If you select 60%, then the mean movement length/height should be above 60%.
Also made the mode selectable.

Cli from exe + fixes

02 May 12:32
Compare
Choose a tag to compare
release-5

Fix overwrite condition

Automap and speedups

26 Apr 16:19
Compare
Choose a tag to compare

It no longer downloads FFMpeg for Windows.
Download FFMpeg here: https://ffmpeg.org/download.html#build-windows
Place the exe along side PythonDancer.exe, or add it to %PATH% (see https://www.architectryan.com/2018/03/17/add-to-the-path-on-windows-10/ )

Changelog:

  • Dont rerender audio on var change.
  • Automap implemented
  • Heatmap export
  • Status messages
  • Modularity

If you use console, its now ran like:

python -m dancer.ui
python -m dancer.cli -h

You can also now do funny stuff like:

parallel --jobs 4 python -m dancer.cli -c -a {} ::: ./videos/*.mp4

To automatically script a bunch of videos (but 4 at a time).
This works alright for most Cock Hero videos, so have at it 😉
Its somewhat hit and miss for JOI/Audio videos, but better than nothing.

Downgrade numpy to fix SystemError

22 Apr 22:46
Compare
Choose a tag to compare
release-3

Downgrade numpy to fix systemerror

Delayed renderer is back

19 Apr 17:29
Compare
Choose a tag to compare

It works by remembering that you changed the slider again, and running render again when ready.

PLP estimator is live, its also good enough for general usage now

18 Apr 11:04
Compare
Choose a tag to compare

PLP estimator is observed to eliminate drifting from the beat_track function and is useful for longer media.

Stop shipping ffmpeg

16 Apr 21:17
Compare
Choose a tag to compare
Stop shipping ffmpeg Pre-release
Pre-release
preview-7

Mistype lol

Qt build fix audio extraction

16 Apr 15:38
Compare
Choose a tag to compare
Pre-release
preview-6

Wrong filetype fix

The Qt5 build

16 Apr 14:44
Compare
Choose a tag to compare
The Qt5 build Pre-release
Pre-release

Introducing the Qt5 build
It looks nicer and is more responsive

Removed delayed rendering

15 Apr 16:04
Compare
Choose a tag to compare
Pre-release
Initial QT Build, not ready yet

Also removed delayed render from tkinter, its useless