Skip to content

Releases: jessielw/FrameForge

FrameForge

21 Jun 19:03
Compare
Choose a tag to compare

Updates

  • Latest version of awsmfunc from github instead of from pip

Fixes

  • Since VapourSynth.v65 byte strings was trying to be decoded for FFMS2 that was already strings

FrameForge

20 Jun 16:18
Compare
Choose a tag to compare

Updates

  • Added a new command --img-lib. This allows the user to select one of the two image libs, defaulting to fpng
  • Improved error handling
  • Images are now generated first in a temporary directory and moved to the desired directory upon completion (temp directory is automatically cleaned up)

FrameForge

12 Jun 05:07
Compare
Choose a tag to compare

Updates

  • Added a new command --sub-alignment. This follows the (.ass) standard for positioning subtitles on the images

FrameForge

09 Mar 00:51
Compare
Choose a tag to compare

Command Removed

  • --index-dir

Updates

  • Added two new commands to replace --index-dir, --source-index-path and --encode-index-path
  • Default subtitle color is set to neon green
  • Added a more descriptive help message for --subtitle-color

Fixes

  • A potential edge case bug when it came to creating an index that didn't exist

FrameForge

01 Mar 21:36
Compare
Choose a tag to compare

Updates

  • Add support for --frames, with this argument you can pass specific frames as a string like so "1001:1002", if more than 1 frame separate with :

FrameForge

30 Jan 18:41
Compare
Choose a tag to compare

Updates:

  • Subtitle font size is now set to 20 by default if no args are passed
  • Now perfectly aligns text top left, top right as needed depending on the generated image type

FrameForge

30 Jan 04:04
Compare
Choose a tag to compare

Fixes:

  • Fix incorrect ordering of reference/sync frames in v1.0.1
  • Slightly increased the frame/ref frames subtitle size

FrameForge

30 Jan 03:41
Compare
Choose a tag to compare

Updates:

  • Reference/Sync generated images are now positioned roughly to the top right hand corner of the image
  • Reference/Sync frames now both state what frame they are
  • Reference/Sync frames color has been changed to a neon green

FrameForge

24 Jan 17:45
Compare
Choose a tag to compare

Updates:

  • Initial stable public release