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

Fix rotation metadata loading incorrectly with FFMPEG 6 #497

Open
wants to merge 4 commits into
base: main
Choose a base branch
from

Conversation

chxmberland
Copy link
Contributor

@chxmberland chxmberland commented Jun 21, 2024

Linked issues #496

Summarize your change.

Added an additional check to another metadata field when loading movie clips to ensure that rotation metadata is captured correctly.

Describe the reason for the change.

In FFmpeg 6.0, rotation metadata can be loaded incorrectly without this check.

Describe what you have tested and on which operating system.

macOS Sonoma 14.5

Add a list of changes, and note any that might need special attention during the review.

  • Added an additional check to the side_data field when movies are loaded in to RV
  • Covered additional cases of negative rotation metadata, as this was not covered already

If possible, provide screenshots.

Roatate-Metadata-Missing

@chxmberland chxmberland force-pushed the fix/rotation-metadata-not-loaded-correctly_SG-35549 branch from e9281f4 to 6d15bbe Compare June 21, 2024 17:25
@chxmberland chxmberland force-pushed the fix/rotation-metadata-not-loaded-correctly_SG-35549 branch from 4d9ba50 to bc7dffc Compare June 21, 2024 18:44
@chxmberland chxmberland force-pushed the fix/rotation-metadata-not-loaded-correctly_SG-35549 branch from 0a975f1 to ff8ae7f Compare June 25, 2024 13:40
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.

None yet

2 participants