PAMFtool is an open-source muxer & demuxer for PlayStation Advanced Movie Format (.PAMF/.PAM), often found in PS3 games.
The goal of this project is to provide an open-source solution for preserving PAMF videos without relying on leaked/confidential SDK tools.
Supported streams:
- AVC (H.264) video streams
- M2V (MPEG-2) video streams
- ATRAC3 Plus audio streams
- LPCM audio streams
.NET 8.0 (or higher) - Supported platforms: Windows, macOS, and Linux.
-info- Print information about a PAMF file and its streams-demux- Demux all streams from an input PAMF file and write them to a subfolder-mux- Mux all streams contained in a folder into a new PAMF file
-noep- Skip writing an entry-point seek table in the PAMF header-deblock- Force the codec-info deblock byte to1for AVC streams-nodeblock- Force the codec-info deblock byte to0for AVC streams
Tip
Mode is also auto-detected from the input file or folder.
- While the demuxer is fully functional, the muxer is still experimental.
PAMFfiles rebuilt with this tool work in all tested PS3 games so far. - Raw H.264 data does not play in most video players. Use ffmpeg to mux it back into a more conventional container format.