Skip to content

Releases: Gaurox/FFActions

FFActions 1.4.1

Choose a tag to compare

@Gaurox Gaurox released this 08 May 19:25

FFActions 1.4.1 — Extract Frames

New

  • Added new video action: Extract Frames
  • Extracts every frame from a video into high-quality PNG images
  • Automatic creation of an adjacent output folder:
    • VideoName_frames
    • _001, _002 suffix handling if folder already exists

FFActions 1.4.0

Choose a tag to compare

@Gaurox Gaurox released this 08 May 18:42

Highlights

FFActions 1.4.0 adds a new Image to PDF action, expands conversion workflows, refreshes several tool interfaces, and updates the official branding.

New

  • Added Image to PDF
  • Create a PDF from one or more images with a visual page layout editor
  • Move, resize, rotate, crop, reorder, print, and export directly from the action
  • Added bundled PDF runtime files required by the new feature

Improved

  • Convert video now includes conversion profiles:
    • Universal
    • Remux
    • Montage
    • Web / YouTube
    • Streaming light
    • TV / USB
  • Convert audio now includes quality profiles:
    • Standard
    • High quality
    • Small file
  • Create GIF now includes:
    • visual range selection
    • frame preview
    • looped GIF preview before export
    • expanded FPS presets
  • Rotate / flip image and Rotate / flip video now use updated icon-based controls
  • Convert to icon now supports more icon sizes and updated previews
  • Extract audio now reports missing audio tracks more clearly

Installer and UI

  • Updated the official FFActions icon
  • Updated the context menu root label to FFActions
  • Refreshed screenshots and documentation
  • Updated the landing page styling to match the new icon palette

Documentation

  • Updated README.md for version 1.4.0
  • Added Image to PDF documentation and animated preview
  • Updated website content and visuals to reflect the current feature set

FFActions 1.3.0

Choose a tag to compare

@Gaurox Gaurox released this 06 May 22:27

FFActions 1.3.0

This release finalizes the FFActions refactor and prepares a cleaner, more stable installer experience.

Highlights

  • Added a unified Media info action for video, audio and image files.
  • Improved installer, upgrade and uninstall cleanup for a cleaner 1.3.0 release.
  • Fixed WebP support in image actions:
    • Convert to icon
    • Crop
    • Rotate / flip
    • Resize
  • Improved FFmpeg error messages for corrupted or unsupported files.
  • Completed the internal refactor/factorization pass around shared core, media, progress and picker helpers.
  • Updated README and website with Media info.

Notes

  • Processing remains fully local and offline.
  • Existing source files are still never overwritten.
  • Generated outputs are created next to the original file.

FFActions 1.2.2

Choose a tag to compare

@Gaurox Gaurox released this 01 May 00:57

FFActions 1.2.2 focuses on cleaner installer behavior, improved audio tools, and sharper image/icon workflows.

  • Installer now supports same-version maintenance: modify installed modules or uninstall.
  • Older installed versions can now be updated to 1.2.2.
  • Installer module choices are preserved and restored during update/maintenance.
  • Installer is now English-only by default.
  • Project license changed to GNU GPL v3.0.
  • Change audio pitch now has a slider, presets, synchronized values, and 5-second preview.
  • Change audio speed now has a slider, target duration sync, presets, pitch preservation, and preview.
  • Convert to icon now shows dynamic previews for each selected ICO size.
  • Extract audio picker layout fixed so the Cancel button is no longer clipped.
  • Updated README, GitHub page screenshots, and 1.2.2 documentation.

FFActions v1.2.1

Choose a tag to compare

@Gaurox Gaurox released this 30 Apr 21:22

FFActions 1.2.1 is a focused usability update over the current 1.2.0 source state on GitHub.

Highlights:

  • Cut video replaces the older split cutting flow with a single visual tool.
  • Live preview, dual-handle timeline, synchronized frame/time fields, and frame step buttons were added to Cut video.
  • Rotate / flip image was redesigned with a visual preview and direct transform buttons.
  • Rotate / flip video now follows the same visual workflow, with frame preview and slider.
  • Convert video, convert audio, convert image, and extract audio now open compact picker dialogs with direct format buttons instead of nested Windows submenus.
  • The installer was updated so those picker dialogs are correctly wired from the installed context menu.
  • Layout fixes were applied to compress audio, compress image, crop video, and the convert/extract picker dialogs to remove cut text and improve spacing.
  • Cut by time was removed, and Cut by frame was renamed and integrated as Cut video.
  • Documentation was refreshed for 1.2.1, including feature screenshots across the README and landing page updates.

Notes:

  • This release keeps the fast, lightweight workflow of FFActions while improving clarity and visual control in the most frequently used dialogs.
  • Output behavior remains unchanged: actions create new files next to the original source file and do not overwrite the source by default.

FFActions 1.2.0 - Audio Extraction, GIF, Video Crop & Resize

Choose a tag to compare

@Gaurox Gaurox released this 29 Apr 20:11

FFActions 1.2.0 adds several major video features and improves how format-based actions work in the Windows context menu.

New

  • Added Extract Audio for video files
  • Added Create GIF
  • Added Crop Video with frame preview and timeline slider
  • Added Resize Video
  • Added 9:16 ratio to Crop Image
  • Added a landing page (index.html + style.css) for the project

Improved

  • Format-based actions now use small picker windows instead of deep nested submenus:
    • Convert Video
    • Extract Audio
    • Convert Audio
    • Convert Image
  • Improved Crop Image responsiveness and reduced preview lag/flicker
  • Installer and menu registration were cleaned up to make context menu behavior more reliable
  • Installer disk space estimate was updated to better reflect the real package size

Notes

This release focuses on keeping FFActions simple and fast while expanding the most useful everyday video workflows.

As usual, files are created next to the source file and the original is not overwritten.

FFActions v1.1.0

Choose a tag to compare

@Gaurox Gaurox released this 29 Apr 15:28

FFActions v1.1.0 adds several new right-click multimedia actions and expands supported video formats.

New in this version:

  • Video: rotate / flip video
  • Video: compress video
  • Video: added support for mov, webm, m4v
  • Audio: reverse audio
  • Audio: compress audio

Notes:

  • Source code is available in this repository
  • The Windows installer is provided in the release assets
  • FFActions is designed for fast and simple everyday operations, not full editing workflows

FFActions v1.0.0

Choose a tag to compare

@Gaurox Gaurox released this 29 Apr 12:57

FFActions v1.0.0 is the first public source release.

This version provides simple Windows right-click actions for multimedia files, focused on fast and practical everyday operations rather than full editing workflows.

Included features:

  • Video: cut by frame, cut by time, interpolate, remove audio, convert
  • Audio: cut, convert, change speed, change pitch
  • Image: resize, convert, compress, rotate / flip, crop, convert to icon

Notes:

  • The source code is available in this repository
  • The Windows installer is provided in the release assets
  • FFmpeg-based processing is used internally by multiple actions