-
-
Notifications
You must be signed in to change notification settings - Fork 62
Home
If you are having any troubles or errors with FastFlix, please open an issue!
Check the pages on the right side for additional information ->
Join us on discord for discussions or bounding ideas around!
- FFmpeg (required)
- NVEncC (optional encoder)
- hdr10plus_parser (optional)
- mkvpropedit (optional)
The FFmpeg themselves do not provide pre-built binaries. Instead you have to either build it yourself or rely on someone else's kind efforts to do said work for you.
BtbN's Windows FFmpeg builds is the most complete build that I currently recommend for Windows users. You can find static downloads for Mac and Linux linked on FFmpeg's download page.
Other options:
- Windows FFmpeg (and more) auto builder
- Windows cross compile FFmpeg (build on linux)
- FFmpeg compilation guide
NVEncC by rigaya is an excellent encoder for using with your Nvidia graphics card. It supports HDR10 and even HDR10+!
You will have to download it, extract it, and add that folder to the PATH of your operating system.
hdr10plus_parser by quietviod is a command line tool to extract HDR10+ metadata from video files. If it is on your path, you will be able to one click extract those files for re-encoding with via the UI.
mvpropedit is a program provided with MKVToolNix that allows for fixing subtitle disposition (FFmpeg sets first subtitle track as default no matter what)
This Wiki is a Work In Progress