rurico / flutter_video_compress

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.
MIT License
188 stars 73 forks source link

on first when i get video detail this library gives me wrong duration time.On the second time this library gives correct duration time. #77

Open kadnan0900 opened 4 years ago

kadnan0900 commented 4 years ago

final info = await _flutterVideoCompress.getMediaInfo(file.path); debugPrint(info.toJson().toString());