Python Funscript Editor
Introduction
Simple Funscript Editor written in Python with an motion tracking add-on to partially automate the generation of funscripts for static video scenes like VR Videos.
Getting Started
Python Funscript Editor has an simple UI to perform basic operations to generate a funscript. Due to the limitations it is not intended for productive use. Therefore i create a lua script to integrate the motion tracking funscript generator (MTFG) Add-On in Open Funscripter (OFS). If you are new to scripting or have never used OFS before, i recommend to check out Huskyās video series How to script in OpenFunScripter. In addition, you should also check out the howto Better results with the motion tracking tool from cool69.
Download & Installation
Contribute
The code is on GitHub. If you want to contribute to the project and make it better, your help is very welcome. This also includes instructions and howtos to help other users.
Changelog
v0.0.x
- v0.0.1 - 2021.06.20 - First release
- v0.0.2 - 2021.06.23 - Adjustments for Windows
- v0.0.3 - 2021.06.24 - OFS Integration for Windows version
- v0.0.4 - 2021.06.26 - Adjustments and extensions
- v0.0.5 - 2021.06.27 - Use new projection method for VR Videos
- v0.0.6 - 2021.07.03 - Reimplement preview scaling
- v0.0.7 - 2021.07.04 - Improve change point detection
- v0.0.8 - 2021.08.01 - Add Settings Dialog
- v0.0.9 - 2021.09.10 - Add supervised Tracking
v0.1.x
- v0.1.0 - 2021.10.30 - Add OFS Extension Installer
- v0.1.1 - 2021.10.30 - Fix v0.1.0 for Windows.
- v0.1.2 - 2021.11.03 - Fix Logging
- v0.1.3 - 2021.11.03 - Remove delayed tracking lost
- v0.1.4 - 2021.11.03 - Fix tracking lost cause freeze
- v0.1.5 - 2021.11.04 - Unlock all Video Projections
- v0.1.6 - 2021.11.13 - Improve processing speed
- v0.1.7 - 2021.11.24 - Persistent Settings Dialog
v0.2.x
- v0.2.0 - 2022.02.06 - Add supervised ignore tracking
- v0.2.1 - 2022.02.17 - Fix Projection names with brackets
- v0.2.2 - 2022.02.25 - Add low resolution VR-Videos Support
- v0.2.3 - 2022.03.07 - Fix āto many open filesā in OFS lua extension
- v0.2.4 - 2022.03.19 - Increase default FFmpeg timeout
- v0.2.5 - 2022.04.20 - Improve prediction for fast actions