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.

  • PSP_PMP_PATH = "/psp/video"
  • PMP_MUX = "pmp_muxer.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

Source

1 thought on “PSP Video Encoder with PMP support”

  1. 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!

Comments are closed.

Scroll to Top