Right! - back on topic...
I've just submitted a program to the repository called soundout (sorry it's a crap name, but you should have heard the alternatives). Once af123 has approved it, it will be available for download.
It's very simple to use:
Code:
soundout "/mnt/hd2/My Video/Radio"
will process all of the files in the 'Radio' directory and will
1) Decrypt if necessary, and
2) Extract the sound into an mp3 file in the same directory.
Unlike unencrypt (which it is very closely based on) this will do all files in a directory, and subdirectories, at once and it does not need to be run from cron, although there is nothing stopping you.
Please test it in a subdirectory first so you are happy how it works, before setting it loose as the decryption process does modify the original files.
You should use "/mnt/hd2/My Video" at the start of your directory, not "/media/My Video" and make sure you remember the quotes.
This is for HDR owners. HD owners can try it in HDR mode, but it has not been tested so don't be surprised if strange things happen.
EDIT: It's there now, but I missed a dependency. Make sure that you install ffmpeg as well - I'll send version 0.1a up in a second which will automatically pull in ffmpeg on installation.