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
* Adding AV1 support (both FFMPEG libaom-av1 and SVT-AV1)
* Adding VP9 support
* Adding Visible command list
* Adding Audio transcoding options
* Changing into MIT license
* Changing into plugin module design
* Removing all GPL or restrictive licensed products (including x265)
* Major Layout Redesign
View the [releases](https://github.com/cdgriffith/FastFlix/releases) for 64 bit Windows binaries (Generated via Appveyor and also [available there](https://ci.appveyor.com/project/cdgriffith/fastflix)).
14
13
15
-
## Running the code locally
14
+
#Plugins
16
15
17
-
Requires Python 3.6 or greater.
16
+
Included plugins:
18
17
19
-
Download and extract the [latest zip](https://github.com/cdgriffith/FastFlix/archive/master.zip). Then run the following.
18
+
* AV1 (SVT-AV1)
19
+
* AV1 (FFMPEG libaom - currently very slow)
20
+
* VP9
21
+
* GIF
20
22
21
-
```
22
-
pip install requirements.txt
23
-
python -m flix
24
-
```
23
+
The plugins are extracted to `C:\Users\<username>\AppData\Roaming\FastFlix\<version>\pluigins`, and you can build or include your own.
25
24
26
-
You will need [ffmpeg](https://www.ffmpeg.org/download.html) and [SVT AV1](https://github.com/OpenVisualCloud/SVT-AV1) executables.
25
+
# Releases
26
+
27
+
View the [releases](https://github.com/cdgriffith/FastFlix/releases) for 64 bit Windows binaries (Generated via Appveyor and also [available there](https://ci.appveyor.com/project/cdgriffith/fastflix)).
0 commit comments