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

Scan video orientation #5189

Merged
merged 2 commits into from
Sep 3, 2024

Conversation

WithoutPants
Copy link
Collaborator

Resolves #4738
Resolves #3479
Supersedes #4781

Determines if the orientation of videos are rotated during scanning to correct the dimensions.

It has a negligible performance impact on video file scanning.

It does require ffprobe 5.x and above, so I've added version parsing to ffprobe, and the orientation detection will only be included if ffprobe version is compatible. I've also added a warning a startup to indicate if ffmpeg needs to be updated. In future I think we'll want to inform the user in the UI.

@WithoutPants WithoutPants added the bug Something isn't working label Aug 30, 2024
@WithoutPants WithoutPants added this to the Version 0.27.0 milestone Aug 30, 2024
@WithoutPants WithoutPants merged commit c21ded0 into stashapp:develop Sep 3, 2024
2 checks passed
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
bug Something isn't working
Projects
None yet
1 participant