Unfortunately it's not as easy, because I need to get the "work in
progress" value to update the progress bar.
I have some ideas about how to do it, but at this moment I'm pretty
busy, so until a month or so I think I won't be able to work on it.
Thanks, anyway.
And happy new year!!!!!!
El 02/01/12 03:43, Branden Capell escribi�:
--
Nos leemos
RASTER (Linux user #228804)
ras...@rastersoft.com http://www.rastersoft.com
Thanks for the suggestions, but there's no need to do such things: the
internal structure of Devede creates an object for each mencoder/ffmpeg
at the start of the conversion process, and each time one ends, the main
loop calls the next's "launch" method. So to implement a multithread
architecture, the change to do is just to call the launch method for
several objects simultaneously, and add several progress bars in the
progress dialog. Internally, the architecture of Devede is designed to
allow this easily, but obviously, it needs some changes, and I need time
to do it. Unfortunately, currently I'm really busy with my PhD, so I
have very little spare time for Devede :(
El 06/01/12 06:08, Branden Capell escribi�:
El 08/01/12 23:21, Branden Capell escribi�:
> I got ffmpeg using the mpeg2video codec to use both of the threads in
> my cpu using the --threads option.
>