fix a glitch with edited videos having too low resolution in some cases

This commit is contained in:
tibbi 2021-06-16 23:14:27 +02:00
parent e7c63a8b52
commit 7e83dc5b06

View file

@ -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
}