Run vcomp
in a shell.
In a cmd
window, execute vcomp
.
Copy the file vcomp.exe
from pythoninstallation\Scripts\
to your desired folder and double-click it.
A code that the user sets the compression level.
import vcomp.main
vcomp.main.run()
A code that you set the compression level. Set size to your desired height and bitrate to your desired bitrate, and f to the path of the file.
import vcomp.compress
vcomp.compress.compress(size,bitrate,f)