Skip to content

Releases: tnfe/FFCreator

v5.1.2-release

08 Sep 02:57
Compare
Choose a tag to compare
  • add album setScaleToInit
  • Upgrade inkpaint version

v5.0.3

06 Sep 11:15
Compare
Choose a tag to compare
  • Remove the renderFps configuration option, unify rfps and fps.
  • Rendering performance increased by 60%, time increased by 1/3.

v4.5.5

06 Sep 10:52
Compare
Choose a tag to compare
  • Fix the scale error when FFVideo uses animation.
  • Fix the background problem of FFSubtitle when there is no text.
  • Add the initScale property, fix the problem of animation reset size.

v4.3.3

01 Sep 12:49
Compare
Choose a tag to compare
  • FFAudio supports the interception and playback of long audio.
  • When the ffmpeg command is abnormal, kill the process.

v4.1.6

29 Aug 06:51
Compare
Choose a tag to compare
  • Optimize the FFGifImage component and increase the rendering speed by 30%.
  • Upgrade inkpaint version.
  • Refactor FFAudio class.
  • FFVideo adds precise startTime and endtime control.
  • FFNode adds getDurationTime method.

v4.0.1

27 Aug 12:59
Compare
Choose a tag to compare
  • Upgrade inkpaint rendering engine, double the rendering speed.
  • Set the default rendering method of FFCreator to cairo lib.
  • Fix the bug that the size of the FFVideo component is incorrect.
  • Fix the issue of emit error bubbling in FFCreatorCenter.

v3.5.3

24 Aug 03:31
Compare
Choose a tag to compare
  • Replace the rendering kernel, https://github.com/tnfe/inkpaint. inkpaint has higher rendering speed and performance, and supports more features.
  • Add FFGifImage component that supports gif, which can render gif flexibly.
  • The text component supports features such as line wrapping, bolding, and stroke.
  • Support sound volume, fade in, fade out and other effects.
  • Add animation sisters such as blurIn blurOut.

A stable version of v3

23 Aug 11:21
fb467d4
Compare
Choose a tag to compare
  • add ffaudio volume support
  • support codec config for FFVideo
  • fix eslint bug

v3.0.2

31 May 15:11
Compare
Choose a tag to compare

FFCreator3.0+ uses node Stream for data caching. The original version frees up disk space and further improves the speed.

v2.0.8

10 May 07:05
Compare
Choose a tag to compare
  • Add multiple cache formats to save disk
  • Clear garbage objects, save memory expenses
  • Partial code refactoring, more cohesive
  • Add cache format demo example
  • Refactor the center class