Skip to main content

A simple video uniquelizer

Project description

VidUniqLib

Language License

PyPi Video Uniquelizer Library

The purpose of the library is to slightly modify the video so that it cannot be matched with the original video

Installation

Install the current version with PyPI:

pip install VidUniqLib

Or from Github:

pip install https://github.com/1floppa3/VidUniqLib/archive/main.zip

Usage

You can generate a token for clubhouse by going to the account section and generating a new token

from VideoUniquelizer import VideoUniquelizer

url: str = 'https://some_invalid_site.site/api.php?wtf=invalid.mp4' #  Could be list
path_list: list[str] = [ #  Could bee 'str' or 'pathlib.Path'
    'some_invalid_folder_IdnaP19f/',
    'some_invalid_file_dmAgo30z.mp4'
]

uniq = VideoUniquelizer(path=path_list, url=url)
uniq.uniquelize('uniquelized/')

Example

You can find an example of usage here: VidUniq

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

VidUniq-1.1.tar.gz (15.9 kB view hashes)

Uploaded Source

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