The parameter format is a legible text file (if you uncheck "Compress parameter sets larger than 2 KB" in the Fractal tab of the Preferences dialog), so you should be able to generate the keyframes.
The format of keys is like this, for e.g. the magnification setting:
magn="1@#0SS8.8235294@#15840E"
That means 1 at (@) position 0 (#0), smooth interpolation at begin and at end (SS), to 8.8235294 at position 15840. The final E means that it uses exponential interpolation. For regular interpolation, S means smooth, L linear, and N stepped. All interpolation settings are available in the Timeline tool window, see:
https://www.ultrafractal.com/help/animation/interpolation.html
https://www.ultrafractal.com/help/animation/exponentialinterpolation.html
Positions are not directly expressed in frames, but as tick values with 4800 ticks per second (this value was chosen so it is evenly dividable for common frame rates). So 15840 with a 30 fps frame rate means frame: 1+ 15840*30/4800 = 100.
Hope this helps!
The parameter format is a legible text file (if you uncheck "Compress parameter sets larger than 2 KB" in the Fractal tab of the Preferences dialog), so you should be able to generate the keyframes.
The format of keys is like this, for e.g. the magnification setting:
magn="1@#0SS8.8235294@#15840E"
That means 1 at (@) position 0 (#0), smooth interpolation at begin and at end (SS), to 8.8235294 at position 15840. The final E means that it uses exponential interpolation. For regular interpolation, S means smooth, L linear, and N stepped. All interpolation settings are available in the Timeline tool window, see:
https://www.ultrafractal.com/help/animation/interpolation.html
https://www.ultrafractal.com/help/animation/exponentialinterpolation.html
Positions are not directly expressed in frames, but as tick values with 4800 ticks per second (this value was chosen so it is evenly dividable for common frame rates). So 15840 with a 30 fps frame rate means frame: 1+ 15840*30/4800 = 100.
Hope this helps!