ynput / ayon-resolve

AYON Addon for Blackmagic DaVinci Resolve
Apache License 2.0
4 stars 3 forks source link

AY-6643_Resolve set project FPS and resolution on startup #18

Open ynbot opened 3 weeks ago

ynbot commented 3 weeks ago

Please describe the enhancement you have in mind and explain what the current shortcomings are?

Hi guys, in resolve upon startup, could we have it start with the resolution/fps that was set in ftrack or ayon?

How would you imagine the implementation of the enhancemenent?

No response

Describe alternatives you've considered:

No response

Additional context:

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

This issue was automatically created from Clickup ticket AY-6643

jakubjezek001 commented 1 week ago

The ability to set the frame rate and resolution might be possible since Resolve's API supports it via Project.SetSetting('timelineFrameRate', x). However, resolution-related properties (width, height, pixel aspect ratio) are unknown and need further research.