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

Hi, First of all thanks for creating this great library it works super quick compared to a lot of other methods. With our project we are recording video at 1080p...

I'm using Android720pFormatStrategy and getting a runtime exception on short video created in an Android 8.0.0 Nexus 5X emulator. Input audio format: {sample-rate=8000, track-id=2, durationUs=2200000, mime=audio/3gpp, channel-count=1, language=```, max-input-size=52} Output...

When you specify a frame rate in e.g: [Android720pFormatStrategy line 73](https://github.com/ypresto/android-transcoder/blob/master/lib/src/main/java/net/ypresto/androidtranscoder/format/Android720pFormatStrategy.java#L73), it seems to be ignored. If the input video is 60 fps, and we leave the above line specifying...

I was looking at your code, I found that in **Android720pFormatStrategy.java** `if (longer * 9 != shorter * 16) { throw new OutputFormatUnavailableException("This video is not 16:9, and is not...

Hi dear; How can i set the video resolution size and stereo for audio? I'd like to set to 854 X 480.

- phone: [xiaomi redmi 2A] (http://remote.utest.qq.com/deviceSearch?type=remote&brand=Xiaomi&searchName=%E5%B0%8F%E7%B1%B3%20%E7%BA%A2%E7%B1%B32A) - Model Number: 2014112 - android version: 4.4.4KTU84P - MIUI version: MIUI8.7.4.20beta ``` 07-27 12:40:17.928 22970-23128/com.zuga.smallvideo E/ACodec: [OMX.qcom.video.decoder.avc] configureCodec returning error -1010 07-27 12:40:17.928...

When I prepare to verify [issue 27](https://github.com/ypresto/android-transcoder/issues/27) after syncing code. The "AudioRemixer" throw a BufferOverflowException. And result in transcoding failed. Here is the log: https://drive.google.com/open?id=1xMagYEcOTMSCtAh8wxzoRNaRtrOBEuHIiGF5tuz-lSM Also, another crash bug is...

Hi i am got below issue ......Please help me how to solved the problem.........I am used Android marshmallow moto g phone. Fatal error while transcoding, this might be invalid format...

What is needed to allow this to work with H.264 (mp4) recorded on other devices (Cameras/ videos downloaded from the web? Thanks