Chen-tao / webm

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

ETA does not consider --skip and --limit #556

Closed GoogleCodeExporter closed 9 years ago

GoogleCodeExporter commented 9 years ago
With --skip 30000 --limit 40000 vpxenc reports this:

Pass 2/2 frame 32495/2470 28972145B 76910884 ms 2366.85 ms/f [ETA 372:19:17] 
←[K

There are 7634 frames remaining.  At 2366.85 ms/f it should take another 5 hrs.

experimental branch
 v1.2.0-1897-g0643c3f

Original issue reported on code.google.com by fbarch...@google.com on 11 Mar 2013 at 4:08

GoogleCodeExporter commented 9 years ago
Here are ETA for 5 portions of same file.   Each is 10000 frames
--skip=0 --limit=10000
Pass 2/2 frame 7383/7358 50953736B 143239944 ms 19401.32 ms/f [ETA 14:23:23] 
←[K

--skip=10000 --limit=20000
Pass 2/2 frame 15219/5194 54060305B 140997575 ms 9264.58 ms/f [ETA 128:31:27] 
←[K

--skip=20000 --limit=30000
Pass 2/2 frame 25029/5004 55176521B 140774083 ms 5624.44 ms/f [ETA 247:58:34] 
←[K

--skip=30000 --limit=40000
Pass 2/2 frame 34655/4630 53464259B 140181574 ms 4045.06 ms/f [ETA 350:53:34] 
←[K

--skip=170000 --limit=180000
Pass 2/2 frame 177641/7616 83166126B 132253611 ms 1.34 fps [ETA 920:51:16] 
←[KKKKK

Original comment by fbarch...@google.com on 11 Mar 2013 at 9:40

GoogleCodeExporter commented 9 years ago
https://gerrit.chromium.org/gerrit/#/c/45135/

Original comment by jkoles...@google.com on 11 Mar 2013 at 10:33

GoogleCodeExporter commented 9 years ago
Confirmed.

Original comment by fbarch...@chromium.org on 12 Mar 2013 at 9:49