diff --git a/orx-video-profiles/src/main/kotlin/GIFProfile.kt b/orx-video-profiles/src/main/kotlin/GIFProfile.kt index 172d7710c..8414a7ea9 100644 --- a/orx-video-profiles/src/main/kotlin/GIFProfile.kt +++ b/orx-video-profiles/src/main/kotlin/GIFProfile.kt @@ -5,6 +5,6 @@ class GIFProfile : VideoWriterProfile() { override val fileExtension = "gif" override fun arguments(): Array { - return arrayOf("-vf", "split[s0][s1];[s0]palettegen[p];[s1][p]paletteuse=dither=none:diff_mode=rectangle") + return arrayOf("-vf", "split[s0][s1];[s0]palettegen[p];[s1][p]paletteuse=dither=none:diff_mode=rectangle,vflip") } -} \ No newline at end of file +}