Hello
I am trying to load a different media in an existing source node that has a different frame range. But when I use rv.commands.setSourceMedia
or rv.commands.relocateSource
it loads the new media in the current source node as expected but keeps the original frame range, not the once set in the media.
I thought setSourceMedia
would update the timeline itself but by reading at the release notes I feel it’s an expected behavior to keep “current” frame range…
So what would be the best way to load a media with a different frame range in current session, and have the correct new timecode/framerange loaded in the timeline?
Thanks!