Skip to content

Releases: michael-mueller-git/Python-Funscript-Editor

v0.1.6

13 Nov 10:06

Choose a tag to compare

Python-Funscript-Editor v0.1.6

Changelog

  • Improve processing speed
  • Improve VR projections menu

v0.1.5

04 Nov 20:32

Choose a tag to compare

Python-Funscript-Editor v0.1.5

Changelog

  • Unlock all Video Projections

v0.1.4

03 Nov 20:32

Choose a tag to compare

Python-Funscript-Editor v0.1.4

Changelog

  • Fix tracking lost

v0.1.3

03 Nov 18:53

Choose a tag to compare

v0.1.3 Pre-release
Pre-release

Python-Funscript-Editor v0.1.3

Application documentation for this Version: docs v0.1.3.

Changelog

  • Remove delayed tracking lost feature

Important notes

I recommend to use at least version v0.1.4 where i fix an tracking bug for the v0.1.x releases.

v0.1.2

03 Nov 18:12

Choose a tag to compare

v0.1.2 Pre-release
Pre-release

Python-Funscript-Editor v0.1.2

Application documentation for this Version: docs v0.1.2.

Changelog

  • Add play notification sound for new OFS Extension code.
  • Fix Logging on Windows

Important notes

I recommend to use at least version v0.1.4 where i fix an tracking bug for the v0.1.x releases.

v0.1.1

30 Oct 12:58

Choose a tag to compare

v0.1.1 Pre-release
Pre-release

Python-Funscript-Editor v0.1.1

Application documentation for this Version: docs v0.1.1.

Changelog

  • Remove play notification sound for now to fix new OFS Extension code.
  • All new Features are listed in the v0.1.0 release changeloge

Important notes

I recommend to use at least version v0.1.4 where i fix an tracking bug for the v0.1.x releases.

v0.1.0

30 Oct 10:36

Choose a tag to compare

v0.1.0 Pre-release
Pre-release

Python-Funscript-Editor v0.1.0

Application documentation for this Version: docs v0.1.0.

Changelog

  • Add an easy OFS Extension Installer. Read the Installation Instruction for more information.
  • Improve Change Point detection (#10) by adding additional points when the signal change more than the rolling standard deviation. The additional changepoints are enabled by default an can be disabled with this config entry. If you want the result from the older Versions set this option to False.
  • Automatic pause the Funscript Generator on scene change (#9). With default setting the application read the csv from PySceneDetect in the same directory where the video is located. If such a csv file not exist this feature get automatically disabled. You can also use an build in online scene change algorithm by change this config entry.
  • Add user reaction time to hyperparameter config. This parameter specify the reaction time of the user to stop an inaccurate tracking. The parameter is used to clean up the bad tracking results.
  • Add Options to get the inverted Change Points to the settings menu.
  • Add Option to use up to 5 trackers to improve the accuracy of the tracking results. We us the average of all tracker for the prediction. For the most cases one tracker should be sufficient.

Important notes

I recommend to use at least version v0.1.4 where i fix an tracking bug for the v0.1.x releases.

v0.0.9

10 Sep 19:59

Choose a tag to compare

Python-Funscript-Editor v0.0.9

Application documentation for this Version: docs v0.0.9.

Changelog

  • Add supervised tracking option
  • Fix for windows build script (#7 )
  • Merge FFmpeg gpu acceleration flag (#6 )
  • Fix incorrectly named pitch to roll prediction
  • Play an sound file when tracking stops (can be disabled or changed in this config line)
  • Add config parameter for delayed tracking lost. This option do not offer real advantages with the default tracker CSRT and is therefore disabled by default.

v0.0.8

01 Aug 19:13

Choose a tag to compare

Python-Funscript-Editor v0.0.8

Application documentation for this Version: docs v0.0.8.

Changelog

  • Add Settings Dialog to specify Video Type, Tracking Metric and Tracking Method
  • Add VR 3D Side-By-Side Fisheye 200 Projection
  • Eliminate duplicate code
  • Add more verbosity to the log
  • Add option to set tracking algorithm via config (see settings.yaml)
  • Add very experimental testcode for roll (incorrectly named with pitch) prediction

v0.0.7

04 Jul 16:06

Choose a tag to compare

v0.0.7 Pre-release
Pre-release

Python-Funscript-Editor v0.0.7

Application documentation for this Version: docs v0.0.7.

If you want to track 2D Videos you have to set projection: 'flat' in funscript_editor/config/settings.yaml.

NOTE: Kalman Filter is broken in this release.

Changelog

  • Improve change point detection
  • Fix x-Movement and diagonal movement