You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
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 implement compression
please share any resources
The text was updated successfully, but these errors were encountered:
I think demo app should be helpful.
Listener is a very standard listener that calls back with progress and status updates. Usually you would use it to display progress/status of transcoding in UI.
If you are simply compressing video, all you need is a target video format:
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 implement compression
please share any resources
The text was updated successfully, but these errors were encountered: