Skip to main content

A simple utility to create Avid Media Composer marker import files.

Project description

MCMarkerMaker

A simple utility to create text files for importing sequence markers into Avid Media Composer.

Installation

Install the package using pip:

pip install MCMarkerMaker

Usage

Here's a quick example of how to create a marker file:

from MCMarkerMaker import AvidMarkerList

# 1. Create an instance of the marker list manager
my_markers = AvidMarkerList()

# 2. Add markers one-by-one
my_markers.add_marker(tc="01:00:10:05", comment="Start of interview")
my_markers.add_marker(tc="01:02:30:00", comment="Key moment", color="Red")

# 3. Export the list to a file
output_file = "project_markers.txt"
success, error = my_markers.export_to_file(output_file)

if success:
    print(f"Marker file created at: {output_file}")
else:
    print(f"An error occurred: {error}")

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

mcmarkermaker-0.1.0.tar.gz (2.7 kB view details)

Uploaded Source

Built Distribution

If you're not sure about the file name format, learn more about wheel file names.

mcmarkermaker-0.1.0-py3-none-any.whl (3.4 kB view details)

Uploaded Python 3

File details

Details for the file mcmarkermaker-0.1.0.tar.gz.

File metadata

  • Download URL: mcmarkermaker-0.1.0.tar.gz
  • Upload date:
  • Size: 2.7 kB
  • Tags: Source
  • Uploaded using Trusted Publishing? No
  • Uploaded via: twine/6.1.0 CPython/3.13.2

File hashes

Hashes for mcmarkermaker-0.1.0.tar.gz
Algorithm Hash digest
SHA256 e6d17751b34bbb045a6328bba3a33a539995133a63085edbf2f8cd9d9b12c52f
MD5 1668ac1983f563b80d2b58ba82665bc3
BLAKE2b-256 38c9243c3ce16de16c47a0b25b47cbe0dfdc165fea64583603a2b14bfd7e37ea

See more details on using hashes here.

File details

Details for the file mcmarkermaker-0.1.0-py3-none-any.whl.

File metadata

  • Download URL: mcmarkermaker-0.1.0-py3-none-any.whl
  • Upload date:
  • Size: 3.4 kB
  • Tags: Python 3
  • Uploaded using Trusted Publishing? No
  • Uploaded via: twine/6.1.0 CPython/3.13.2

File hashes

Hashes for mcmarkermaker-0.1.0-py3-none-any.whl
Algorithm Hash digest
SHA256 f2a3c662b6fcb53536c79f148ab6c6bdb26c8d52e74636469e174da044e3d814
MD5 4ff3b47ba58fa48e0457b344dca187c4
BLAKE2b-256 3bda251469586baf08812ccbb89926983967e3536c63f9c109b17a804f9329c2

See more details on using hashes here.

Supported by

AWS Cloud computing and Security Sponsor Datadog Monitoring Depot Continuous Integration Fastly CDN Google Download Analytics Pingdom Monitoring Sentry Error logging StatusPage Status page