Yet Another PAMF (PAM, PMF) Sound (AA3, OMA) Extractor
Posted: Sun Mar 27, 2011 6:19 am
After trying hard to find working tool for extracting Atrac3 (AA3, OMA) from all the PAM files that I have (most troublesome was 512 Kbps, 5.1 channels format), I decided to write my own QuickBMS script.
Usage is simple:
1. Get quickbms
2. Run quickbms.exe -o extractAA3fromPMF.bms <your pam file> <your working dir>
(for large files use quickbms_4gb_files.exe)
3. Open resulting aa3 in Sony Sound Forge
4. Save it as Wav (You probably will want to convert it to stereo)
5. Now you can convert the video using ffmpeg, for example:
ffmpeg -f mpeg -i video.pam -i video.0.wav video.mp4
Usage is simple:
1. Get quickbms
2. Run quickbms.exe -o extractAA3fromPMF.bms <your pam file> <your working dir>
(for large files use quickbms_4gb_files.exe)
3. Open resulting aa3 in Sony Sound Forge
4. Save it as Wav (You probably will want to convert it to stereo)
5. Now you can convert the video using ffmpeg, for example:
ffmpeg -f mpeg -i video.pam -i video.0.wav video.mp4