-
Notifications
You must be signed in to change notification settings - Fork 238
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
Transcoding Webm to MP4 #41
Comments
Please paste following lines of trace after |
Hi, please find the stacktrace attached in this screenshot: I'm using this cordova plugin: https://github.com/jbavari/cordova-plugin-video-editor which is using your lib. it is using compile 'com.github.ergovia-mobile:android-transcoder:.v01.10R_ergovia' Any idea what might be causing the problem? let me know if I can help further cheers |
@ypresto any ideas there? many thanks! |
@dioxmio Is that video file has audio track inside it? |
Hi,
I'm trying to transcode from webm to mp4 and I get the following exception:
java.lang.NullPointerException: Attempt to invoke virtual method 'int java.lang.Integer.intValue()' on a null object reference at android.media.MediaFormat.getInteger(MediaFormat.java:524)
is that supported? many thanks
The text was updated successfully, but these errors were encountered: