Skip to content

v0.0.4

Pre-release
Pre-release

Choose a tag to compare

@michael-mueller-git michael-mueller-git released this 26 Jun 16:13
· 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.0 in the 6. line).
  • Update documentation
  • Add option to shift upper and lower point by const value. The value can be set in the hyperparameter.yaml config file. default is 0 = disabled.
  • Add option to zoom before selection of tracking features. Option can be enabled via use_zoom: True in settings.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: True in settings.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' in settings.yaml.
  • Add option to limit the playack speed in the tracking window. Set the limit in settings.yaml with e.g. max_playback_fps: 60. default is 0 = max speed.