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

Editor: Ensures that video dimensions are divisible by 2 (requirement of libx264) #28498

Merged
merged 3 commits into from
May 28, 2024

Conversation

ycw
Copy link
Contributor

@ycw ycw commented May 27, 2024

libx264 requires frame width and height are divisible by 2

image

This PR rounds down resolution inputs width and height to the multiplies of 2

@ycw
Copy link
Contributor Author

ycw commented May 27, 2024

ok.

@mrdoob mrdoob added this to the r165 milestone May 28, 2024
@mrdoob mrdoob merged commit c104489 into mrdoob:dev May 28, 2024
9 of 10 checks passed
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.

3 participants