LiTr
LiTr copied to clipboard
Lightweight hardware accelerated video/audio transcoder for Android.
This error happens in CameraX only when LiTr library doing compress Receiving this error - `androidx.camera.video.internal.ResourceCreationException: androidx.camera.video.internal.encoder.InvalidConfigException: android.media.MediaCodec$CodecException: Error 0xffffec77` Here is a full log stack ``` androidx.camera.video.internal.ResourceCreationException: androidx.camera.video.internal.encoder.InvalidConfigException: android.media.MediaCodec$CodecException:...
I want to work with following feature in our app 1) set Resolution , bitrate, FRAME_INTERVAL, FRAME_RATE, for video 2) set CHANNEL_COUNT,SAMPLE_RATE,KEY_BIT_RATE for audio 3) set duration for Audio and...
Overlay audio at a specific time over an video with fade in fadeout I have a video which is 2 minutes long , I want to overlay an audio which...
Hello! Any time I run a video through the `MediaTransformer.transform` on Android and save that to my device, I noticed that it changes in the way it displays in Android...
I am Trying this code Trying to replace the audio of a Video , both the files have sound I am getting this error illegalstateexception : Failed to add the...
`MediaTransformer` does a really nice job of being very simple to use when you're first getting started. Once you want advanced functionality however, you are faced with creating your own...
**Problem** From my reading of the code, and logging the PTS values of samples fed into the `MediaTarget`, it appears that samples are fetch from each track sequentially (round robin)....
I am trying to use video compress by using Litr library i implement the library i create obj for mediatranformer use the method .transform implement the listner but didnt get...
**Below is the stack trace of the crash** Seems like VideoTrackTranscoder is unable to configure the codec. android.media.MediaCodec$CodecException: Error 0xffffec77 at android.media.MediaCodec.native_configure(MediaCodec.java) at android.media.MediaCodec.configure(MediaCodec.java:1943) at android.media.MediaCodec.configure(MediaCodec.java:1872) at e.j.a.a.n.c.a(CodecUtils.java:1) at e.j.a.a.n.c.f(CodecUtils.java:7)...
I don't know is this a right place to ask doubts, but I need your help. My problem is this lib has less documetation. I want to: 1. Trim vieo...