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
186 stars 72 forks source link

[Bug] compressVideo function crashes at line 198 on iOS 13 and above #66

Open JohnKuan opened 4 years ago

JohnKuan commented 4 years ago

Description

compressVideo function is working fine on iOS 12 previously. However even with the latest iOS 13.1.2, it has been crashing on line 198 of flutter_video_compress.dart and unable to catch any exception. I had to catch using breakpoints to get to this line. I have tested on the simulator for iOS 12.2 and it works as intended.

Platform

IOS (on device)

yanqiqi1996 commented 4 years ago

Have you solved that problem? @JohnKuan