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 details)

Uploaded Source

File details

Details for the file VidUniq-2.0.0.tar.gz.

File metadata

  • Download URL: VidUniq-2.0.0.tar.gz
  • Upload date:
  • Size: 17.1 kB
  • Tags: Source
  • Uploaded using Trusted Publishing? No
  • Uploaded via: twine/4.0.2 CPython/3.11.3

File hashes

Hashes for VidUniq-2.0.0.tar.gz
Algorithm Hash digest
SHA256 569fa99ddecc26233336406f061edd4954acda509ef4cb7e0855b9c79641e13f
MD5 8c75c1ddea78767af3b986c78d9bbad6
BLAKE2b-256 a04388587acb6543253ca1aaed535702daa1a321a56aae3c0105177340b8f6e0

See more details on using hashes here.

Supported by

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