Skip to content
Chris Griffith edited this page Jan 28, 2021 · 13 revisions

Welcome to FastFlix!

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!

Third-party software

  • FFmpeg (required)
  • NVEncC (optional encoder)
  • hdr10plus_parser (optional)
  • mkvpropedit (optional)

FFmpeg

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:

NVEncC - Nvidia NVENC hardware encoder

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.

HDR10+ parser

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.

mkvpropedit

mvpropedit is a program provided with MKVToolNix that allows for fixing subtitle disposition (FFmpeg sets first subtitle track as default no matter what)

Clone this wiki locally