Transcoder
Transcoder copied to clipboard
π Hardware-accelerated video transcoding using Android MediaCodec APIs. Supports cropping, concatenation, clipping, audio processing, video speed and much more.
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...
 