• 1.3.4 e30a072220

    FrameForge Stable

    jlw_4049 released this 2024-09-30 20:17:16 -04:00 | 0 commits to master since this release

    Fixes

    • When --frames was passed FrameForge was generating double the images
    Downloads
  • 1.3.3 a32b7586d8

    FrameForge Stable

    jlw_4049 released this 2024-08-25 14:13:34 -04:00 | 4 commits to master since this release

    Updates

    • Updated release python version to 3.11.9

    Fixes

    • An edge case bug that could potentially cause data loss when generating the final folder
    • Issue where the encode would attempt to use the source index file, generating a new one in it's place incorrectly (this was present in ffms2)
    Downloads
  • 1.3.2 ee38e3fbd9

    FrameForge Stable

    jlw_4049 released this 2024-07-09 15:00:42 -04:00 | 7 commits to master since this release

    Updates

    • Updated ffms2
    • Updated LSMASHSource
    • Updated SubText
    Downloads
  • 1.3.1 1d88a0b929

    FrameForge Stable

    jlw_4049 released this 2024-06-21 15:02:44 -04:00 | 8 commits to master since this release

    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
    Downloads
  • 1.3.0 930e6b4e70

    FrameForge Stable

    jlw_4049 released this 2024-06-20 12:18:20 -04:00 | 11 commits to master since this release

    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)
    Downloads
  • 1.2.1 19ba7a3ad3

    FrameForge Stable

    jlw_4049 released this 2024-06-12 01:06:28 -04:00 | 17 commits to master since this release

    Updates

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

    FrameForge Stable

    jlw_4049 released this 2024-03-08 19:49:21 -05:00 | 19 commits to master since this release

    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
    Downloads
  • 1.1.0 3f06777a29

    FrameForge Stable

    jlw_4049 released this 2024-03-01 16:35:40 -05:00 | 23 commits to master since this release

    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 :
    Downloads
  • 1.0.3 760587c20b

    FrameForge Stable

    jlw_4049 released this 2024-01-30 13:41:01 -05:00 | 25 commits to master since this release

    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
    Downloads
  • 1.0.2 23de915b82

    FrameForge Stable

    jlw_4049 released this 2024-01-29 23:03:31 -05:00 | 28 commits to master since this release

    Fixes:

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