mirror of
https://github.com/WonderfulToolchain/psxavenc.git
synced 2025-12-17 03:20:26 +00:00
add initial README
This commit is contained in:
28
README.md
Normal file
28
README.md
Normal file
@@ -0,0 +1,28 @@
|
||||
# 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:
|
||||
|
||||
```shell
|
||||
$ 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.
|
||||
|
||||
```shell
|
||||
$ meson setup build
|
||||
$ cd build
|
||||
$ ninja install
|
||||
```
|
||||
Reference in New Issue
Block a user