terminalizer
terminalizer copied to clipboard
Ability to explicitly set delay for the very last frame
Addresses #128
This PR adds support for lastFrameDelay in config.yml to explicitly set delay for the very last frame independently of other delays. This option can be used in conjunction with frameDelay to play/render smooth transitions and also at the same time allow the user to witness the output of the recorded command for a while(for example, by setting lastFrameDelay: 3000).
very cool, please merge