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
compressor.reduceVideoSizeWithCustomRes(videoBytes, VideoFormats.MP4, getIvSize(dto));
The method getIvSize simply sets height and width to respectively 480 and 640, the videos uploaded are 10 seconds long(registered via webcam).
We can't figure out the solution to this problem.
PS: we're using IVCompressor 2.0.2
The text was updated successfully, but these errors were encountered:
Greetings,
I'm currently having some troubles using the video compression on large videos, it returns me the following error:
The code we're using:
compressor.reduceVideoSizeWithCustomRes(videoBytes, VideoFormats.MP4, getIvSize(dto));
The method getIvSize simply sets height and width to respectively 480 and 640, the videos uploaded are 10 seconds long(registered via webcam).
We can't figure out the solution to this problem.
PS: we're using IVCompressor 2.0.2
The text was updated successfully, but these errors were encountered: