Use modern pipeline for video conversion

This commit is contained in:
Ilya Laktyushin
2023-09-16 12:38:42 +04:00
parent 776af30ce5
commit 5ecb819963
24 changed files with 826 additions and 133 deletions

View File

@@ -3170,6 +3170,7 @@ public final class DrawingToolsInteraction {
} else {
if self.isVideo {
entityView.seek(to: 0.0)
entityView.play()
}
entityView.animateInsertion()