tapgitk
tapgitk
The lib crashed at ```self.group.leave()``` in the code block ``` outputVideoData(videoInput, videoOutput: videoOutput, duration: duration, progressHandler: progressHandler) { self.group.leave() } ``` I tested on an iphone 6 ios 12 with...
I tried batch convert with `outputVideoDataByReducingFPS` . Compression completed successfully when there are 2 instances of FYVideoCompressor or less, when there are 3 or more instances, at least one instance...
Is there any way or workaround to run multi concurrent converting on iOs? I looked at funtions like FFmpegKit.executeAsync() and these are all static, I don't find a way to...