Crops AMC files to descired length based on provided fps, start, and end whole seconds. Works through command line.
Project description
AMC Cropping Tool
Author: Nikhil Reji
Crops AMC files to descired length based on provided fps, start, and end whole seconds. Works through command line.
For asf/amc v1.1 standard.
features:
- Crop AMC file based on seconds.
- Save to new parsed AMC file.
- Thorough validation of all arguments.
- Soft mode: Will not override existing files.
- Command line driven.
Dependencies:
- AsfAmc-Parser
- Python 3.6 +
Compatability
Only tested on Windows 10.
Example
Example working directory the programm will execute in.
- Documents
- test.amc
- cropped
- README.md
In an open command line in the prefered working directory:
python -m amccrop -i test -o testcropped -fps 30 -s 2 -e 5
where: -m : tells python to find installed module. -i : input amc relative filepath including filename, excluding format. -o : output amc relative file path including filename, excluding format. -fps : frame rate per second -s : start seconds, whole integer. -e : end seconds, whole integer.
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
Built Distribution
Hashes for amc_cropper-0.0.5-py3-none-any.whl
Algorithm | Hash digest | |
---|---|---|
SHA256 | 3c931e4607c4dd6871b0c50330239c51177eda1669c03f33c61c1e2ddfb43e08 |
|
MD5 | f0bbd544826a8b3dd8570ec2e258604a |
|
BLAKE2b-256 | 97eec98fec39497dc166dfd2d5972202cb5b7d6f430d38565d21c69703f1ba95 |