A. React native 視頻壓縮
壓縮 視頻使用 工具
react-native-video-processing
不改變清晰度的前提下 可以壓縮到 原來視頻大小的 十分之一
很強大 實現原野絕理主要是褲笑抽針,縮小視頻
地址 GitHub - shahen94/react-native-video-processing: Native Video editing/trimming/compressing library for React-Native
安裝方法 稍微復雜 需要安裝 GPUImage 庫
import {ProcessingManager}from 'react-native-video-processing';
ProcessingManager.compress(videoPath,options).then((data)=>胡脊含 {
// 視頻壓縮一下
// console.warn(data)
toast.modalLoadingHide();
this.props.onSend && this.props.onSend({
video: {
width: width,
height: height,
thumb: result.path,
path: data,
}
})
}).catch(e => {
console.log(e)
})