longitachi / ZLPhotoBrowser

Wechat-like image picker. Support select photos, videos, gif and livePhoto. Support edit image and crop video. 微信样式的图片选择器,支持预览/相册内拍照及录视频、拖拽/滑动选择,编辑图片/视频,支持多语言国际化等功能;
MIT License
4.76k stars 963 forks source link

Numerical Computation Problems #724

Closed HatsuneMikuV closed 2 years ago

HatsuneMikuV commented 2 years ago
image

The value of d should also be adjusted. By default, the export operation is performed, which is not necessary.

longitachi commented 2 years ago

现在没想到更好的方法去做数值对比,后面加一个0.01的误差判断

HatsuneMikuV commented 2 years ago

round(d) == round(CGFloat(self.avAsset.duration.seconds)) ,it's work

longitachi commented 2 years ago

round(8.5) 和 round(9.49) 会有一秒的误差~