how can I mass convert .wem files into .wav?
>>1551667https://github.com/EtiTheSpirit/WEMConverter/
>>1551669tried it and it didn't work
>>1551670Even with ffmpeg?
>>1551671>ffmpeghow do I use it with ffmpeg properly? I opened ffmpeg via cmd like pic rel but idk what to do next
>>1551672If your not familiar with cli put ffmpeg.exe into the same folder as the wem file you want to convert. Type cmd in the address bar of file explorer to open in command prompt Then run this commandffmpeg -i yourfilename.wem newfilename.wavIf your not familiar with cli put ffmpeg.exe into the same folder as the wem file you want to convert
>>1551672>>1551676thanks, I managed to mass convert my files with Divinity Song Converter instead. found it after making this post.