Vity Wrote:
-------------------------------------------------------
> 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?
Well, the crappy encoder which is used here is actually pretty slow. It takes around 15 seconds on my high end system to convert a 4 minute video. FFmpeg does it in 3-5 seconds.
-------------------------------------------------------
> 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?
Well, the crappy encoder which is used here is actually pretty slow. It takes around 15 seconds on my high end system to convert a 4 minute video. FFmpeg does it in 3-5 seconds.