Skip to content

add get_video_dimensions #30

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

Merged
merged 2 commits into from
May 11, 2025
Merged

add get_video_dimensions #30

merged 2 commits into from
May 11, 2025

Conversation

allancoding
Copy link
Member

This adds a function to get the video size and aspect ratio of retroarch.
Will return a float.
Get Width: get_video_dimensions("width")
Get Height: get_video_dimensions("height")
Get Aspect Ratio: get_video_dimensions("aspect")

@ethanaobrien
Copy link
Member

@allancoding Is this still WIP?

@allancoding
Copy link
Member Author

No it's not, I just was doing tests on other cores and it works on the 5 cores I tested.

@allancoding allancoding marked this pull request as ready for review May 11, 2025 14:56
@allancoding allancoding merged commit 6b8285f into next May 11, 2025
@allancoding allancoding deleted the video_dimensions branch May 11, 2025 14:59
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