Releases: cdgriffith/FastFlix
Version 4.8.0
- Adding #313 basic vsync support for hardware encoders (thanks to Wontell)
- Adding #312 additional pixel formats for most encoders (thanks to Owen Quinlan)
- Adding "Auto" profile for VCEncC
- Changing #292 back to PySide2 to be compatible with Windows 7 and 8 (thanks to Causemic)
- Fixing #310 QT was complaining about some PNG formats (thanks to Don Gafford)
- Fixing #315 HDR10 info not parsed from subsequent video tracks than the first (thanks to msaintauret)
- Fixing profile not being passed for AVC with VCEencC and stuck on Baseline
- Fixing #304 that force 10-bit encoding for NVEencC was not set from profiles properly (thanks to wynterca)
Known Issue (4.7.0+)
New style audio profiles create new tracks, which don't work with rigaya's hardware encoders. Have to use "passthrough all" for time being.
Windows
Please use the installer below (FastFlix_4.8.0_installer.exe
) unless you need the portable version (FastFlix_4.8.0_win64.zip
)
Mac / Linux
Please extract the FastFlix file and set it to executable (i.e. chmod +x FastFlix
) then to run it ./FastFlix
Mac: macOS 10.15 or greater required.
Linux: Ubuntu 20.04 recommended.
Linux: Make sure you have libopengl0
installed from your package manager. If you have other issues please consult the wiki first.
Version 4.7.1
- Fixing #304 New profile Audio conversion downmix and bitrate issues (thanks to wynterca)
Known Issue (4.7.0 and 4.7.1)
New style audio profiles create new tracks, which don't work with rigaya's hardware encoders. Have to use "passthrough all" for time being.
Windows 10 / Windows 11
Please use the installer below (FastFlix_4.7.1_installer.exe
) unless you need the portable version (FastFlix_4.7.1_win64.zip
)
Mac / Linux
Please extract the FastFlix file and set it to executable (i.e. chmod +x FastFlix
) then to run it ./FastFlix
Mac: macOS 10.15 or greater required.
Linux: Ubuntu 20.04 recommended.
Linux: Make sure you have libopengl0
installed from your package manager. If you have other issues please consult the wiki first.
Version 4.7.0
- Adding #164 audio matching in profiles (thanks to bmcassagne)
- Adding #261 Advanced settings are currently not saved on Profiles (thanks to georgesaumen)
- Adding #294 NVEncC 10-bit encoding mode for 8-bit source (thanks to Don Gafford)
- Adding HDR10 support, svtav1-params, scene detection, and crf option for SVT AV1
- Adding max colors and stats mode to GIF
- Adding OpenCL support for Remove HDR to speed it up
- Changing FFmpeg download to look for latest master GPL builds
- Fixing #296 low quality auto-crop due to high rounding, increasing accuracy from 16 to 2 pixels (thanks to Rayman24365)
- Fixing #302 unclear when VBV is enabled (thanks to Paul Huckstepp)
- Fixing concat builder behavior to work smoother
- Fixing thumbnail generation for concat images
Known Issue (4.7.0 and 4.7.1)
New style audio profiles create new tracks, which don't work with rigaya's hardware encoders. Have to use "passthrough all" for time being.
Windows 10 / Windows 11
Please use the installer below (FastFlix_4.7.0_installer.exe
) unless you need the portable version (FastFlix_4.7.0_win64.zip
)
Mac / Linux
Please extract the FastFlix file and set it to executable (i.e. chmod +x FastFlix
) then to run it ./FastFlix
Mac: macOS 10.15 or greater required.
Linux: Ubuntu 20.04 recommended.
Linux: Make sure you have libopengl0
installed from your package manager. If you have other issues please consult the wiki first.
Version 4.6.0
- Adding #195 640kbps audio (thanks to ObviousInRetrospect and Harybo)
- Adding Japanese, Portuguese, Russian, Swedish, and Polish translations
- Fixing #272 Codec drop down size fix (thanks to kachijs)
- Fixing #278 FastFlix occasionally getting stuck on a single video in a queue (thanks to kamild_)
- Fixing build for 3.10 by updating to PySide6 6.2.2.1 (thanks to Nhunz)
- Fixing status parser when using -psnr (thanks to ObviousInRetrospect)
- Fixing VCE and NVENC encoders would set first subtitle track to default
Windows
Please use the installer below (FastFlix_4.6.0_installer.exe
) unless you need the portable version (FastFlix_4.6.0_win64.zip
)
Mac / Linux
Please extract the FastFlix file and set it to executable (i.e. chmod +x FastFlix
) then to run it ./FastFlix
Mac: macOS 10.15 or greater required.
Linux: Ubuntu 20.04 recommended.
Linux: Make sure you have libopengl0
installed from your package manager. If you have other issues please consult the wiki first.
Version 4.5.1
- Fixing #273 Realtime VP9 bitrate mode must be single pass (thanks to Owen Quinlan)
Windows
Please use the installer below (FastFlix_4.5.1_installer.exe
) unless you need the portable version (FastFlix_4.5.1_win64.zip
)
Mac / Linux
Please extract the FastFlix file and set it to executable (i.e. chmod +x FastFlix
) then to run it ./FastFlix
Mac: macOS 10.15 or greater required.
Linux: Ubuntu 20.04 recommended.
Linux: Make sure you have libopengl0
installed from your package manager. If you have other issues please consult the wiki first.
Legacy Linux Removed!
PySide6 does not seem to work with Ubuntu 18.04, so cannot be built with github actions. Please run from source code on linux or mac if you have issues with the standalones. https://github.com/cdgriffith/FastFlix#running-from-source-code
Version 4.5.0
- Adding #267 new onyx theme with custom icons (thanks to Joey Catt | Onyx Studios)
- Adding signing of Windows executables
- Adding new light and dark theme using BreezeStyles
- Adding #115 ability to provide concat file (thanks to Marco Ravich)
- Adding support for brightness, contrast and saturation filters
- Adding PySide6 as main GUI provider, now MIT licensed frontend!
Windows
Please use the installer below (FastFlix_4.5.0_installer.exe
) unless you need the portable version (FastFlix_4.5.0_win64.zip
)
Mac / Linux
Please extract the FastFlix file and set it to executable (i.e. chmod +x FastFlix
) then to run it ./FastFlix
Mac: macOS 10.15 or greater required.
Linux: Ubuntu 20.04 recommended.
Linux: Make sure you have libopengl0
installed from your package manager.
Legacy Linux Removed!
PySide6 does not seem to work with Ubuntu 18.04, so cannot be built with github actions. Please run from source code on linux or mac if you have issues with the standalones. https://github.com/cdgriffith/FastFlix#running-from-source-code
Beta Version 4.5.0b1
- Adding #267 new onyx theme with custom icons (thanks to Joey Catt | Onyx Studios)
- Adding signing of Windows executables
- Adding new light and dark theme using BreezeStyles
- Adding #115 ability to provide concat file (thanks to Marco Ravich)
- Adding support for brightness, contrast and saturation filters
- Adding PySide6 as main GUI provider, now MIT licensed frontend!
Beta Version 4.5.0b0
Version 4.4.2
- Fixing #264 changelog encoding was causing crashes on non utf-8 systems (thanks to lobofoot)
Windows
Please use the installer below (FastFlix_4.4.2_installer.exe
) unless you need the portable version (FastFlix_4.4.2_win64.zip
)
Mac / Linux
Please extract the FastFlix file and set it to executable (i.e. chmod +x FastFlix
) then to run it ./FastFlix
Mac
MacOS 10.15 or greater is required
Legacy Linux
For Debian, Ubuntu 18.04 and older systems, please use "linux_legacy." Please also refer to the wiki for how you might have to overcome some platform irregularities.
Version 4.4.1
- Fixing colorspace details from advanced page not applied to x265 (thanks to Tình Em Là Đại Dương)
Windows
Broken, use next or previous release
Mac / Linux
Please extract the FastFlix file and set it to executable (i.e. chmod +x FastFlix
) then to run it ./FastFlix
Mac
MacOS 10.15 or greater is required
Legacy Linux
For Debian, Ubuntu 18.04 and older systems, please use "linux_legacy." Please also refer to the wiki for how you might have to overcome some platform irregularities.