Skip to content

Version 5.12.0

Compare
Choose a tag to compare
@cdgriffith cdgriffith released this 04 May 00:09
· 4 commits to master since this release
a27c355
  • Adding automatic downloads for rigaya encoders on Windows
  • Adding #45 audio normalization (thanks to HannesJo0139, Marco Ravich, Kirill, Werner Robitza, Type-Delta, Xoanon88)
  • Adding ability to add subtitle or audio track
  • Fixing custom_crf not being found (thanks to Norbert)
  • Fixing missing space to CRF (thanks to Noelle)

NOTE: There is a new feature that will reload audio after switching from codecs that dont enable audio for safety. So please make sure to check audio after your conversion settings

New Modify Option!

Screenshot 2025-05-03 190154

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 11

Please use the installer below FastFlix_5.12.0_installer.exe

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

Ubuntu

Ubuntu 22.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