Skip to content

Commit 240284a

Browse files
committed
* Fixing #671 Switching to the NVEncC AV1 encoder will break FastFlix (thanks to Krawk)
1 parent 3f5cc51 commit 240284a

3 files changed

Lines changed: 8 additions & 1 deletion

File tree

CHANGES

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,9 @@
11
# Changelog
22

3+
## Version 5.12.2
4+
5+
* Fixing #671 Switching to the NVEncC AV1 encoder will break FastFlix (thanks to Krawk)
6+
37
## Version 5.12.1
48

59
* Fixing #654 Failed to import attachment due to bad mime type gathering (thanks to larsk2)

fastflix/encoders/nvencc_av1/main.py

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -95,3 +95,6 @@
9595
"wmav1",
9696
"wmav2",
9797
]
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

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
11
#!/usr/bin/env python
22
# -*- coding: utf-8 -*-
3-
__version__ = "5.12.1"
3+
__version__ = "5.12.2"
44
__author__ = "Chris Griffith"

0 commit comments

Comments
 (0)