TagZip is a video compression tool designed to compress videos without dropping the quality.
The app allows you to use your own custom configuration for compressing the video, The custom options are:
Bitrate:
- If the input video bitrate is less than this value, it will be ignored.
- bitrate use 1000 for 1kbps.
- Default is 1Mbps
FPS:
If videos fps less than this value, this value will be ignored. Default is 24.
Scale:
1. If you need to simply resize your video to a specific size (e.g 320×240), you can use the scale: Size(width: 320, height: 240)
2. If you want to keep the aspect ratio, you need to specify only one component, either width or height, and set the other component to -1
e.g Size(width: 320, height: -1)
If you do not use custom configuration TagZip will compress the video to standard size similar to 720p.
The algorithm is designed to prevent drop quality as much as possible.