PSP Video Encoder with PMP support
Added support for the PMP Container format used by PMP_MOD. The perl based muxer is included in this package.
To use the PMP Container format you have to define this variables in the python script.
- PSPPMPPATH = “/psp/video”
- PMPMUX = “pmpmuxer.pl”
Encode video: python psp.py -m pmp -i file.mpg
Encode video and cleanup: python psp.py -m pmp -i file.mpg -c
Encode only 10 sec: python psp.py -m pmp-i file.mpg -c -d 10
One Comment to “PSP Video Encoder with PMP support”
Leave a Reply

Ok, seriously, it took me this long to realize this existed. I’m surprised no one has made an OS X front end for this.
Thank you VERY much for the resource!