FunscriptToolbox

How to setup

  1. Download & extract the tool somewhere (for example, C:\Tools\FunscriptToolbox). Link to download
  2. Double-click on --FSTB-Installation.bat.
  3. This will also create a few ‘use-case’ folders.
    The one that is needed for this use case is “FSTB-VerifyDownloadedScripts".
    You can leave the folders there, or move them somewhere else, the script inside will still work if they are moved.

How to create synchronized .funscript for a remastered video

If you have access to scene.funscript, scene.mp4 and new-remastered-scene.mp4 (and scene.asig, if the scene.funscript doesn’t include an audio signature), the easiest way to create a synchronized funscript for the remastered scene is to:

  1. Move all the files to the folder “FSTB-VerifyDownloadedScripts".
  2. Start “–FSTB-GenericCmd.1.1.bat”. This will open a ‘command prompt’.
  3. In the command prompt type:
    FunscriptToolbox.exe as.cfs -i scene.funscript -o new-remastered-scene.mp4

It can also synchronize from one video to multiple videos (or vice versa). For example, if you want to synchronize a JAV scene then you can place wildcard ‘*’ in the name of the files (input and/or output).
The following command would take the funscript from a scene in a single video and synchronize it to multiple segmented videos (i.e. Segmented-SIVR-100-A.mp4, Segmented-SIVR-100-B.mp4, …).
FunscriptToolbox.exe as.cfs -i FullJAV-SIVR-100.funscript -o Segmented-SIVR-100-*.mp4

6 Likes