Skip to content
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

Rotation fix #211

Merged
merged 3 commits into from
Oct 10, 2022
Merged

Rotation fix #211

merged 3 commits into from
Oct 10, 2022

Conversation

mattkibbler
Copy link
Contributor

The rotation information returned from ffprobe has been moved from tags to side_data_list. This update continues to check tags initially, then additionally checks side_data_list.

The update also allows for negative rotations when determining if a video has been rotated, i.e. it considers -90 and -270 to be rotated as well as 90 and 270.

mattkibbler and others added 3 commits October 5, 2022 16:12
Try new way of finding video rotation if old way hasn't worked
Check for negative rotations when determining if video is rotated
@mifi
Copy link
Owner

mifi commented Oct 10, 2022

thx

@mifi mifi merged commit d3d3a71 into mifi:master Oct 10, 2022
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants