PS1 audio/video encoding tool
Go to file
Adrian Siekierka 07b8eed300 add initial README 2023-05-15 16:26:00 +02:00
libpsxav first commit 2023-05-15 16:17:16 +02:00
psxavenc first commit 2023-05-15 16:17:16 +02:00
LICENSE first commit 2023-05-15 16:17:16 +02:00
README.md add initial README 2023-05-15 16:26:00 +02:00
meson.build first commit 2023-05-15 16:17:16 +02:00

README.md

psxavenc

psxavenc is an open-source command-line tool allowing for the encoding of PS1-format audio and video data.

Usage

Run psxavenc.

Examples

Converting a sound file to a 22050Hz SPU sample:

$ psxavenc -f 22050 -t spu -c 1 -b 4 sound_file.ogg sound_file.snd

Installation

Requirements:

  • a recent version of FFmpeg,
  • a recent version of Meson.
$ meson setup build
$ cd build
$ ninja install