We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 3f5cc51 commit 240284aCopy full SHA for 240284a
3 files changed
CHANGES
@@ -1,5 +1,9 @@
1
# Changelog
2
3
+## Version 5.12.2
4
+
5
+* Fixing #671 Switching to the NVEncC AV1 encoder will break FastFlix (thanks to Krawk)
6
7
## Version 5.12.1
8
9
* Fixing #654 Failed to import attachment due to bad mime type gathering (thanks to larsk2)
fastflix/encoders/nvencc_av1/main.py
@@ -95,3 +95,6 @@
95
"wmav1",
96
"wmav2",
97
]
98
99
+from fastflix.encoders.nvencc_av1.command_builder import build # noqa: F401,E402
100
+from fastflix.encoders.nvencc_av1.settings_panel import NVENCC as settings_panel # noqa: F401,E402
fastflix/version.py
@@ -1,4 +1,4 @@
#!/usr/bin/env python
# -*- coding: utf-8 -*-
-__version__ = "5.12.1"
+__version__ = "5.12.2"
__author__ = "Chris Griffith"
0 commit comments