Skip to main content

A light video uniquelizer

Project description

VidUniqLib

Python License Version

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 VidUniq

Or from GitHub:

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

Usage

from VidUniq import VideoUniquelizer

url = 'https://some_invalid_site.site/api.php?wtf=invalid.mp4'
path_list = [
    'some_invalid_folder_IdnaP19f/',
    'some_invalid_file_dmAgo30z.mp4'
]

uniq = VideoUniquelizer(True)

uniq.add_video(url=url)
# uniq.add_video_by_url(url)  Also working

for path in path_list:
    uniq.add_video_by_path(path, remove_after_save_uniquelized=True)

uniq.uniquelize(fadein=1, fadeout=3, speedx=1.1)

uniq.save_videos('uniquelized_videos/')

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-2.0.0.tar.gz (17.1 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