ExifTool (on hobbes) can read WMA/WMV-Tags. Simple create another assocation to WMA/WMV. Hope it runs fine.
Thanks.
Is there a way to reduce the files needed for the GUI-version. Now it needs VREXX.exe (in Path?) and two DLLs (in Libpath?). Is there a way to create a simple EXE from the GUI-script?
I think that this can be converted to exe, and be complete. In other way, VRexx and dll's can reside in same path as convertor.
There will be then another problem, path statement for ffmpeg will be 'hard-coded' in to exe, and also now You have abillity to change directory where to look first(f.e. c:\dowload\music), so when start convertor without paramethar, it will open file dialog in this directory (as in example in c:\dowload\music). So in this case extra code is needed... to store such values in EA (like Jep suggested) or in separate cfg file (looks more easy to me).
GUI should be able to cancel the process. Now ESC goes to next parameter-window.
Aha. This could be done easy.
If GUI-Version is started in background (only parameter-windows are displayed, and only this makes sense for a GUI) no question of ffmpeg (overwrite existing file) is show to the user.
OK, one more funtion of checking does target file already exist will solve this. It can be overwriten, or got new name ?
But I wasn't ever think about starting cmd in background, if You want to keep quality as much as it is possible, then You will make convert to same bitrate and samplerate... and this is what ffmpeg -i source file will show You when start convertor ?
Can you catch the output of ffmpeg in a fine way? So questions and progress will be displayed to the user.
This is something I do not have idea how... Calling Dr Jep ?
Or do not make it such complex.
