https://github.com/asivery/atrac3-encoder-linux
A script used to automatically convert an ATRAC3 encoder EXE to a native Linux elf
https://github.com/asivery/atrac3-encoder-linux
Last synced: about 1 year ago
JSON representation
A script used to automatically convert an ATRAC3 encoder EXE to a native Linux elf
- Host: GitHub
- URL: https://github.com/asivery/atrac3-encoder-linux
- Owner: asivery
- License: gpl-2.0
- Created: 2023-05-09T13:32:35.000Z (about 3 years ago)
- Default Branch: master
- Last Pushed: 2023-05-12T03:42:32.000Z (about 3 years ago)
- Last Synced: 2025-03-25T14:38:56.156Z (about 1 year ago)
- Language: Assembly
- Size: 20.5 KB
- Stars: 3
- Watchers: 2
- Forks: 1
- Open Issues: 0
-
Metadata Files:
- Readme: README.MD
- License: LICENSE
Awesome Lists containing this project
README
# PSP ATRAC3(/3plus) Encoder for Linux
This application is meant to modify an ATRAC3 encoder (psp_at3tool.exe), and derive a native Linux ELF from it.
To run this, you need to:
- **Supply your own psp_at3tool.exe**
- Install an i386 version of libc6\*
- Run the 'convert.sh' bash script - a `psp_at3tool.exe.elf` file will be generated
\*To do this on Ubuntu, execute the following commands:
```
# dpkg --add-architecture i386
# apt update
# apt install libc6:i386 libc6-dev:i386
```