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, OCR, and learned OpenCV templates for the controls Neat does not expose: Auto Profile and Apply.

Install

python3 -m pip install autoneat

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

autoneat doctor

CLI

Run against the current Resolve project/timeline:

autoneat profile

Run against a specific project/timeline and shot filter:

autoneat profile \
  --shot-ids 001 002 003 \
  --continue \
  --retry-failed

Important options:

  • --continue resumes from the state JSON.
  • --retry-failed retries previously failed clips when resuming.
  • --all-video-tracks processes all video tracks instead of --track 1.
  • --fresh-neat adds a fresh Neat node instead of reusing one.
  • --reset deletes existing Neat nodes and rebuilds from scratch.
  • --color-wrap enables the HDR/linear ColorSpaceTransform wrapper.
  • --no-templates disables learned OpenCV templates and uses OCR only.
  • --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.3.7.tar.gz (88.9 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.3.7-py3-none-any.whl (94.5 kB view details)

Uploaded Python 3

File details

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

File metadata

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

File hashes

Hashes for autoneat-0.3.7.tar.gz
Algorithm Hash digest
SHA256 84ea2db02d31da6e6c49fbe31273be2db1ee2c48475799f3fb4de008cf075a0c
MD5 c32d380181cf96c8b2aa0254a3766c86
BLAKE2b-256 5842f21ec68495343d08dd884f0c22b3085a1a44b2896f3b09b2d6760db48eb9

See more details on using hashes here.

Provenance

The following attestation bundles were made for autoneat-0.3.7.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.3.7-py3-none-any.whl.

File metadata

  • Download URL: autoneat-0.3.7-py3-none-any.whl
  • Upload date:
  • Size: 94.5 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.3.7-py3-none-any.whl
Algorithm Hash digest
SHA256 02a91e0b19fc67fd87959cb0258e63bf8f7346315c1e7b911bbbe8997347fc49
MD5 1352946392f7c126c3b3d3f4de9feba1
BLAKE2b-256 df928a6f6a1e7104777a7597a71424d050d2b7e9ec9ad1d2720d52ca68f223b7

See more details on using hashes here.

Provenance

The following attestation bundles were made for autoneat-0.3.7-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