Releases: tnfe/FFCreator
Releases · tnfe/FFCreator
v5.1.2-release
- add album setScaleToInit
- Upgrade inkpaint version
v5.0.3
- Remove the renderFps configuration option, unify rfps and fps.
- Rendering performance increased by 60%, time increased by 1/3.
v4.5.5
- 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
- FFAudio supports the interception and playback of long audio.
- When the ffmpeg command is abnormal, kill the process.
v4.1.6
- 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
- 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
- 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
- add ffaudio volume support
- support codec config for FFVideo
- fix eslint bug
v3.0.2
FFCreator3.0+ uses node Stream
for data caching. The original version frees up disk space and further improves the speed.
v2.0.8
- 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