Skip to content

Commit

Permalink
Add vflip argument to GIFProfile (#154)
Browse files Browse the repository at this point in the history
  • Loading branch information
Yvee1 committed Jan 3, 2021
1 parent 3f05f41 commit b6dcfde
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions orx-video-profiles/src/main/kotlin/GIFProfile.kt
Original file line number Diff line number Diff line change
Expand Up @@ -5,6 +5,6 @@ class GIFProfile : VideoWriterProfile() {
override val fileExtension = "gif"

override fun arguments(): Array<String> {
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")
}
}
}

0 comments on commit b6dcfde

Please sign in to comment.