Skip to main content

Standalone Neat Video Auto Profile automation for DaVinci Resolve

Project description

autoneat

Standalone Neat Video Pro 6 Auto Profile automation for DaVinci Resolve.

Neat Video has no public scripting API for Auto Profile. autoneat scripts the parts Resolve exposes, then uses macOS window automation plus Apple Vision OCR for the two controls Neat does not expose: Auto Profile and Apply.

Install

python3 -m pip install autoneat

DaVinci Resolve Studio, Neat Video Pro 6, and macOS Accessibility / Screen Recording permissions are required. Run:

autoneat doctor

CLI

Run against the current Resolve project/timeline:

autoneat profile --state artifacts/neat/state.json

Run against a specific project/timeline and shot filter:

autoneat profile \
  --project "My Show" \
  --timeline "My Show_Neat" \
  --shot-ids 001,002,003 \
  --state artifacts/neat/state.json

Important options:

  • --continue resumes from the state JSON.
  • --retry-failed retries previously failed clips when resuming.
  • --all-tracks processes all video tracks instead of --track 1.
  • --no-color-wrap skips the ACES/HDR ColorSpaceTransform wrapper.
  • --json prints the final summary object after the live log.

Python API

from autoneat import ProfileOptions, run_profile

result = run_profile(
    ProfileOptions(
        project_name="My Show",
        timeline_name="My Show_Neat",
        shot_ids=["001", "002"],
    )
)

How It Works

For each selected timeline clip, autoneat:

  1. Moves the Resolve playhead to the clip.
  2. Adds or reuses the Neat Video OFX node.
  3. Wraps ACES/HDR clips with ColorSpaceTransform nodes so Neat sees display-referred pixels.
  4. Opens Neat via the OFX Prepare Profile___ button control.
  5. OCR-clicks Auto Profile, waits for readiness, then OCR-clicks Apply.
  6. Writes a state JSON after every clip for resumable batches.

Development

python3 -m venv .venv
./.venv/bin/python -m pip install -e ".[test]"
./.venv/bin/python -m pytest

License

MIT.

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

autoneat-0.2.2.tar.gz (27.2 kB view details)

Uploaded Source

Built Distribution

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

autoneat-0.2.2-py3-none-any.whl (30.9 kB view details)

Uploaded Python 3

File details

Details for the file autoneat-0.2.2.tar.gz.

File metadata

  • Download URL: autoneat-0.2.2.tar.gz
  • Upload date:
  • Size: 27.2 kB
  • Tags: Source
  • Uploaded using Trusted Publishing? Yes
  • Uploaded via: twine/6.1.0 CPython/3.13.12

File hashes

Hashes for autoneat-0.2.2.tar.gz
Algorithm Hash digest
SHA256 506c0b98efdfc630c40a9319defd08173fa7965b8f4f69d852bb0b798c0a3ac3
MD5 bd429fccb6df968f5cbf92d3f231467f
BLAKE2b-256 42062e531f718dd37a2265dd10229844e4172e3e5117391e4017e5aad14962db

See more details on using hashes here.

Provenance

The following attestation bundles were made for autoneat-0.2.2.tar.gz:

Publisher: pypi.yml on mhadifilms/autoneat

Attestations: Values shown here reflect the state when the release was signed and may no longer be current.

File details

Details for the file autoneat-0.2.2-py3-none-any.whl.

File metadata

  • Download URL: autoneat-0.2.2-py3-none-any.whl
  • Upload date:
  • Size: 30.9 kB
  • Tags: Python 3
  • Uploaded using Trusted Publishing? Yes
  • Uploaded via: twine/6.1.0 CPython/3.13.12

File hashes

Hashes for autoneat-0.2.2-py3-none-any.whl
Algorithm Hash digest
SHA256 5f8cd7d1d9678252018ff3ba1fc6ea3f82e46db59446f080e9007b83b84c4e38
MD5 602ec684e7117ffa7cc23e37648b46d0
BLAKE2b-256 e9c6b8eb86226bbf01e6621534aa34f644cbb7d63a19d3ef4345e5f41a7d2729

See more details on using hashes here.

Provenance

The following attestation bundles were made for autoneat-0.2.2-py3-none-any.whl:

Publisher: pypi.yml on mhadifilms/autoneat

Attestations: Values shown here reflect the state when the release was signed and may no longer be current.

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