We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
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)
The text was updated successfully, but these errors were encountered:
Looks like gifcurry ignores the rotation flag. For the time being I am reencoding the file using ffmpeg:
gifcurry
ffmpeg
ffmpeg -i input.mp4 -vf transpose=2,transpose=1 output.mp4
Sorry, something went wrong.
No branches or pull requests
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)
The text was updated successfully, but these errors were encountered: