Hi all,
I am using Vegas Pro 12.
In my extension/script, I am trying to load a media with non zero start of media into Vegas. I would like to set the project ruler start time to be the same as the start of media. How do I do this?
A new project is created when loading the media, the project's settings match the media. However, the ruler start time is always 00:00:00:00.
Is there any API call to do this, or retrieve start of media for file?
Best regards,
David
-------------------------------------------------------------------------------------------------------
[Solution]
I found a solution for this, so I just answer my own question, if anyone else is interested.
Media media = new Media(path);
media.TimecodeIn
:)
I am using Vegas Pro 12.
In my extension/script, I am trying to load a media with non zero start of media into Vegas. I would like to set the project ruler start time to be the same as the start of media. How do I do this?
A new project is created when loading the media, the project's settings match the media. However, the ruler start time is always 00:00:00:00.
Is there any API call to do this, or retrieve start of media for file?
Best regards,
David
-------------------------------------------------------------------------------------------------------
[Solution]
I found a solution for this, so I just answer my own question, if anyone else is interested.
Media media = new Media(path);
media.TimecodeIn
:)