v0.0.4
Pre-release
Pre-release
·
764 commits
to main
since this release
Python-Funscript-Editor v0.0.4
Application documentation for this Version docs v0.0.4.
NOTE: If you have created a custom video_scaling.json for an previous release you can replace the file in the config folder with your version.
Changelog
- Allow spaces in path (Require the new lua script in the Assets section below which contains the line
--Version: 1.1.0in the 6. line). - Update documentation
- Add option to shift upper and lower point by const value. The value can be set in the
hyperparameter.yamlconfig file. default is 0 = disabled. - Add option to zoom before selection of tracking features. Option can be enabled via
use_zoom: Trueinsettings.yaml. - Add option to calculate the projection of the video before tracking the features. This should improve the tracking result at the border of an VR Video where the distortion is very high. The option can be enabled with
use_equirectangular: Trueinsettings.yaml. Default is off because this function requires a lot of computing power. - Add option to track the x-Movement by setting
tracking_direction: 'x'insettings.yaml. - Add option to limit the playack speed in the tracking window. Set the limit in
settings.yamlwith e.g.max_playback_fps: 60. default is 0 = max speed.