Daniel Flippance

Results 12 comments of Daniel Flippance

Checking to see if this issue is still correctly open or if there is now a way to pass parameters to the underlying process. Eg: --expose_gc

`supervisor -- --expose-gc app.js` seems to work ok

I'm seeing the same error "Video cannot be saved to photo album" on iOS with cordova-plugin-video-editor version: 1.1.2 (via Ionic 2 @ionic-native/video-editor version 3.4.4) return this.videoEditor.transcodeVideo({ fileUri: sourceFilePath, outputFileName: ''...

Looking at the code, if you set `saveToLibrary` to true, the [plugin](https://github.com/jbavari/cordova-plugin-video-editor/blob/30f46d203a34a72f7b4d15d48f455ca0d46ecad3/src/ios/VideoEditor.m#L94) checks that the file is allowed to be stored in that library based on it's type, encoding and...

Seeing this same error on the first call to `transcodeVideo()`. Subsequent calls work fine.

To try and find a solution, I used `cordova-plugin-android-permissions` to give my app every permission listed [here](https://developer.android.com/reference/android/Manifest.permission.html), but it still receives a `java.io.IOException` ``` return self.videoEditor.transcodeVideo({ fileUri: 'file:///storage/emulated/0/DCIM/Camera/VID_20170718_193213.mp4', outputFileName: targetFileName...

Turns out that on Android, recording video greater than 640x360 causes a failure which may be related to this issue. See https://github.com/jbavari/cordova-plugin-video-editor/issues/95

I'm having the same issue with version 1.6.8