android-transcoder icon indicating copy to clipboard operation
android-transcoder copied to clipboard

MP4 video transcode using Android MediaCodec API, pure Java (not LGPL nor patent issue!). Supports API >= 18.

Results 40 android-transcoder issues
Sort by recently updated
recently updated
newest added
trafficstars

This library was designed as simple transcoder and num of feature is growing. It'd be better to redesign interface. - Picaso-like fluent API - modular video/audio filter - Better exception...

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)...

Hi, A user send me a bug report where he can't open an another video files while he is already transcoding one. I'm using a classical videoview to play videos...

Given the interest in expanding the capabilities of this library I feel that a test suite would be helpful. It would make pull requests a lot easier test and serve...

crash info: `08-08 16:29:11.470 18043-31909/net.ypresto.androidtranscoder.example A/libc: Fatal signal 11 (SIGSEGV) at 0x00630089 (code=1), thread 31909 (MediaTranscoder)` completely log: https://drive.google.com/open?id=1VdlGqMdtzQ7_Txnk7TlOAg1TQ6dOF-MFWiTHO9bqezs

@ypresto Thanks for your sharing the java api transcoder library, I encountered a error when I use a Huawei p7 mobile phone. And transcode failed indeed. But in my another...

It is required to generate streaming-aware mp4 file..! https://github.com/ypresto/qtfaststart-java

> java.lang.IllegalStateException > at android.media.MediaCodec.dequeueOutputBuffer(Native Method) > at net.ypresto.androidtranscoder.engine.VideoTrackTranscoder.drainDecoder(VideoTrackTranscoder.java:171) > at net.ypresto.androidtranscoder.engine.VideoTrackTranscoder.stepPipeline(VideoTrackTranscoder.java:107) > at net.ypresto.androidtranscoder.engine.MediaTranscoderEngine.runPipelines(MediaTranscoderEngine.java:191) > at net.ypresto.androidtranscoder.engine.MediaTranscoderEngine.transcodeVideo(MediaTranscoderEngine.java:97) /** \* Dequeue an output buffer, block at most "timeoutUs" microseconds. \*...

I found the app can not transcode the video with he-aac, Is there some way to support?

Landing Page body { margin: 0; font-family: 'Segoe UI', Tahoma, Geneva, Verdana, sans-serif; background: linear-gradient(to right, #111, #333); color: #fff; overflow-x: hidden; } header { text-align: center; padding: 60px 20px;...