Maria1099 / webm

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

vpxenc fps status #534

Closed GoogleCodeExporter closed 9 years ago

GoogleCodeExporter commented 9 years ago
When encoding, it would be nice to know how long it will take.

Like the -psnr option that shows PSNR as you go, could you add -fps that shows 
the encoding fps as you go?  It shows it when complete, but not during the 
encode.

current status looks like this:
Pass 1/2 frame 2557/2558  388816B    1216b/f   30411b/s  117511 ms (21.76 fps)
Pass 2/2 frame  396/371  4791918B 44.030 42.988 48.229 46.749    79

When complete it shows something like this:
Pass 2/2 frame 4993/5194 51834715B   83051b/f 1991252b/s  888977 ms (5.62 fps)
Stream 0 PSNR (Overall/Avg/Y/U/V) 43.622 46.050 45.704 49.480 49.526

I'd like to see the "888977 ms (5.62 fps)" part of it during encoding.

The current printf is okay, because it can be logged.  But also consider 
updating the console title bar, like x264 does.  x264 status also shows a 
percent complete and eta, which are nice to have.

Original issue reported on code.google.com by fbarch...@google.com on 19 Jan 2013 at 9:26

GoogleCodeExporter commented 9 years ago
Took a quick cut at this.

https://gerrit.chromium.org/gerrit/43164

Original comment by jkoles...@google.com on 13 Feb 2013 at 5:22

GoogleCodeExporter commented 9 years ago
This issue was closed by revision 60d8c50514b7.

Original comment by jkoles...@google.com on 5 Mar 2013 at 12:00