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

BufferOverflowException (ref #163) #164 is not fixed in implementation 'com.github.jumperson:transcoder:0.10.4.2'

Hello folks, I don't know exactly why I'm having this issue, I'm targeting the API 33 ```kotlin val videoStrategy = DefaultVideoStrategy.Builder() .addResizer(AspectRatioResizer(1f)) .build() val uri = File(filePath).getUriFromFile(requireActivity()) val source =...

When adding a `BlankAudioDataSource` with any duration to a Transcoder, the transcoding process gets stuck forever with the following log: ``` V/TranscodeEngine( 9241): transcode(): executed step=53 advanced=false completed=false V/Segment(AUDIO,0)( 9241):...

Hi, sorry for asking this simple question, but I'd love to test this project. Where can I get the demo app? If it build from source, can you give me...

For the following video https://vanniktech.de/transcode.3gp using the demo app with Android API 9, I get the following exception when trying to transcode the video: ``` Unexpected error while transcoding. java.lang.NullPointerException:...

I was doing some tests with this library in some videos recorded by a Samsung device and it is not working well. When I call the transcode method I got...

![image](https://github.com/natario1/Transcoder/assets/41047773/f5be947b-ba8a-4ba4-9ab8-dee520308659) ![image](https://github.com/natario1/Transcoder/assets/41047773/f3d04080-a003-4c53-8edd-bd25ed8122ac)