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

I'm cropping a 90 seconds video with 1920*1080 resolution to a 1080*1080 video. It takes 50 seconds, is there any way to boost this? This is the code I'm using:...

We would like to change the volume of a specific data source and then possibly mix it with another data source. It would optimal for us to be able to...

Transcoder throws `UnsupportedOperationException`, when I'm trying to transcode video with 6 audio channels. Is it a real engine limitation? ``` java.lang.UnsupportedOperationException: Output channel count (6) not supported. at com.otaliastudios.transcoder.transcode.internal.AudioEngine.(AudioEngine.java:83) at...

I have Webm video generated using webRTC. While converting process got completed immediately without progress bar reaching 100%. Output video length is 1 sec. If i replace audio in transcoder...

Device: Nokia 5 Library version - 0.9.0 Video1: 3:42 mins, 552 MB Video2: 4 mins, 17 MB Video3: 2 mins, 13 MB @natario1 _The compression for the video file is...

Actually I have uploaded 206MB video to transcode it gives 900MB video back as a result. Please find below strategy which I have used ### DefaultVideoStrategy mTranscodeVideoStrategy = new DefaultVideoStrategy.Builder()...

Hello how to convert amr audio to mp3 audio and compress audio file?

please add the transitions and effect in your library. is already a great work

Like i trim for 0 to 60 second and after trim a video i got the video having 0 to 69 seconds. so not accurate. If you find any answer...

How to add gif to videos Like Snapchat and Instagram thanks you