质量设置工作良好的照片,但它也工作在视频?
navigator.camera.getPicture(onVideoURISuccess, onFail, {
quality: 50, // this does nothing for me
destinationType: destinationType.FILE_URI,
sourceType: pictureSource.PHOTOLIBRARY,
mediaType: 1 // videos only
});还是我被迫对视频做某种视频压缩?
发布于 2015-07-30 10:03:34
正如用户jcesarmobile所述,这只适用于图像。
我的解决方案是使用https://github.com/jbavari/cordova-plugin-video-editor插件。
https://stackoverflow.com/questions/31709268
复制相似问题