LiTr
LiTr copied to clipboard
Lightweight hardware accelerated video/audio transcoder for Android.
Thanks for this useful library. Also i would like to confirm if this library supports overlaying videos on another video. Thanks
demo app 1.4.15 emulator : Pixel 4(1080x2280 xxhdpi) API 29, Android 10 x86 track 0 : video/avc check : include, transcode disable trim width : 1080 height : 1920 bitrate...
Mute a part of video and add new audio to video I was testing this library these are the various scenarios we are testing 1. Mute a part of video,...
I have been using this library for a month-ish now (it's 🔥🚒). I recently found a bug where video trimming never completes. The progress reaches around 0.999874 and then the...
How can we Create a blurry background for the video example  GL shaders can create blurred video but how to create a blurred background and overlay a normal...
When I try to cancel video transformin in the emulator, I receive such a crash. On my real device, I don't experience such issue. ``` 2021-02-23 10:30:32.583 A/DEBUG: *** ***...
``` MediaTransformer mediaTransformer = new MediaTransformer(mContext); File linkedIn = new File(Environment.getExternalStorageDirectory() + "/kckc.mp4"); String id=String.valueOf(System.currentTimeMillis()); mediaTransformer.transform(id, Uri.parse(uploadsPostModel.getFile().getAbsolutePath()), linkedIn.getPath(), null, null, new TransformationListener() { @Override public void onStarted(@NonNull String id) {...
Hi. I'm using your library for a project and I have a question about the track transformation durations. I have 2 scenarios: 1. Transcode video and audio track. 2. Transcode...
Hi. when I try to compress a 4k video I get this exception: com.linkedin.android.litr.exception.TrackTranscoderException: No decoder found.Media transformation failed for job id: 5e323a2b-4bf9-4f5a-b541-55edc9be47c5 Media format: {max-bitrate=23121000, track-id=1, level=32768, mime=video/avc, profile=65536,...
I was trying out this library but to my surprise, it decreases the video quality with default configuration. I did not specify any change to output format and simply wrote...