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

### Description Video compression can not get compression progress ![微信截图_20210502234246](https://user-images.githubusercontent.com/24218775/116818875-22174700-aba0-11eb-99e7-d566cc0f178e.png) ### Platform Android ### Code Example (if has) import 'dart:async'; import 'dart:io'; import 'package:flutter/material.dart'; import 'package:flutter/widgets.dart'; import 'package:flutter_video_compress/flutter_video_compress.dart'; import 'package:image_pickers/image_pickers.dart';...

help wanted

### Description We are working on an app to compress a video on windoes Desktop, when will this plugin have support for Windows ### Platform Windows

enhancement

Cannot run program "/xxx/ffmpeg": error=13, Permission denied i had do many test : at the android 9 is ok , but android 10 is error. i think google change the...

bug

On iOS when tryin getThumbnail() on .quicktime or .mkv app crash with error ```Fatal error: Unexpectedly found nil while unwrapping an Optional value``` (file AvController.swift, func getTrack(_ asset: AVURLAsset)->AVAssetTrack? {})...

bug

### Description The Medium/Default quality compresses a 5 seconds 10mb video to ~0,3mb video. The resolution is just a little blurry. The next available quality is "Highest" which will return...

enhancement

### Description The app crashes with the example provided (logs below). ### Platform Android Emulator ### Backtracking step (if has) 1. Used example main file with dependencies video_player: ^0.10.11+2, image_picker:...

bug

### Description I'm using flutter_video_compress: 0.3.7+8 to deploy to an iPhone XS Max on iOS 13. It works in the Android simulator, but I get the following compilation errors in...

bug

While compressing the video in android app craches and gives that error java.io.IOException: Cannot run program "/data/user/0/appus.tagit/files/ffmpeg": error=13, Permission denied

help wanted

### Description No matter how many 'position' parameters are passed in, the acquired image will not change. ### Platform IOS|Android ### Code Example (if has) Future _getVideoImage(bool isHeader) async {...

bug

I/flutter ( 6243): FlutterVideoCompress: You can try to subscribe to the I/flutter ( 6243): compressProgress$ stream to know the compressing state. D/FFmpeg ( 6243): Build.CPU_ABI : arm64-v8a D/FFmpeg ( 6243):...

bug