I have an idea again, I think I had it before, but now I think it could be useful.
Technically - I think we can use extension points from plugin framework to allow plugin to add custom popmenu over some file(s) (to add own submenu to current popmenu).
This plugin would check if the file can be processed with it, then it would add menu item like "Convert to" -> MP3, WAV whatever.
The problematic place is a GUI. It has to use own working thread + user has to be informed about some progress. But I think converting video to audio can be fast in most cases, right?
Technically - I think we can use extension points from plugin framework to allow plugin to add custom popmenu over some file(s) (to add own submenu to current popmenu).
This plugin would check if the file can be processed with it, then it would add menu item like "Convert to" -> MP3, WAV whatever.
The problematic place is a GUI. It has to use own working thread + user has to be informed about some progress. But I think converting video to audio can be fast in most cases, right?