Skip to content
GitLab
Projects
Groups
Snippets
Help
Loading...
Help
What's new
9
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Switch to GitLab Next
Sign in / Register
Toggle navigation
Open sidebar
Elias Steurer
ScreenPlay
Commits
0671e107
Commit
0671e107
authored
Jan 14, 2021
by
Elias Steurer
🇩🇪
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
Disable AV1 import for now
parent
d4022ac7
Pipeline
#241618629
passed with stages
in 9 minutes and 54 seconds
Changes
1
Pipelines
1
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
5 additions
and
4 deletions
+5
-4
ScreenPlay/qml/Create/Wizards/ImportVideoAndConvert/CreateWallpaperInit.qml
...ate/Wizards/ImportVideoAndConvert/CreateWallpaperInit.qml
+5
-4
No files found.
ScreenPlay/qml/Create/Wizards/ImportVideoAndConvert/CreateWallpaperInit.qml
View file @
0671e107
...
...
@@ -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
{
...
...
Write
Preview
Markdown
is supported
0%
Try again
or
attach a new file
.
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment