Skip to content

Releases: chinnsenn/FFmpeg-GUI

v0.1.6

11 Oct 11:00

Choose a tag to compare

📦 Download

Platform Architecture Download Link
macOS Intel (x64) FFmpeg-GUI-0.1.6-mac-x64.dmg
macOS Apple Silicon (arm64) FFmpeg-GUI-0.1.6-mac-arm64.dmg
Windows x64 FFmpeg-GUI-0.1.6-win-x64.exe
Windows ARM64 FFmpeg-GUI-0.1.6-win-arm64.exe
Linux x64 (AppImage) FFmpeg-GUI-0.1.6-linux-x64.AppImage
Linux x64 (deb) FFmpeg-GUI-0.1.6-linux-x64.deb
Linux ARM64 (AppImage) FFmpeg-GUI-0.1.6-linux-arm64.AppImage
Linux ARM64 (deb) FFmpeg-GUI-0.1.6-linux-arm64.deb

💡 Installation Notes

macOS

⚠️ Important: This app is not signed with an Apple Developer certificate. You'll need to remove the quarantine attribute or self-sign the app.

  1. Download the .dmg file for your architecture
  2. Open the DMG and drag the app to Applications folder
  3. Remove quarantine attribute (Recommended):
    sudo xattr -r -d com.apple.quarantine /Applications/FFmpeg\ GUI.app
  4. Alternative - Self-sign the app:
    # Remove extended attributes first
    xattr -cr /Applications/FFmpeg\ GUI.app
    # Ad-hoc sign the app
    sudo codesign -fs - /Applications/FFmpeg\ GUI.app

💡 After running either command, you should be able to open the app normally.

Windows

Download the .exe installer for your architecture and run it.

Linux

  • AppImage: Download, make executable (chmod +x), and run
  • deb: Install with sudo dpkg -i <filename>.deb

📝 What's Changed

  • 本次发布无重大变更

📊 统计信息

完整变更日志: v0.1.5...v0.1.6

v0.1.5

09 Oct 12:00

Choose a tag to compare

📦 Download

Platform Architecture Download Link
macOS Intel (x64) FFmpeg-GUI-0.1.5-mac-x64.dmg
macOS Apple Silicon (arm64) FFmpeg-GUI-0.1.5-mac-arm64.dmg
Windows x64 FFmpeg-GUI-0.1.5-win-x64.exe
Windows ARM64 FFmpeg-GUI-0.1.5-win-arm64.exe
Linux x64 (AppImage) FFmpeg-GUI-0.1.5-linux-x64.AppImage
Linux x64 (deb) FFmpeg-GUI-0.1.5-linux-x64.deb
Linux ARM64 (AppImage) FFmpeg-GUI-0.1.5-linux-arm64.AppImage
Linux ARM64 (deb) FFmpeg-GUI-0.1.5-linux-arm64.deb

💡 Installation Notes

macOS

⚠️ Important: This app is not signed with an Apple Developer certificate. You'll need to remove the quarantine attribute or self-sign the app.

  1. Download the .dmg file for your architecture
  2. Open the DMG and drag the app to Applications folder
  3. Remove quarantine attribute (Recommended):
    sudo xattr -r -d com.apple.quarantine /Applications/FFmpeg\ GUI.app
  4. Alternative - Self-sign the app:
    # Remove extended attributes first
    xattr -cr /Applications/FFmpeg\ GUI.app
    # Ad-hoc sign the app
    sudo codesign -fs - /Applications/FFmpeg\ GUI.app

💡 After running either command, you should be able to open the app normally.

Windows

Download the .exe installer for your architecture and run it.

Linux

  • AppImage: Download, make executable (chmod +x), and run
  • deb: Install with sudo dpkg -i <filename>.deb

📝 What's Changed