RedMageFive
RedMageFive
I think it'd be useful to pass the file/blob directly to the transcoder instead of requiring the file path uri. That'd be one way to solve the issue in https://github.com/jbavari/cordova-plugin-video-editor/issues/53...
I see this issue to occur as well. However, I've manually deleted the video from the device before transcoding a second time and still see this error. If the cause...
+1, it'd be great if we could choose to transcode to the temp directory rather than to the library or not. (where does it save the file when not saving...
I've had success prepending "file://" to the fileUri. so instead of /storage/emulated/etc, try file:///storage/emulated/etc Does that solve the problem?
I'm trying to do something similar using html file input. I've tried a few approaches to get the file path, and here's what I've found: `var file = selectVideoButton.files[0];` `var...