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 was extremely happy to use IVCompressor for compressing images. However, I've had some trouble with the video compressing. The video height and width based on the resolutions are changing drastically. Is there a way I can read the current video height and width and use the same to calculate a custom resolution?
The text was updated successfully, but these errors were encountered:
Using IVCompressor we can't get original video width and height, so to make things work I have used video metadata.
Before processing video take its metadata and extract width and height.
Or if we can get video first frame somehow, then we can use that frame (image) to get width and height.
I was extremely happy to use IVCompressor for compressing images. However, I've had some trouble with the video compressing. The video height and width based on the resolutions are changing drastically. Is there a way I can read the current video height and width and use the same to calculate a custom resolution?
The text was updated successfully, but these errors were encountered: