Transcoder icon indicating copy to clipboard operation
Transcoder copied to clipboard

🎞 Hardware-accelerated video transcoding using Android MediaCodec APIs. Supports cropping, concatenation, clipping, audio processing, video speed and much more.

Results 89 Transcoder issues
Sort by recently updated
recently updated
newest added

Any way to do compression first then trim or trim without compression..?

I tried addResizer(AspectRatioResizer(9F/16F)) and it throwed this error below (4F/3F is still ok) E/C2AllocatorIon: >>>SEC mapUsage Init ffffffff E/C2AllocatorIon: >>>SEC mapUsage Init ffffffff E/ACodec: [OMX.Exynos.AVC.Encoder] video encoder does not support...

Using the demo app with default settings, transcoding on the video freezes. Can be reproduced on Android emulator. Video file: https://drive.google.com/file/d/13vqvOQ9VkUOLrr2EtT1pLdm9wB6ZUL-n/view?usp=sharing After further investigation, it seems that audio is failing...

thank you for great libary, as title, Is it possible to only apply the speedup in certain regions in the video. Eg. from 10 to 15 seconds and again from...

I was just wondering if it would be possible to add support for adding a text overlay to the datasources? Or an image over the final product. I could even...

Is it possible to overlay audio to a video? Currently it looks like this library only replaces the audio for a video.

Downsampling is better that upsampling, but still it causes a lot of noise. The main reason seem to be because the buffers that get processed (resampled) are very small (~2048...

Particular reason for this limitation? If I comment out `AudioEngine.java` lines 85-87 and use output channel count of 2, transcoding occurs just fine. Would pull request with removed check be...

Anyone knows if there is an apache cordova version that uses this transcoder library? Thank you!