lettier / gifcurry

😎 The open-source, Haskell-built video editor for GIF makers.
https://lettier.github.io/gifcurry
BSD 3-Clause "New" or "Revised" License
1.34k stars 54 forks source link

Gifcurry insists on playing a vertical video only horizontally by rotating -90 degrees #93

Open fschaap opened 1 year ago

fschaap commented 1 year ago

I just grabbed a vertical video from my phone in mp4 format. VLC plays the video in vertical orientation.

Gifcurry loads and converts the video fine, but insists on rotating the video -90 degrees so that it shows as a horizontal video.

This is an issue because I have a neck hernia and can't tip my head sideways to view the resulting gif right side up.

Installed Gifcurry from the AUR (version 6.0.1.0)

jose1711 commented 1 year ago

Looks like gifcurry ignores the rotation flag. For the time being I am reencoding the file using ffmpeg:

ffmpeg -i input.mp4 -vf transpose=2,transpose=1 output.mp4