budi4747 / wintee

Automatically exported from code.google.com/p/wintee
0 stars 0 forks source link

showing progress through wtee #7

Open GoogleCodeExporter opened 9 years ago

GoogleCodeExporter commented 9 years ago
Great program, but I have some issues.

I am always experiencing problems with stdout which shows pogress.

For example a simple program will output on one line: “Progress: x%”. 
“x” will normally increase until it reaches 100. Then it will continue to 
print other messages.

Now what I get when using wtee is this: “Progress: 3%Progress: 30%Progress: 
54%Progress: 88%Progress: 100%”. This i get for a process that lasts for 
about two seconds. For processes that last a few hours, the output will be 
clogged up with such messages.

I tried this with ffmpeg, mkvmerge, etc.

I assume the problem is not hard to fix?

Original issue reported on code.google.com by dado.jos...@gmail.com on 15 Sep 2012 at 4:23