github cdgriffith/FastFlix 5.7.2
Version 5.7.2

4 days ago
  • Fixing audio quality targeting to be enabled properly for ffmpeg
  • Fixing #570 Changing audio language does not work (thanks to danielly2020)
  • Fixing Setting audio track title does not work (thanks to Horatio on Discord)
  • Fixing #571 AttributeError: 'NoneType' object has no attribute 'lower' (thanks to 'Dude' mikeSGman)
  • Removing builds for MacOS 11 as Github has deprecated it

Windows 10 / 11

Please use the installer below FastFlix_5.7.2_installer.exe

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

Mac / Linux

Mac: macOS 11 or greater required
Linux: Ubuntu 20.04 or greater required

Please extract the FastFlix file and set it to executable (i.e. chmod +x FastFlix) then to run it ./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.