User story
As a Studio user, I want to be able to visually trim the start of my clips in the Studio UI, so that I don't have to manually edit the JSON payload to change an asset's duration.
Motivation & context
Trimming is already fully supported by the Shotstack API and rendering engine via the JSON payload.
However, there is no way for users to do this visually in the Studio Editor UI.
Adding this will remove a lot of friction for non-technical users.
Acceptance criteria
And/Or
Implementation notes
The backend engine already supports this.
The frontend just needs to map user UI adjustments to the existing trim and length properties in the generated JSON.
Additional Context
No response