Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

2GB input file limit in the ATRAC3 encoder #9

Open
asivery opened this issue Jan 6, 2023 · 0 comments
Open

2GB input file limit in the ATRAC3 encoder #9

asivery opened this issue Jan 6, 2023 · 0 comments

Comments

@asivery
Copy link

asivery commented Jan 6, 2023

The psp_at3tool.exe file limits its input file size to 2GB. This limitation exists only on paper, and the software can work with bigger files.
To remove that limit you can edit the file as follows:

Replace:
00001d79: 85 c0 0f 85 9d 00 00 00 f6
With:
00001d79: 85 c0 90 90 90 90 90 90 f6
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant