Suvajit Sarkar

Results 17 comments of Suvajit Sarkar

How to use it? I want to execute some ffmpeg commands @wysaid

What I want is to execute `ffmpeg -i input.mp4 -vcodec h264 -acodec mp2 output.mp4` this. **ffmpeg.so** is already there in your library. For the filter you are calling the native...

Please elaborate your method @assassinshadow0

I'm doing the same but for me audio and video is not syn after merge(with mp4 parser) from the 2nd clip. Any suggestion @tsoumalis

You are right its due to the permission. Though its not a crash. I think the logs which I have mentioned before is due to this. Actually I'm checking permission...

This issue can be closed. The problem was different. You have a singleton camera. So before closing my fragment I need to call your **release** method at onStop. As I'm...

Are you trying to set the filter at on create? or on a button click?

The `RealmRecyclerViewAdapter` is updated when data is updated in realm db. Now I want to scroll to the end of the list when `RealmRecyclerViewAdapter` is updated (`notifyDataSetChanged()` is called by...

Unable to run the app after importing this library via gradle. Its showing me the same error even if I don't use it. * What went wrong: Execution failed for...