fix a glitch with edited videos having too low resolution in some cases
This commit is contained in:
parent
e7c63a8b52
commit
7e83dc5b06
1 changed files with 1 additions and 0 deletions
|
@ -288,6 +288,7 @@ class NewVideoEditActivity : SimpleActivity() {
|
||||||
getSettingsModel(UiConfigTheme::class.java).theme = R.style.Imgly_Theme_NoFullscreen
|
getSettingsModel(UiConfigTheme::class.java).theme = R.style.Imgly_Theme_NoFullscreen
|
||||||
|
|
||||||
configure<VideoEditorSaveSettings> {
|
configure<VideoEditorSaveSettings> {
|
||||||
|
it.allowOrientationMatrixMetadata = true
|
||||||
it.setOutputToTemp()
|
it.setOutputToTemp()
|
||||||
it.outputMode = OutputMode.EXPORT_IF_NECESSARY
|
it.outputMode = OutputMode.EXPORT_IF_NECESSARY
|
||||||
}
|
}
|
||||||
|
|
Loading…
Reference in a new issue