ocioarchive(1)

OCIOARCHIVE(1) User Commands OCIOARCHIVE(1)

NAME

ocioarchive - manual page for ocioarchive 2.5.2

DESCRIPTION

ocioarchive -- Archive a config and its LUT files or extract a config archive.

Note that any existing OCIOZ archive with the same name will be overwritten. The .ocioz extension will be added to the archive name, if not provided.

Usage:

# Archive from the OCIO environment variable into myarchive.ocioz ocioarchive myarchive
# Archive myconfig/config.ocio into myarchive.ocioz ocioarchive myarchive --iconfig myconfig/config.ocio
# Extract myarchive.ocioz into new directory named myarchive ocioarchive --extract myarchive.ocioz
# Extract myarchive.ocioz into new directory named ocio_config ocioarchive --extract myarchive.ocioz --dir ocio_config
# List the files inside myarchive.ocioz ocioarchive --list myarchive.ocioz

OPTIONS

--iconfig %s
Config to archive (takes precedence over $OCIO)
--extract
Extract an OCIOZ config archive
--dir %s
Path where to extract the files (folders are created if missing)
--list
List the files inside an archive without extracting it
--help
Display the help and exit
-h
Display the help and exit
June 2026 ocioarchive 2.5.2