1
Movie/Multichannel audio / Re: Changing Pitch -0,1% - 4,271% (PAL/NTSC) without changing length, artefact-free
Last post by fooball -Pretty impressive. Is there a way to make this a multi processing bat?I can help here, but there's not enough context for me to work out what "%ART%" is supposed to do (I presume you have defined "ART" as a string representing the executable), and neither can I see how drag&drop is working even for one file (the dropped file would be "%1"). There must be more lines in the .bat you're not showing us.
For example such asCode: [Select]FOR %%A IN ("*.wav") DO %ART% %%A "%%~nxA-24-down-pitch.wav" -4 --pitch=-72which would process all .wav files in one folder. That would be amazing. I tried it but it wasn't supported. So far I only used is as a drag and drop cmd which worked.
I can have a guess, but I won't have time to do the analysis until later. Meanwhile, it will be easier if you post or PM the whole .bat.