Skip to main content

a small tool to compile randomly selected video clips from a folder of videos.

Project description

vclip

a small tool to compile randomly selected video clips from a folder of videos.

example

for an example output of 100 randomly selected 1 second video clips see: https://vimeo.com/1001612646

installation

vclip requires moviepy.

to install vclip:

pip install vclip

usage

given a path to a folder of videos, vclip will output a video composed from 10 randomly selected 1 second clips using the following:

vclip -i path/to/videos

options

help

--help / -h

show help menu.

input folder (-i / --input)

--input [path] / -i [path]

path to folder of videos (default: current path).

output file (-o / --output)

--output [file name] / -o [file name]

name of output filename (default: timestamped file in format [year month day hour second] for when script is run - e.g. 20240818085410.mp4).

number of clips (-n / --number)

--number [number of clips] / -n [number of clips]

number of clips to compile from video folder (default: 10 clips).

duration of clips (-d / --duration)

--duration [duration of clips] / -d [duration of clips]

duration of clips to clip from videos in folder (default: 1 second).

verbose (-v / --verbose)

--verbose / -v

enable verbose output (logging).

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

vclip-0.1.1.tar.gz (3.8 kB view hashes)

Uploaded Source

Built Distribution

vclip-0.1.1-py3-none-any.whl (4.6 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