Skip to main content

Video Compressor (VComp)

Project description

VComp

A video compressor with bitrate and size selection.

Github
PyPI

To execute:

In Linux|Unix|macOS:

GUI:

Run vcomp in a shell.

In Windows:

Method 1:

In a cmd window, execute vcomp.

Method 2:

Copy the file vcomp.exe from pythoninstallation\Scripts\ to your desired folder and double-click it.

To use in your python code:

A code that the user sets the compression level.

GUI
import vcomp.main
vcomp.main.run()

To be quiet:

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)

Project details


Download files

Download the file for your platform. If you're not sure which to choose, learn more about installing packages.

Source Distribution

vcomp-1.1.0.tar.gz (2.7 kB view hashes)

Uploaded Source

Built Distribution

vcomp-1.1.0-py3-none-any.whl (10.9 kB view hashes)

Uploaded Python 3

Supported by

AWS AWS Cloud computing and Security Sponsor Datadog Datadog Monitoring Fastly Fastly CDN Google Google Download Analytics Microsoft Microsoft PSF Sponsor Pingdom Pingdom Monitoring Sentry Sentry Error logging StatusPage StatusPage Status page