For AI agents: a documentation index is available at the root level at /llms.txt and /llms-full.txt. Append /llms.txt to any URL for a page-level index, or .md for the markdown version of any page.
DocumentationAPI Reference
DocumentationAPI Reference
  • Home
    • Welcome
  • About NeMo Curator
    • Overview
    • Key Features
  • Get Started
    • Overview
    • Install (All Modalities)
    • Text Quickstart
    • Image Quickstart
    • Video Quickstart
    • Audio Quickstart
  • Curate Text
    • Overview
    • Tutorials
    • Save and Export
  • Curate Images
    • Overview
    • Save and Export
  • Curate Video
    • Overview
      • Overview
      • Beginner Tutorial
      • Split and Dedup
        • Overview
        • Add Custom Environment
        • Add Custom Code
        • Add Custom Model
        • Add Custom Stage
    • Load Data
    • Save and Export
  • Curate Audio
    • Overview
    • Save and Export
  • Setup & Deployment
    • Overview
  • Reference
    • Overview
    • Related Tools
NVIDIANVIDIA
Developer-friendly docs for your API
Privacy Policy | Your Privacy Choices | Terms of Service | Accessibility | Corporate Policies | Product Security | Contact

Copyright © 2026, NVIDIA Corporation.

LogoLogoNeMo Curator
On this page
  • Before You Start
Curate VideoTutorialsPipeline Customization

Video Pipeline Customization Tutorials

||View as Markdown|
Previous

Split and Dedup

Next

Add Custom Environment

Use the tutorials in this section to learn how to customize video pipelines using NeMo Curator.

You can customize the environments, code, models, and stages used in NeMo Curator pipelines.

Before You Start

Before you begin customizing NeMo Curator pipelines, make sure that you have:

  • Reviewed the pipeline concepts and diagrams.
  • A working NeMo Curator development environment.
  • Reviewed the container environments reference.

Tutorials are organized by complexity and typically build on one another.


Add Custom Environment

Learn how to create and configure custom environments for your video pipelines, including setting up dependencies and runtime configurations. container environments

Add Custom Code

Learn how to extend pipeline functionality by adding custom code modules, including data processing scripts and utility functions. container code

Add Custom Model

Learn how to integrate custom machine learning models into your video pipelines, including model loading, inference, and optimization. container models

Add Custom Stage

Learn how to create and integrate custom pipeline stages to add new processing capabilities to your video curation workflow. container environments code models stages