-
Notifications
You must be signed in to change notification settings - Fork 21
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
-r does not wotk with % #54
Comments
Sorry, the problem was escaping. With
It works. Why do I have to specify -s? That is not necessary with MultiPar and par2cmdline-turbo either? An automatic function that calculates the size based on the source files would be cool! |
The block size/count is a required PAR2 parameter. par2cmdline and par2j just have a default value if you choose to not specify it. From memory, par2cmdline just uses 2000 blocks (which is equivalent to The block size/count incurs a number of tradeoffs, and only really the user can determine the tradeoffs they desire. Having some automatic value has been asked for, but unfortunately there's no real "ideal" value for it. |
Added the ability to simulate par2j's default via I think keeping |
Hi,
at help.txt i read
-r15.7%: generates 15.7% recovery
Does not work. I get
%PARPAR% -s 1M -S -r15.7% -o %dir%\filename.par2 -R %dir%\
For example
%PARPAR% -s 1M -S -r100 -o %dir%\filename.par2 -R %dir%\
Works.
What am I doing wrong?
The text was updated successfully, but these errors were encountered: