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

Can this library create a video from images?

If I have a video in 16:9, but DISPLAY_ASPECT_RATIO is set to 4:3 in meta data, after compressing the video, the DAR value is lost and the video is played...

How can i increase the video compression. Currently if a video file of size 14 MB is compressed, after compression its size is 7MB. But i want more compression like...

This is a really good package! I know you said it does not support cropping, but I might like to try to modify it to do so. I'm only looking...

``` java.lang.IllegalArgumentException: extractor does not contain video and/or audio tracks. ``` This error is very annoying because it is runtime exception and is caused by malformed input i.e. not bug.

It seems that validation of encoders was hard coded rather than using MediaCodecList. In the case of passthrough transcoding this can cause failures. This was cherry-picked from my fork which...

#70 I use 0.3.1 still encounter the problem when i transcode a 3gp video captured by xiaomi Pad4,and i found it use PassThroughTrackTranscoder:" net.ypresto.androidtranscoder.engine.InvalidOutputFormatException: Audio codecs other than AAC is...

Add class MediaTrimTime to hold trim duration. Apply start time by invoking seekTo of MediaExtractor. In VideoTrackTranscoder and PassThroughTrackTranscoder, check the sample time and make it not pass the trim...

Hi Dear; How can i detect the video is in landscape or portrait mode? Your output is always 1280x720 even though the video is in landscape mode and portrait. it...

```bash I/OMXMaster: makeComponentInstance(OMX.Exynos.AVC.Encoder) in mediacodec process I/OMXMaster: makeComponentInstance(OMX.Exynos.avc.dec) in mediacodec process I/MediaCodec: [OMX.Exynos.avc.dec] setting surface generation to 32390146 E/MediaCodec: Codec reported err 0xffffec77, actionCode 0, while in state 3 E/MediaCodec:...