> For clean Markdown of any page, append .md to the page URL.
> For a complete documentation index, see https://docs.nvidia.com/nemo/curator/llms.txt.
> For AI client integration (Claude Code, Cursor, etc.), connect to the MCP server at https://docs.nvidia.com/nemo/curator/_mcp/server.

# Video Curation Tutorials

> Collection of tutorials for video curation workflows including beginner guides and advanced pipeline customization techniques

Use the tutorials in this section to learn video curation with NeMo Curator.

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

---

#### [Beginner Tutorial](/curate-video/tutorials/beginner)

Run your first splitting pipeline with the Python example, including model prep and common flags.

#### [Split and Deduplicate Videos](/curate-video/tutorials/split-dedup)

Split videos and then remove near-duplicates using KMeans + Pairwise semantic dedup.

#### [Pipeline Customization](/curate-video/tutorials/pipeline-customization)

Learn how to customize video pipelines by adding custom code, models, stages, and environments.