FolderFrame v1.0.8
Added 2023-07-05 15:19:08 +0000 UTCUpdate Changes & Bug Fixes
- Added more format and codec options
- Changed timeline height to be more narrow and removed the audio layer when no audio is imported
- Changed timecode to alternate formats when clicked (Minutes:Seconds:Framecount | Minutes:Seconds:Milliseconds | Framecount)
- Changed timeline slider to stop at the end and continue from the beginning on play
- Changed audio mute to the M button next to audio layer name
- Changed renaming of layers by clicking on the layer name (except for audio)
- Changed render window layout
- Changed background option to all formats
- Fixed instances of wrong frame position when applying duration
- Fixed layer names and timeline becoming misaligned when scrolling vertically
- Fixed timeline slider disappearing
- Fixed background transparency (the background can now be a fully transparent layer)
- Fixed preset list not updating upon deletion
- Fixed typing in framerate

I'll be using FFmpeg for video exporting. There is a bin folder in the FolderFrame zip file that contains the FFmpeg libraries, which to use all you have to do is copy the bin folder to the source directory of the FolderFrame executable.
The bin folder is only for AVI, MKV, MOV, MP4, and WEBM formats, so without it you can still use PNG, WEBP, APNG, and GIF.
Background Transparency Compatability
PNG | WEBP | APNG | GIF
AVI ( FFV1 | PNG | VP9 )
MKV ( FFV1 | PNG | VP9 )
MOV ( FFV1 | PNG )
MP4 ( PNG )
WEBM ( VP9 )
I'll be adding more options to the render window as I mess with FFmpeg. Also, I've been working on a way to display the preview images in real-time without having to compile to see changes. It's not much yet, just a collection of data, but I'll be figuring that out in the background while I continue working on the timeline.
This software uses code of FFmpeg licensed under the LGPLv2.1