mirror of
https://github.com/SimpleMobileTools/Simple-Gallery.git
synced 2025-02-15 19:40:39 +01:00
fix a glitch with edited videos having too low resolution in some cases
This commit is contained in:
parent
e7c63a8b52
commit
7e83dc5b06
@ -288,6 +288,7 @@ class NewVideoEditActivity : SimpleActivity() {
|
||||
getSettingsModel(UiConfigTheme::class.java).theme = R.style.Imgly_Theme_NoFullscreen
|
||||
|
||||
configure<VideoEditorSaveSettings> {
|
||||
it.allowOrientationMatrixMetadata = true
|
||||
it.setOutputToTemp()
|
||||
it.outputMode = OutputMode.EXPORT_IF_NECESSARY
|
||||
}
|
||||
|
Loading…
x
Reference in New Issue
Block a user