1
0
mirror of https://gitlab.com/kelteseth/ScreenPlay.git synced 2024-09-18 16:32:33 +02:00

Disable AV1 import for now

This commit is contained in:
Elias Steurer 2021-01-14 13:03:44 +01:00
parent d4022ac706
commit 0671e10789

View File

@ -66,10 +66,11 @@ Item {
text: "VP9 (Better for newer hardware 2018+)"
value: Create.VP8
}
ListElement {
text: "AV1 (ONLY for NVidia 3000 or AMD 6000)"
value: Create.AV1
}
// Import works but the QWebEngine cannot display AV1 :(
// ListElement {
// text: "AV1 (NVidia 3000, AMD 6000 or newer). ULTRA SLOW ENCODING!"
// value: Create.AV1
// }
}
}
Common.Slider {