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 SDK tools.
Source code is included in the zip, the tool is still in development.
Supported streams:
- AVC (H.264) video streams
- M2V (MPEG-2) video streams
- ATRAC3 Plus audio streams
- LPCM audio streams
Requirements
Supported platforms: Windows, macOS, Linux.
Usage & Parameters
-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
Additional -mux Parameters
-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-noatsc- Ignore any 'atsc' RIFF chunk in .at3 inputs-pace <v>- Set SCR pacing rate. See -h for values-pstd <KB>- Override AVC P-STD buffer size in KB-mmb <n>- Override max_mean_bitrate byte in AVC codec_info-ps2-block <n>- Override private_stream_2 marker cadence in AUs-muxrate <KBps>- Override pack_header mux_rate (48000, 24000, or 12000)-std-delay <ticks>- Override std_delay_bound. See -h for values-initial-scr <ticks>- Override SCR value at pack 0 (auto-detected)
Notes
- While the demuxer is fully functional, the muxer is still experimental. PAMF files 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.
GitHub Repo
GitHub
GitHub - ravenDS/PAMFtool: PlayStation Advanced Movie For...
Edited by ravenDS
update parameters & name
What's New in Version 1.1.0
Released
No changelog available for this version.
Create an account or sign in to leave a review
There are no reviews to display.