video_trimmer
video_trimmer copied to clipboard
[Feature Request] Add `minVideoLength` to TrimViewer parameters
Feature Request:
Add minVideoLength
that behaves in the same way maxVideoLength
does. Except it prevents the user from trimming a video shorter that minVideoLength
.
This would also give the ability to create a "fixed width trim" as requested in this issue by setting max and min equal to each other.
I'm happy to put effort into this but cannot find a contributing guide.
This is a nice idea! @dkbnz if you want to work on it, I can assign this issue to you.
Yeah, I haven't added a contributing guide to this repo yet. But you can:
- Fork this repo
- Clone it locally
- Create a new branch
- Add your changes there
- Then submit a PR
Hello guys, any update about this enhancement ?