You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
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
The text was updated successfully, but these errors were encountered:
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
The text was updated successfully, but these errors were encountered: