Releases: NodudeWasTaken/PythonDancer
New automode
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
release-5 Fix overwrite condition
Automap and speedups
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
release-3 Downgrade numpy to fix systemerror
Delayed renderer is back
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
PLP estimator is observed to eliminate drifting from the beat_track function and is useful for longer media.
Stop shipping ffmpeg
preview-7 Mistype lol
Qt build fix audio extraction
preview-6 Wrong filetype fix
The Qt5 build
Introducing the Qt5 build
It looks nicer and is more responsive
Removed delayed rendering
Initial QT Build, not ready yet Also removed delayed render from tkinter, its useless