29 Commits

Author SHA1 Message Date
5f5e5350a7 fix(gui): 简化GIF生成错误处理逻辑,直接解码错误输出 v1.0.0-5f5e535 2025-05-24 20:19:27 +08:00
7808d7a555 fix(gui): 隐藏调色板生成和GIF转换过程中的CMD窗口并改进错误处理 v1.0.0-7808d7a 2025-05-24 20:02:52 +08:00
78a6ec111f fix(gui): 移除质量设置选项并简化 FFmpeg 调用参数处理 v1.0.0-78a6ec1 2025-05-24 18:01:59 +08:00
d407d3f72e fix(gui): 更新 FFmpeg 参数以改进 GIF 生成质量和错误处理 v1.0.0-d407d3f 2025-05-24 17:36:04 +08:00
163f71564f Merge branch 'main' of https://github.com/woodchen-ink/video2gif v1.0.0-163f715 2025-05-24 17:27:53 +08:00
861b4af2d2 Revert "fix(gui): 更新 FFmpeg 调色板生成参数以改善 GIF 创建质量"
This reverts commit 302dbc805f49d1403923369e7f31283309abd973.
2025-05-24 17:26:00 +08:00
0f8751a2f2 fix(gui): 更新 FFmpeg 调色板生成参数并改进错误处理 v1.0.0-0f8751a 2025-05-22 10:51:24 +08:00
302dbc805f fix(gui): 更新 FFmpeg 调色板生成参数以改善 GIF 创建质量 v1.0.0-302dbc8 2025-05-22 10:39:30 +08:00
6d8fb24807 fix: update FFmpeg quality settings for palette generation and GIF creation v1.0.0-6d8fb24 2025-05-22 10:12:32 +08:00
wood chen
06ba7c7cea
Create dependabot.yml v1.0.0-06ba7c7 2024-11-16 12:27:56 +08:00
7647d15c52 fix(gui): hide CMD window on Windows for subprocess calls v1.0.0-7647d15 2024-11-16 10:47:25 +08:00
f0844c2284 refactor: optimize FFmpeg path settings and update build process
Update FFmpeg path settings and optimize the build process in release.yml and gui.py
v1.0.0-f0844c2
2024-11-16 10:39:20 +08:00
91fe9bc3da chore(workflow): remove paths-ignore for markdown files in release workflow v1.0.0-91fe9bc 2024-11-16 10:18:45 +08:00
0decff023e chore(workflow): update build process with PyInstaller spec file
Update the GitHub Actions workflow to use the PyInstaller spec file for building the application, ensuring proper inclusion of FFmpeg executables and improving the build process.
2024-11-16 10:17:36 +08:00
93a01d21cf chore(workflow): ignore md files in release workflow
update README for FFmpeg built-in and Python version requirement
2024-11-16 10:04:43 +08:00
e809a2e6f7 chore(workflow): simplify PyInstaller build command in release workflow v1.0.0-e809a2e 2024-11-16 09:57:32 +08:00
dac061da63 fix v1.0.0-dac061d 2024-11-16 09:54:45 +08:00
5d5decf8ff refactor(gui): remove FFmpeg installation check and related UI components v1.0.0-5d5decf 2024-11-16 09:15:58 +08:00
ba7fe58645 chore(workflow): Update build process to use gui.py instead of launcher.py
Update PyInstaller
v1.0.0-ba7fe58
2024-11-16 09:11:28 +08:00
8788f0b0b9 refactor(gui): streamline FFmpeg path setup and remove installer dialog v1.0.0-8788f0b 2024-11-16 09:05:36 +08:00
f037cf9ddd chore(workflow): Refactor release workflow and create launcher script
Refactor the release workflow to simplify the build process and create a new launcher script for setting up the FFmpeg path.
v1.0.0-f037cf9
2024-11-16 08:58:32 +08:00
79d10fcb89 fix v1.0.0-79d10fc 2024-11-16 08:53:01 +08:00
1c42ad7043 123 v1.0.0-1c42ad7 2024-11-16 08:50:07 +08:00
8d030a64f2 style(gui): refine drag and drop UI提示 v1.0.0-8d030a6 2024-11-16 08:35:09 +08:00
35afc5e8da feat(workflows, gui, requirements): Add tkinterdnd2 support for Windows and macOS, update installation and UI for drag and drop v1.0.0-35afc5e 2024-11-16 08:28:11 +08:00
2bfb144320 chore(workflow): update Python version to 3.11 and modify dependencies
Update Python version in GitHub Actions workflow to 3.11 and adjust dependencies, including excluding tkinterdnd2 and adding fallback support.
v1.0.0-2bfb144
2024-11-16 08:18:44 +08:00
b0d557166f chore(workflow): update FFmpeg download method and DMG creation process v1.0.0-b0d5571 2024-11-16 07:57:14 +08:00
ffc0a762b1 chore(workflow): update release workflow with new permissions and gh-release action v1.0.0-ffc0a76 2024-11-16 07:54:40 +08:00
252bbca3b7 first commit 2024-11-16 07:51:31 +08:00