sbis04 / video_trimmer

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

Display all video thumbnails in one frame in viewerType.scrollable #181

Open Helocominc opened 1 year ago

Helocominc commented 1 year ago

If the TrimViewer type is set to ViewerType.scrollable the video thumbnail doesn't display on a single frame if maxVideoLength is provided. Only the provided maxVideoLength portion is shown in the thumbnail.

Platform: Android Version: video_trimmer 2.0.0

sbis04 commented 1 year ago

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 know if I didn't interpret your question properly.

Helocominc commented 1 year ago

I tried using ViewerType.fixed but the trimmer doesn't move over the thumbnails.

sbis04 commented 1 year ago

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?

Helocominc commented 1 year ago

I just want it to have a max length and then move around on drag. With all the thumbnail in one frame. Whatsapp have same functionality.

Helocominc commented 1 year ago

@sbis04 Any update based on my request?. It's important

Helocominc commented 1 year ago

@sbis04 please any progress for this issue ?