flutter_video_compress icon indicating copy to clipboard operation
flutter_video_compress copied to clipboard

Generate a new file by compressed video, and provide metadata. Get video thumbnail from a video path, supports JPEG/GIF. To reduce app size not using FFmpeg in IOS.

Results 59 flutter_video_compress issues
Sort by recently updated
recently updated
newest added

Is it working with urls or just in local? I can't get any file from an url

help wanted

Thanks for the great package, have a question regarding usage of ffmpeg, I am no lawyer and the ffmpeg licensing is very varied based on codec used, can you please...

### Description Provide detailed contextual explanations to help us understand ### Platform IOS|Android|Both|Other ### Code Example (if has) ```dart void main() { } ``` ### Expected solution Expect description of...

enhancement

### Description The thumbnail creation may consume some time of the Main Thread in Android, which can lead to ANRs or at least make the app not so fluid. So...

enhancement
Dev plan

### Description Provide a way to specify a relative size for the thumbnails, many times we don't need the full size of the image. This would make the thumbnail generation...

enhancement
Dev plan

### Description 1. Support concurrent compression (compressVideo function concurrent execution) 2. Support more thumbnail types (Webp, png) ### Platform Both

enhancement
Dev plan

### Description i tried to compress the trimmed video by video_trimmer package but I gets an error. it happens only on android. ### Platform Android > Unexpected error while transcoding....

bug

### Description .mp4 file compression is pretty good but when i pick .mov file to compress it's couldn't able to compress and file path throwing null exception. ### Platform IOS|Android|Both|Other...

bug