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

有配置控制裁切后视频不保存在本地吗? #743

Closed baiyidjp closed 2 years ago

baiyidjp commented 2 years ago

Issue Description

Description and Steps

Please fill in the detailed description of the issue (full output of any stack trace, compiler error, ...) and the steps to reproduce the issue.

Info

ZLPhotoBrowser version: e.g. 4.3.5 Device: e.g. iPhone X Device version: e.g. iOS 14.0 Xcode version: e.g. Xcode 12.0

Configuration code of ZLPhotoConfiguration

   Paste your code here.
longitachi commented 2 years ago

没有

baiyidjp commented 2 years ago

没有

我只想要一个 URL 就行,产品这边不允许保存在本地,有实现的方法吗?

baiyidjp commented 2 years ago

我发现自己改还挺麻烦,因为你的回调是要传一个 PHAsset 的,但是视频只能转为 AVAsset,无法传到外面去

longitachi commented 2 years ago

是挺麻烦,要改的太多,改的话原来的逻辑影响太多