You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
@@ -36,6 +36,15 @@ View the [releases](https://github.com/cdgriffith/FastFlix/releases) for binarie
36
36
You will need to have `ffmpeg` and `ffprobe` executables on your PATH and they must be executable. Version 4.3 or greater is required for most usage, latest master build is recommended and required for some features. The one in your package manager system may not support all encoders or options.
37
37
Check out the [FFmpeg download page for static builds](https://ffmpeg.org/download.html) for Linux and Mac.
38
38
39
+
# Additional Encoders
40
+
41
+
To use rigaya's [Nvidia NVENC](https://github.com/rigaya/NVEnc/releases), [AMD VCE](https://github.com/rigaya/VCEEnc/releases), and [Intel QSV](https://github.com/rigaya/QSVEnc/releases) encoders, download them and extract them to folder on your hard drive.
42
+
43
+
Windows: Go into FastFlix's settings and select the corresponding EXE file for each of the encoders you want to use.
44
+
45
+
Linux: Install the rpm or deb and restart FastFlix
0 commit comments