sbis04 / video_trimmer

Flutter video trimmer package
https://pub.dev/packages/video_trimmer
MIT License
434 stars 263 forks source link

video length to trim independent of maxVideoLength #223

Open Pawcio93 opened 10 months ago

Pawcio93 commented 10 months ago

Hi, thanks for the plugin,

I have one issue with it: the video length that goes to the trimmer itself is strictly connected with the maxVideoLength parameter, which seems weird. I have 2 minute video that I want to trim to max 30s, but when maxVideoLength is 30s then the trim range is roughly 45s even though the video itself is 2 minute. Can I manipulate it somehow, as far as I see the relation between those two values is strictly set