-
Notifications
You must be signed in to change notification settings - Fork 233
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
trim start point #16
Comments
Not yet but I plan on adding that. Will update this when it is added. Thanks. |
Hi Ross, we added already on our fork. We've also added server other functions such as frame sequences. |
@alanquigley can i have the code or any documentation for start time /End time functionality. |
@alanquigley thanks a lot, what parameter do i need to pass for start time ? |
Should be something like that, very much tailored to work with our internal On 10 November 2015 at 10:23, N.Srinivasulu Rao notifications@github.com
|
@alanquigley awesome, i have one last question with this, can we assign the quality option as well, just like we had in the jbavari plugin. |
Not sure, try it :) On 10 November 2015 at 12:11, N.Srinivasulu Rao notifications@github.com
|
@alanquigley Thank you for the additions on the plugin. I added the trim functionality your team created for the ios/android version. You can now trim a video in the latest version (0.0.6) of the plugin - https://github.com/jbavari/cordova-plugin-video-editor/tree/0.0.6#trim-a-video |
@rossmartin iam getting an error, trim: failed to trim video, the transcoding was working nicely but not the trim, can u please help me for this. |
@rossmartin seems like the execFFMPEG function is not trimming the video, can u please help me out for this quickly, i have told my client already that the the trimming is working. |
@srinivasulurao Are you testing on real android device or emulator? Does the shotclip-team fork work for you? I am using their exact same code they added for trimming but the |
@rossmartin the shortclip-team fork gave me the same error which iam getting now, i am using a real android device, i somehow made it working, in the videoeditor.java file i found that that file extension is coming as something like this ".document/data/data" it should come as ".mp4" or any other format while storing inside the tempDir, Secondly we should use the external memory path for the storage of the video after trimming, just like you did in the transcoding which was perfectly coded, right now it is storing in a cache folder. Also is there any way to get the duration of a video loaded from sdcard, in my case the video.duration is giving a null value, any help would be appreciated :) |
Is it possible to set a trim start point with the plugin?
The text was updated successfully, but these errors were encountered: