wood chen 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
123
2024-11-16 08:50:07 +08:00
fix
2024-11-16 09:54:45 +08:00
fix
2024-11-16 09:54:45 +08:00
2024-11-16 07:51:31 +08:00
2024-11-16 07:51:31 +08:00

视频转GIF工具

这是一个使用Python编写的视频转GIF工具它提供了一个图形用户界面GUI方便用户将视频文件转换为GIF动画。

功能

  • 支持拖放视频文件到应用程序窗口进行转换。
  • 内置FFmpeg工具进行视频转码, 不需要在系统安装FFmpeg。
  • 多平台, 多线程。

安装

Windows

  1. 下载最新的 video2gif-windows-${version}.exe 安装包。
  2. 双击安装包,按照提示完成安装。

macOS

  1. 下载最新的 video2gif-macos-${version}.dmg 安装包。
  2. 双击安装包,将 Video2Gif 应用程序拖放到 Applications 文件夹中。

使用方法

  1. 启动应用程序。
  2. 将视频文件拖放到应用程序窗口中。
  3. 点击“转换”按钮开始转换。
  4. 转换完成后GIF文件将保存在与视频文件相同的目录下。

开发

环境搭建

  1. 安装Python 3.10及以上版本。
  2. 安装依赖库:
    pip install -r requirements.txt
    
  3. 运行应用程序:
    python gui.py
    
Description
使用python gui, ffmpeg开发的一个批量将视频转换为gif的工具
Readme 214 KiB
Languages
Python 100%