-
A way to install and use Litr for common Linux distributions needs to be defined. Also what distributions to support.
-
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 reproduce the crash so I don't …
-
Currently the only way to pass values is via parameters. Explore the option for positional parameters. Here a very early draft:
```toml
[commands.build]
script = "build some file %{0}"
```
As…
-
Do you have any opinions, complaints, suggestions, ideas, ... about `litrs`? Let me know! This issue is less formal and more relaxed than "normal issues", so feel free to just dump your thoughts here.
-
Hi,
I am an Android engineer at LinkedIn and I wrote a transcoder with functionality similar to yours. I am planning to open source it, and trying to figure out the best way to do it. One possible …
-
This error happens in CameraX only when LiTr library doing compress
Receiving this error -
`androidx.camera.video.internal.ResourceCreationException: androidx.camera.video.internal.encoder.Inva…
-
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 : 15mbps
key fram…
-
Hi LinkedIn team, you guys are doing awesome by open sourcing some of the great projects, we are thankful to you for all your efforts. Just a small feedback on this android lib - **It would be better …
-
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 how use listner and i…
-
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 track to the muxer
Also how can we…