January 22nd 2006
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