Skip to content

Latest commit

 

History

History
32 lines (24 loc) · 865 Bytes

File metadata and controls

32 lines (24 loc) · 865 Bytes

PSM Toolkit

A set of utilities for working with PlayStation 2 BB Navigator .psm video containers.

psmbuild.py

Builds a PlayStation 2 BB Navigator compatible .psm video using an input .pss video file and a TIM2 format .tm2 texture.

The texture is used as the video thumbnail.

Usage:

psmbuild.py <input.pss> <input.tm2> [title]

pssextract.py

Extracts a .pss video from a PS2S format .psm container and saves it to the current working directory.

Usage:

pssextract.py <input_file.psm>

psm2tm2.py

Extracts TIM2 format .tm2 textures from a PS2S format .psm container and saves them to the current working directory.

Usage:

psm2tm2.py <input_file.psm>

Credits

PSM Toolkit - Copyright © 2026 by CosmicScale
All scripts written by CosmicScale