-
Notifications
You must be signed in to change notification settings - Fork 233
New issue
Have a question about this project? # for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “#”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? # to your account
Example project installation or installation instructions? #22
Comments
Try to run this command in your project folder. |
Sorry thats not exactly what I meant, the plugin installation using that command works perfectly I was asking if there was an example of it actually being used on a device. For example take a test-video.mov and split it in half using the plugin so I can figure out how to instantiate it, and use the functions as it pertains to the cordova system. |
If you're talking about the usage but not installation, those were already described in the Usage section of this project, from taking a video to trimming and transcoding. Sorry I don't get your point. |
I did run "cordova plugin add https://github.com/jbavari/cordova-plugin-video-editor.git" |
hi there. i need to use it with ionic too. i got injection erreur: what's wrong?, what else? |
You don't need to include a js file in your index.html or inject a VideoEditor angular module. The plugin will make Here is the necessary stuffs in plugin.xml that makes this happen <js-module name="VideoEditor" src="www/VideoEditor.js">
<clobbers target="VideoEditor" />
</js-module>
<js-module name="VideoEditorOptions" src="www/VideoEditorOptions.js">
<clobbers target="VideoEditorOptions" />
</js-module> I am not sure that this plugin can work with PhoneGap Build. I use this plugin in my Ionic app and it works fast in iOS but slow in Android because it uses ffmpeg. I haven't upgraded my Android project in awhile and I think the reason you all may be experiencing issues is because the newer cordova uses gradle instead of ant. When I get some time I'll try making a build for Android using the latest cordova CLI and platform version for Android. |
Thanks a lot for reply!!! 2015-11-04 2:02 GMT+01:00 Ross Martin notifications@github.com:
Abid |
@rossmartin this plugin is not working, when i tried through the console, its showing me the error "Can't access or make Movies directory", can u please please please help me on this context. |
This should be fixed by ab2bc26 |
the trim option is not working |
The plugin looks amazing but I was wondering how exactly to install it and or set it up. I read through the usage instructions but I am trying to figure out exactly where I have to put stuff in order to get this to work, I am currently testing on Ionic so I do not expect someone to have an example of that but and example of the plugin in a cordova project would be amazing!
The text was updated successfully, but these errors were encountered: