Replies: 1 comment
-
|
You can use the proVideoController.setTrimStart(Duration(seconds: 1));
proVideoController.setTrimEnd(Duration(seconds: 1));
proVideoController.setTrimSpan(TrimDurationSpan(start: Duration(seconds: 1), end: Duration(seconds: 3))); |
Beta Was this translation helpful? Give feedback.
0 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Uh oh!
There was an error while loading. Please reload this page.
-
Hey! Just a quick one, I would like to be able to programatically set the video crop/end (for example, with a textfield that has a time in it). Is this currently possible? Poking through I did see some methods to explicitly set the trimstart and trimend values, but I wasn't able to find anything that could clearly set it on the trimbar.
Any guidance would be appreciated - thanks!
Beta Was this translation helpful? Give feedback.
All reactions