Skip to main content
Almost everything in Pixwel hangs off a three-level hierarchy: a project contains assets, and an asset contains files. Understanding this relationship makes the rest of the platform easier to follow.

Assets

The individual pieces of creative within a project.

Files

The real, downloadable deliverables of an asset.

Scripts

The source-language text that localization is built from.

Project

A project represents one campaign — typically a single film — and is owned by a studio. It’s the container everything else lives in.
Pixwel projects grid showing film campaign tiles
A project holds:
  • Many assets (the trailers, TV spots, posters, and other media for the campaign)
  • A logo file (the project’s poster or key art)
  • Occasionally, loose files attached directly to the project rather than to an asset

How they relate

RelationshipCardinalityMeaning
Studio → Projectone to manyA studio owns many projects
Project → Assetone to manyA project contains many assets
Asset → Fileone to manyAn asset has many file renditions
Project → Fileone to manyFiles can also attach directly to a project
Asset → Previewone to manyAn asset has previews per language/revision
Asset → Translationone to manyAn asset has an OV plus localized translations
The shape to remember: one project, many assets; one asset, many files — and each file is a specific localized or encoded version of its asset.
This page describes the concepts.