-
Notifications
You must be signed in to change notification settings - Fork 7
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
Path definition #8
Comments
Could you please check if the issue persists with the upstream par2cmdline project, and if so, submit the issue there? |
Just opened a ticket here Parchive#180 |
Thanks! As a workaround to your problem, you can try changing the working directory to where you want the output PAR2 to be. |
How? As stated by default it saves on filename read path. And defining any output path triggers the error listed above. Looks like a design bug rather than a misusage?
They don't work on CUDA. ParPar doesn't repair/verify and MultiPar is a GUI, I need a command line tool to run with BATCH/AHK/Python scripts for automation. |
Something like (for your first example):
And yeah, it looks like a bug, hence this being a workaround.
par2cmdline doesn't support CUDA either, so I don't get your point.
MultiPar comes with the command-line par2j application. |
As I said above this call doesn't work as you are defining the output argument:
Ah yes, sorry, I mixed it with whisper which I'm also using it heavily back to back with par2 |
Oh right, you'll need to supply the
(I never really liked the way par2cmdline does it's 'base path' thing) |
Wow can't believe it, it worked. Convoluted AF. Would swear I tried this method as well, but anyway. |
Sorry to interrupt but I'm unable to make this work in almost all conditions in Windows.
Don't Work:
Error log: "You must specify a list of files when creating."
"D:\exepath\par2.exe" c -s5120000 -r5 -v "Q:\AnotherPath\PAR2\filename.par2" "Q:\FilePath\filename.mp4"
"D:\exepath\par2.exe" c -s5120000 -r5 -v -B "Q:\FilePath" "Q:\AnotherPath\PAR2\filename.par2" "filename.mp4"
Do Work:
"D:\exepath\par2.exe" c -s5120000 -r5 -v "filename.par2" "filename.mp4"
"D:\exepath\par2.exe" c -s5120000 -r5 -v "Q:\FilePath\filename.mp4"
In other words, I'm unable to choose where to save the par2 files.
The text was updated successfully, but these errors were encountered: