Souvik Biswas
Souvik Biswas
@JamesBondPc I know this feature hasn't been implemented for a long time. Actually, I am really busy with some other work, so I was not finding much time to maintain...
I think what you want to get is a single image of a particular frame from the video. Then, for that purpose, there is already a plugin available: [video_thumbnail](https://pub.dev/packages/video_thumbnail).
Yes, I understood. I believe that can also be done using the `video_thumbnail` plugin. You can define the time (in ms) from where you want to take the image, and...
@qbait @jmmaxwell okay, I understood what you guys want to tell. The `video_thumbnail` plugin provides the functionality but there is no UI component like `VideoEditor` in that. Currently, this plugin...
This maybe a video specific problem, can you please share the link or the video file here, so that I can test it out with that? Some information regarding this...
Hi @dannycortesv, can you share some more details regarding your issue
`TrimEditor` widget is fully generated on the basis of the video that is loaded. I am not changing this to your proposed implementation because if it uses user-supplied information then...
Hey @janlektonen @jcsena @justkawal, how do you people want the programmatic control to be? Like: `+` (positive) and `-` (negative) drag for each **start** and **end** handle of the `TrimEditor`...
@lan2000 have you set any `maxVideoLength` while using the `TrimEditor` widget? Can you please share the code snippet of just the `TrimEditor` widget, so that I would get to know...
> The above problem occurs when I set viewerWidth beyond the screen width Yes, if you set the `viewerWidth` to be greater than the screen width this would occur because...