kartik garasia

Results 34 comments of kartik garasia

> please please you should let us have only one extension as well.. like i need only CSV format file to pick up from storage, i don't want my user...

I am also having the issue with flutter_ffmpeg_kit package it crashed on ios but in android it works file.

Have you tried using `HwAcc.FULL` option? example: ``` controller = VlcPlayerController.network( 'https://media.w3.org/2010/05/sintel/trailer.mp4', hwAcc: HwAcc.FULL, autoPlay: false, options: VlcPlayerOptions(), ); ```

Everything was working fine and suddenly it stopped working. it just shows `creating a player instance using shared library` in the log. Has anyone found work around for this?

In the next version of FFmpeg after `v5.1` there seems to have some update regarding android media codec. MediaCodec encode is also mentioned in the change log. But not sure...

This is for speech to text? like we will get word timestamps? If so, then can you nudge me to the right direction where to add code wrapper that would...

Please let us know. I am also waiting for it 🙌🏻

@hannojg The results are amazing! I cannot wait to try it out and looking forward to contributing to this project.

Hey @hannojg, How is the `react-native-skia-skottie` project going? we are egarly waiting to see the alpha version.

I also have the same Issue on `android 5.1` ``` 08-08 16:11:15.598 20736-20736/com.w3saver.typography E/AndroidRuntime: FATAL EXCEPTION: main Process: com.w3saver.typography, PID: 20736 java.lang.IllegalStateException at android.media.MediaCodec.native_dequeueOutputBuffer(Native Method) at android.media.MediaCodec.dequeueOutputBuffer(MediaCodec.java:1033) at com.w3saver.typography.RenderEngine.RenderEngine.drainEncoder(RenderEngine.java:161) at...