Syed Talha

Results 8 comments of Syed Talha

Hi guys I am also making an app related to ffmpeg which library is actully good and will support android 11?

This is my singleton class object KohiiProvider { private val capsule: Capsule = Capsule(creator = { (context, factory) -> createKohii(context, mediaSourceFactoryCreator = { factory }) }) private fun get(context: Context,...

This is my fragment code. both fragments have the same code ` val kohii = KohiiProvider[requireContext()] kohii.register(this, memoryMode = MemoryMode.INFINITE, activeLifecycleState = Lifecycle.State.RESUMED) .addBucket(viewPager) passengersAdapter = EpisodeAdapter(this, categoryId, viewModel, kohii)...

This is my both adapter code ` kohii.setUp(videoFile) { tag = "video::$position" threshold = 0.5F preload = true repeatMode = Common.REPEAT_MODE_ONE artworkHintListener = object : Playback.ArtworkHintListener { override fun onArtworkHint(...

or removing the crop?

I have changed the size and it is working. ``` public Mp4Composer size(int width, int height) { this.outputResolution = new Size(width, height); return this; } ```