LiTr
LiTr copied to clipboard
Lightweight hardware accelerated video/audio transcoder for Android.
Hi @izzytwosheds , I have been trying to manipulate the volume of Audio Overlay. Is it possible to achieve such a functionality in the library ? It will be highly...
@izzytwosheds This library has saved me a significant amount of time. I was on the verge of diving deep into the wormhole of implementing the MediaCodec from scratch, so I...
Hi @izzytwosheds , Is there an option to overlay audio or video for only a specific time duration? For example: if we have a video of length 40 seconds and...
getting this error intermittently - E/MediaCodec: Codec reported err 0xfffffff4/NO_MEMORY, actionCode 0, while in state 5/STARTING D/MediaCodec: flushMediametrics E/TransformationJob: Transformation job error com.linkedin.android.litr.exception.TrackTranscoderException: Internal codec error occurred.Media transformation failed for...
I have the following crash on my app caused by LiTr lib: ``` Fatal Exception: java.lang.NullPointerException: Attempt to invoke virtual method 'long java.lang.Long.longValue()' on a null object reference at android.media.MediaFormat.getLong(MediaFormat.java:855)...
Hi there, encode a video isn't working anymore since Android 14. ``` final MediaTransformer mediaTransformer = new MediaTransformer(getApplicationContext()); TransformationListener transformationListener = new TransformationListener() { ... } mediaTransformer.transform( ... ); ```...
Hi friend, recently I got this exception on our reporting platform and it hasn't happened before. I have no idea about what can triggers this exception, have you ever had...
``` Transformation job error com.linkedin.android.litr.exception.TrackTranscoderException: Failed to configure encoder codec.Media transformation failed for job id: null Media format: {color-format=6, durationUs=7832955, mime=video/x-vnd.on2.vp9, profile=32, width=768, bitrate=8000000, frame-rate=30, height=1280} Diagnostic info: null at...
Crash IllegalStateException MediaCodec.native_dequeueInputBuffer(MediaCodec.java) during compression
Hey, Thanks for this awesome library. I have just implemented the library and release it. When I looked to Crashlytics, I have bunch of crash like below. I could not...
I'm wondering if the AudioOverlayFilter can be overlaid at a specific time ? E.g. start overlay at 2 seconds after the video start.