mirror of
https://github.com/WonderfulToolchain/psxavenc.git
synced 2026-08-02 23:16:19 +00:00
e457d59bb13e68102ca585b1f59c0343b57e23b2
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
Languages
C
99.2%
Meson
0.8%