mirror of
https://github.com/jwetzell/JakAudioTools.git
synced 2026-08-17 04:43:22 +00:00
Initial Commit
This commit is contained in:
@@ -0,0 +1,5 @@
|
||||
:: This works if all the files in the VAGp folder are mono compressed ADPCM
|
||||
mkdir "./OUT/WAV"
|
||||
for %%f in (./OUT/VAGp/*) do (
|
||||
ffmpeg -i "./OUT/VAGp/%%f" "./OUT/WAV/%%~nf.wav"
|
||||
)
|
||||
Reference in New Issue
Block a user