Ross Martin
Ross Martin
Are you able to transcode a video with the same options? Will look into this when I get a chance.
It appears that the content URI provided from your file picker is being converted to a real file path but somehow this real path does not exist or there is...
Are you experiencing this issue only on android or iOS? I could see this problem occurring on iOS if you do not give a unique name to the `outputFileName` parameter....
This functionality does not exist yet for iOS. You can do this on android using the `execFFMPEG` command.
Are you wanting this for iOS? I'm pretty sure you can add a watermark using the `execFFMPEG` function. I know ffmpeg can add a watermark to a video. I'll look...
Also - another reason I responded no to the ffmpeg for iOS question is because it is slow on mobile devices and not optimized for their CPUs. If this were...
What platform and device? Cordova CLI version, platform version? How did you install the plugin?
I can't replicate this issue but I'll do some more investigating. The `duration` option is no longer available on `transcodeVideo`. You'll want to use the `trim` function if you need...
GIF to MP4 is not possible (yet). This plugin works best on iOS.
[You can do it with ffmpeg](http://unix.stackexchange.com/questions/40638/how-to-do-i-convert-an-animated-gif-to-an-mp4-or-mv4-on-the-command-line) on android using the `execFFMPEG` function. To accomplish this on iOS will require modifying the plugin. Pull requests are welcome. GIF to MP4 isn't...