Skip to content

Release v0.9.4

Latest

Choose a tag to compare

@github-actions github-actions released this 11 Sep 08:55

SuperVideoCompressor Release

自动构建的Release版本。

包含的文件

  • VideoCompressor-Linux.tar.gz: Linux版本可执行文件(需要安装Qt5和FFmpeg依赖)
  • VideoCompressor-Linux-*.AppImage: Linux独立版本可执行文件(推荐,无需安装依赖)
  • VideoCompressor-Windows.zip: Windows版本可执行文件

安装说明

推荐方式(适用于所有Linux发行版):

  1. 下载VideoCompressor-Linux-*.AppImage文件
  2. 添加执行权限:chmod +x VideoCompressor-Linux-*.AppImage
  3. 直接运行:./VideoCompressor-Linux-*.AppImage

传统方式(需要安装依赖):

  1. 下载VideoCompressor-Linux.tar.gz文件
  2. 解压文件:tar -xzvf VideoCompressor-Linux.tar.gz
  3. 在Linux上确保已安装Qt5和FFmpeg依赖
  4. 运行可执行文件:./VideoCompressor