Skip to content

F fmpeg#2

Open
migoll wants to merge 18 commits intomainfrom
FFmpeg
Open

F fmpeg#2
migoll wants to merge 18 commits intomainfrom
FFmpeg

Conversation

@migoll
Copy link
Collaborator

@migoll migoll commented Sep 27, 2025

No description provided.

Introduces a mode toggle allowing users to switch between image and video processing. Updates the UI to support video uploads, including a collapsible dropzone, video-specific icons and instructions, and layout adjustments for video previews. Adds a 'Remove Selected' button for bulk deletion and persists the selected mode in localStorage.
Added logic to automatically calculate width and height based on the selected preset's aspect ratio if only one dimension is provided. This ensures that images are resized proportionally according to the preset, improving output consistency.
Introduces a preview overlay feature that visually indicates the crop area based on current settings and aspect ratio presets. Previews are updated when settings change and are generated for new images on drop. Proper cleanup of preview URLs is implemented when images are removed or cleared.
Introduces video compression using ffmpeg-static and fluent-ffmpeg, updates dependencies, and refactors the App to support both image and video modes. Adds new hooks and components for modularity, updates the settings panel for video options, and improves file handling for both images and videos.
Split image and video processing into separate state variables and selection logic. Added SVG icons for dropzone, improved file type handling, and updated dropzone UI to use new icons. Enhanced file drop logic to prevent mixed uploads and auto-switch modes. Updated preview and selection management for both images and videos, and improved code structure for clarity and maintainability.
Refactored image and video saving logic to use unified functions and modal dialogs for both types. Improved temporary file handling by updating IPC and preload interfaces, and added support for specifying both width and height for video transcoding. Enhanced UI feedback and logging for video processing, and improved code clarity for handling images and videos.
Introduced commented configuration options for macOS code signing and notarization in forge.config.ts, including osxSign and osxNotarize sections. Also updated DMG maker settings for window layout and added notes for code signing, improving support for Apple Developer workflows.
Introduces MIT license, README, and GitHub Actions build/release workflow. Updates package.json with new metadata and scripts. Major refactor of App.tsx for improved UX: adds mode persistence, batch actions, selection, error handling, and preview logic. Overhauls globals.css for a modern dark theme and custom UI components. Updates hooks and components for new image/video processing and selection features.
Updated the asar unpack configuration in forge.config.ts to exclude lightningcss from the list of node_modules to be unpacked. This may improve packaging performance or reflect changes in dependency usage.
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

1 participant