I want to make an automation script to convert my legally obtained DRM-infected .wma-files. My solution is as follows ATM:
* "Burn" .wma files to a virtual image (.nrg) using Nero command line tool
* Convert the .nrg file to .iso using Greg's nrg2iso tool
* Extract the audio tracks using bchunk (BinChunker)
However, BinChunker only accepts .bin as input, so I need a tool to fill that gap, OR:
* another commandline tool that are able to burn .wma /DRM files directly to .bin
* a tool that magically are able to convert the .wma-file directly to .wav (No i'm NOT gonna use internal routines like TotalRecorder!)
* or another tool that are able to extract the audio tracks from a .nrg or .iso image (NOT MagicISO!)
Thanks
