Skip to main content

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:

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

amc-cropper-0.0.5.tar.gz (4.1 kB view hashes)

Uploaded Source

Built Distribution

amc_cropper-0.0.5-py3-none-any.whl (5.2 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