github cdgriffith/FastFlix 5.8.0
Version 5.8.0

latest release: 5.8.1
one month ago
  • Adding #283 support for experimental DTS (dca) audio by adding -strict -2 (thanks to Sub7)
  • Adding #354 Mac M1 ARM support (thanks to Nhunz and Anton)
  • Adding #536 Improve Profiles - save advanced options (thanks to CelticTaonga and DCNerds)
  • Adding #568 center app on startup (thanks to Viet-Duc Le)
  • Adding #589 support for pydantic 2.x (thanks to dmo marillat)
  • Adding #592 Add alpha channel for VP9 (thjanks to subof)
  • Fixing #185 audio channels not being set properly and resetting on encoder change (thanks to Tupsi)
  • Fixing #522 add file fails - fixed as of 5.7.0 (thanks to pcl5x2008)
  • Fixing #531 list limitation in readme that FFmpeg must support the software encoders listed (thanks to brunoais)
  • Fixing #567 Profiles for WebP did not work (nor GIF dither) (thanks to jpert)
  • Fixing #582 BT.2020-10 Color transfer not maintained (thanks to Ryushin)
  • Fixing #585 error when trying to return a video from queue that has the video track after audio or subtitiles (thanks to Hankuu)
  • Fixing #586 audio channels being set incorrectly (thanks to Hankuu)
  • Fixing #588 audio and subtitle dispositions were not set from source (thanks to GeZorTenPlotZ)

Mac

macOS 12 or greater required

With the appbundle, you may need to allow it to run by opening a command line and running:

xattr -rd com.apple.quarantine FastFlix.app

Then try opening again normally, it may take a minute to load without any splash screen.

Windows 10 / 11

Please use the installer below FastFlix_5.8.0_installer.exe

The win64 standalone is now a full portable mode which uses the local directory for configuration and workspace.

Ubuntu

Ubuntu 20.04 or greater required

Please extract the FastFlix file and run it via terminal ./FastFlix

Linux: Make sure you have libopengl0 installed from your package manager. If you have other issues please consult the wiki first.

Run from source

You will need Python 3.12 and git

Setup

git clone https://github.com/cdgriffith/FastFlix.git
cd FastFlix
python3.12 -m pip install --upgrade pip
python3.12 -m venv venv
. ./venv/bin/activate       # venv\Scripts\activate.bat or venv\Scripts\activate.ps1 on windows   
pip install .

Running

Linux

venv/bin/python -m fastflix

Windows

venv\Scripts\python.exe -m fastflix

Don't miss a new FastFlix release

NewReleases is sending notifications on new releases.