brenthuisman / par2deep

Produce, verify and repair par2 files recursively.
GNU Lesser General Public License v3.0
92 stars 8 forks source link

[bug] libpar2: 2GB limit #16

Closed brenthuisman closed 8 months ago

brenthuisman commented 3 years ago

Alternatives: a good and current(ish) list available at https://github.com/animetosho/ParPar/blob/master/benchmarks/info.md Having a speed bump is nice, but phpar2, par2j are Windows only, would have to port... Parpar itself is create only and written in javascript, therefore not an option.

Candidates:

nikitakretov commented 1 year ago

It appears that Animetosho's par2cmdline-turbo ( https://github.com/animetosho/par2cmdline-turbo ) solves both the 2GB file limit problem and UTF-8 support problem. And it is a drop-in replacement for par2cmdline. Hope it helps.

brenthuisman commented 8 months ago

I've just created a new release, v1.10, which I believe addresses this issue (since it includes par2cmdline-turbo which really contains the fix). Let me know if it didn't.