pmaf
Compresses the storage file using the required parameters.
complevel (int) – Compression level. Higher value will produce better compressions but will be processed for longer time.
complib (str) – Compression method. For details look into tables documentation
tables
overwrite (bool) – Whether to overwrite the file if it exists.
True if successful compressions, False otherwise.