- Adding parallel encoding options for rigaya hardware encoders (thanks to Hexenhammer)
- Adding builds for Ubuntu 22.04 and mac 13 again
- Changing SVT-AV1 to single pass only due to ffmpeg not allowing passlog files properly
- Changing SVT-AV1 to CRF quantization mode by default
- Fixing #642 Possible to create a profile without bitrate specified for audio stream (thanks to Xoanon88)
- Fixing #644 various typos (thanks to luzpaz)
- Fixing #646 PydanticSerializationUnexpectedValue warning during startup (thanks to Noelle Leigh)
- Fixing #647 another typo (thanks to Noelle Leigh)
- Fixing #649 1-Pass Bitrate stored in x265 profile not honored (thanks to Xoanon88)
- Fixing how program is centered on multiple monitors
- Fixing do not pass infer_no_subs to encc encoders
Mac
macOS 13 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.11.0_installer.exe
The win64 standalone is now a full portable mode which uses the local directory for configuration and workspace.
Ubuntu
Ubuntu 24.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 setuptools
pip install .
Running
Linux
venv/bin/python -m fastflix
Windows
venv\Scripts\python.exe -m fastflix