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

AY-7352_Fusion Publish Resolution incorrect in web frontend #34

Open
ynbot opened this issue Jan 21, 2025 · 0 comments
Open

AY-7352_Fusion Publish Resolution incorrect in web frontend #34

ynbot opened this issue Jan 21, 2025 · 0 comments
Assignees
Labels
sponsored This is directly sponsored by a client or community member type: bug Something isn't working

Comments

@ynbot
Copy link
Contributor

ynbot commented Jan 21, 2025

Please describe the issue you have encountered?

When rendering from Fusion on a different resolution than e.g. 1920x1080 the web frontend attributes when looking at the reviewable will still display 1920x1080 as attributes, even though the media may very well be a different resolution. Hence the displayed web frontend resolution is incorrect and does not match the video file.

There are two issues here:
When rendering from Fusion with Extract Review set to resolution 0x0 (so that it preserves the rendered resolution from Fusion itself) does not work correctly - because it forces it to the "Comp frame format prefs" not to the resolution of the actual rendered media. That is due to it using the instance data here copied from here: . The rendered .mp4 will then incorrectly be forced to the resolutio of the frame format prefs.
The second issue is - that it seems the attribute data on web frontend (on the representation) is incorrect, even if the actual rendered mp4 file is say 640x480 the web frontend will still display the resolution as 1920x1080. This may be due to that being the defaults for those attributes and the actual (correct) resolution metadata of the reviewable not being published along to AYON.

How to replicate the issue?

No response

Additional context:

link to discussion on Discord
(might be a private channel)

This issue was automatically created from Clickup ticket AY-7352

@ynbot ynbot added sponsored This is directly sponsored by a client or community member type: bug Something isn't working labels Jan 21, 2025
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
sponsored This is directly sponsored by a client or community member type: bug Something isn't working
Projects
None yet
Development

No branches or pull requests

2 participants