badcoder

Results 14 comments of badcoder

While storing connected mqtt client to redux, its always a good idea to inject the client object to the redux store via middleware, and this feature is out of scope...

sorry for late reply , @tushar09 use pickfirst or exclude whatever you like in your apps build.gradle, something like following - pickFirst "lib/x86/libavcodec.so" exclude 'META-INF/DEPENDENCIES'

@Naveenkant93 compile ffmpeg along with this library and use something like following in kotlin - ffmpeg -i input.mp4 -vf drawtext="fontfile=/path/to/font.ttf: \ text='Stack Overflow': fontcolor=white: fontsize=24: box=1: [email protected]: \ boxborderw=5: x=(w-text_w)/2:...

@zeropoint7877 you can do with a small hack , compile. ffmpeg along with this project, seperate audio stream and send audio stream to ffmpeg and set desired volume , like...

check docs seek function is exported as void VideoEditor::Seek(int time).

@komal8050 is this working for you now?? Am also getting the same after adding arcore support to sample app, I just added 3d object to the camera and started the...

have a look on https://github.com/wlanjie/trinity/issues/107#issuecomment-708061142

@monusk111 use packageOption to pickFirst the first occurrence or exclude the second one

@shashankjha1994 am in , let's add some individual functionality support in kotlin and shadow some cpp work :)

@WU1208 is it fixed in 0.3.0 ?? on which device you are running ?? it's still crash on xiaomi note-4,5 (arm64) , "av_frame_unref" is causing null dereference on some devices.