Releases: chinnsenn/FFmpeg-GUI
Releases · chinnsenn/FFmpeg-GUI
v0.1.6
📦 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
- Download the
.dmgfile for your architecture - Open the DMG and drag the app to Applications folder
- Remove quarantine attribute (Recommended):
sudo xattr -r -d com.apple.quarantine /Applications/FFmpeg\ GUI.app - 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
📦 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
- Download the
.dmgfile for your architecture - Open the DMG and drag the app to Applications folder
- Remove quarantine attribute (Recommended):
sudo xattr -r -d com.apple.quarantine /Applications/FFmpeg\ GUI.app - 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