-
Notifications
You must be signed in to change notification settings - Fork 38
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
Something's wrong with the "batch" option... #94
Comments
This is a bit of a wild guess, but how many cores are on the machine you're running this on? The batch option is basically the same as the normal option, except it runs the operation on multiple files instead of one. It scans through the input folder and converts any files it finds. |
Try this one. It'll work if you're on a single core machine. |
i possess a single core at the moment. |
This should make it through the virus scanner. |
okay, it's 100% functional now. at least during execution anyway. thanks. |
Thanks for letting me know about the bug |
so, just for kicks i decided to encode some uncompressed PCM files into HCA with your tool using the --batch option. these are the parameters i used for this thing:
VGAudioCli.exe --batch -i "E:\SONY\PS2\DARK_CHRONICLE\sound_jpn" -o "E:\SONY\PS2\DARK_CHRONICLE\[hca]sound_jpn" --out-format hca --bitrate 128000
however, for some insane reason the tool just crashes the moment it even does that. this is how it occurs:
(as a net451-dependant app)
(as a standalone app)
below all that is a "progress bar" that's been left hanging only to disappear when the tool's been done crashing.
the same thing even happens in reverse, such as when i wanted to "decode" some HCA files into WAV through this option alone.
this error might be just me at this point, but if anything it just made me wonder how the hell does this option even work at all? does it simply scan through all the input files so they can be encoded/decoded into these output files the user has set the folder into through said option, assuming all parameters necessary for encoding/decoded all of these files into the final result are all set by the user itself? or does it do anything more complex than that?
The text was updated successfully, but these errors were encountered: