No project description provided
Project description
vidmerge_zoomout
Description
This package provide a tool to easily merge multiple mp4 videos in a N*N grid and adding extra zoom-out effect. User can select which initial video to start with. The initial waiting time and zoom out time can be regulated.
Usage
- Show all args
python -m vidmerge_zoomout -h
- Merge all videos from a folder
python3 -m vidmerge_zoomout --video_folder_path "/path/to/videos" --js 4 --focus_idx 1
- Merge all videos from a lists of video with the given order
python3 -m vidmerge_zoomout --video_list_yaml "/path/to/videos_path.yaml" --js 4 --focus_idx 1
videos_path.yaml:
- "/path/to/video_a.mp4"
- "/path/to/video_b.mp4"
- "/path/to/video_3.mp4"
- "/path/to/video_4.mp4"
- Shuffle order
python3 -m vidmerge_zoomout --video_folder_path "/path/to/videos" --js 16 --focus_idx 1 --shuffle
- Change the timing of zoom-out and waiting
python3 -m vidmerge_zoomout --video_folder_path "/path/to/videos" --js 16 --focus_idx 1 --initial_percentage 30 --zoom_out_percentage 10
- Change fps
python3 -m vidmerge_zoomout --video_folder_path "/path/to/videos" --js 16 --focus_idx 1 --initial_percentage 30 --zoom_out_percentage 10
Please make sure you have enough hard-disk
Project details
Release history Release notifications | RSS feed
Download files
Download the file for your platform. If you're not sure which to choose, learn more about installing packages.
Source Distribution
Built Distribution
Filter files by name, interpreter, ABI, and platform.
If you're not sure about the file name format, learn more about wheel file names.
Copy a direct link to the current filters
File details
Details for the file vidmerge_zoomout-0.2.0.tar.gz.
File metadata
- Download URL: vidmerge_zoomout-0.2.0.tar.gz
- Upload date:
- Size: 4.8 kB
- Tags: Source
- Uploaded using Trusted Publishing? No
- Uploaded via: twine/6.1.0 CPython/3.8.10
File hashes
| Algorithm | Hash digest | |
|---|---|---|
| SHA256 |
5b769b84df5aafcaf5dde6b724e9c24a4d1dc894cc1b37ab4daf2a5f7a801f50
|
|
| MD5 |
a860d4e244e9a786a764513177d74cc3
|
|
| BLAKE2b-256 |
c540fc95b14506ee90b76dc3d976a77a7906cd802b8715a88047fffd9487e684
|
File details
Details for the file vidmerge_zoomout-0.2.0-py3-none-any.whl.
File metadata
- Download URL: vidmerge_zoomout-0.2.0-py3-none-any.whl
- Upload date:
- Size: 5.5 kB
- Tags: Python 3
- Uploaded using Trusted Publishing? No
- Uploaded via: twine/6.1.0 CPython/3.8.10
File hashes
| Algorithm | Hash digest | |
|---|---|---|
| SHA256 |
f82c6cdf99250f9bdcb16bd8fb54064c48ae955f639e6d1a897d1c9a9bd17bd4
|
|
| MD5 |
1574202ade61860e3cc21a42b95a3d90
|
|
| BLAKE2b-256 |
a0e995ed17ce2af4f30df7a604dcded2cda413b73153de51b7a549b1f1d501c8
|