Souvik Biswas
Souvik Biswas
This difference is because a video can only be trimmer from a keyframe position, detailed explanation [here](https://stackoverflow.com/a/18449609). You can set `applyVideoEncoding: true` in the `saveTrimmedVideo()` method to solve this issue...
Closing this issue. Please open a new issue if you want to discuss this further.
Closing this issue because there have been a few changes to the `ffmpeg_kit_flutter`. Please open a new issue if you want to discuss this further.
Any updates on this issue? This issue makes this package almost unusable for Flutter Web apps 😞
@expertdev-designer can you please try with the latest version: `video_trimmer: ^2.0.0`
Yeah, that's expected behavior. `maxVideoLength` specifies the maximum length the trimmed video can have. If you don't want to limit the length of the trimmed video, use `ViewerType.fixed`. Let me...
Okay, got it. So, it's basically related to your previous issue (#178). Probably something like a scrollable trimmer without a max length limit should work then I guess?
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...
Basically, the way it is implemented: you have to drag to the end and hold for **300 milliseconds** for the scrolling to start. Let me know if you still can't...
Thank you for the submission! Please enter **comments** for the pull request to be accepted.