-
Notifications
You must be signed in to change notification settings - Fork 1.6k
New issue
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
Video with rotation metadata is stretched #682
Comments
There is a workaround described here: |
Thanks, @pkarp0. I hope the issue will be fixed soon, whether by my PR or another means, but the workarounds are useful in the meantime. |
keikoro
added
video
Related to VideoClip and related classes, or handling of video in general.
lib-misc
Issues pertaining to misc. 3rd-party libraries.
labels
Dec 16, 2018
Duplicate of #586 |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Hello all,
I'm processing some vertical videos shot on an iPhone. With moviepy 0.2.3.2 and this code:
Source file: ficus_vertical.mp4
The problem is that ffmpeg is autorotating the video according to the metadata, but moviepy is sizing it to the pre-rotated frame size. This problem is also mentioned by #577. Autorotate has been enabled by default since ffmpeg 2.7.
I have a branch that fixes the issue, and also allows for autorotate to be disabled. I will submit a PR after my test media is added to the moviepy_media repo.
The text was updated successfully, but these errors were encountered: