vfx-seqtools

Command-line utilities for working with frame sequences in Animation and VFX.

PyPI - Python Version Build Status Documentation PyPI - Version

GitHub License Tests Status Coverage Status codecov

Prerequisites

You will need Python installed - all supported versions of Python should work.

Quickstart

Install using pip or pipx.

$ pip install vfx-seqtools

or

$ pipx install vfx-seqtools

This will provide the command-line utilities:

  • seqchk - check frame sequences in the current directory for file consistency.
  • seqcp - copy frames according to provided name patterns and frame range.
  • seqdo - do command(s), substituting in the provided frame range.
  • seqexp - expand a frame sequence, to evaluate it visually.
  • seqgen - make a frame sequence from a list of framenumbers.
  • seqls - list frame sequences in the current directory.
  • seqmv - move (rename) frames according to provided name patterns and frame range.
  • seqrm - remove (delete) frames according to provided name patterns and frame range.

Examples

See examples.md for more examples.

Changes

See the product Change Log on GitHub for a history of changes.

Problems?

Please submit issues on GitHub.

Want to contribute?

Details on the GitHub page: https://github.com/jdmacleod/vfx-seqtools.