Chen-tao / webm

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

vpxenc status line wrap #567

Open GoogleCodeExporter opened 8 years ago

GoogleCodeExporter commented 8 years ago
The status line sometimes does this:

c:\mediatests\sonyh>timex ..\vpxencx -w 1920 -h 800 --fps=24000/1001 
--target-bitrate=2000 sonyh.1920x800_24Hz_P420.yuv
-o sonyh_xtmp_0.vp9.webm --fpf=sonyh_vp9.fpf -p 2 --pass=2 --codec=vp9 --good 
--cpu-used=0 --lag-in-frames=25 --min-q=0
--max-q=63 --end-usage=vbr --auto-alt-ref=1 --kf-max-dist=9999 --kf-min-dist=0 
--drop-frame=0 --static-thresh=0 --bias-p
ct=50 --minsection-pct=0 --maxsection-pct=2000 --arnr-maxframes=7 
--arnr-strength=5 --arnr-type=3 --sharpness=0 --unders
hoot-pct=100 -v --psnr
Pass 2/2 frame 100000/99975 1040567033B 1000460684 ms 10004.61 ms/f [ETA 
220:19:08] 43.592 42.833 43.554 50.030    4311F
Pass 2/2 frame 100001/99976 1040571344B 1000469781 ms 10004.60 ms/f [ETA 
220:18:58] 43.545 42.782 43.525 49.967    4264F
Pass 2/2 frame 100002/99977 1040575608B 1000479353 ms 10004.59 ms/f [ETA 
220:18:48] 43.693 42.947 43.613 50.052    3990F
...
Pass 2/2 frame 100166/100141 1041980423B 1002104765 ms 10004.44 ms/f [ETA 
219:50:59] 43.751 43.068 43.872 48.349   15226
Pass 2/2 frame 100167/100142 1041995649B 1002115525 ms 10004.45 ms/f [ETA 
219:50:49] 44.150 43.500 44.156 48.650   22083
Pass 2/2 frame 100168/100143 1042017732B 1002152111 ms 10004.71 ms/f [ETA 
219:50:43] 44.020 43.295 44.248 48.913   17543
Pass 2/2 frame 100169/100144 1042035275B 1002160011 ms 10004.69 ms/f [ETA 
219:50:36] 43.923 43.219 44.146 48.525   16672
Pass 2/2 frame 100170/100145 1042051947B 1002171653 ms 10004.71 ms/f [ETA 
219:50:29] 44.063 43.350 44.213 49.005   14429
Pass 2/2 frame 100171/100146 1042066376B 1002182458 ms 10004.72 ms/f [ETA 
219:50:23] 43.831 43.161 43.856 48.544   19817
Pass 2/2 frame 10017

Looks like the length gets a little too long when frames are 6 digits.
Could you shorten the line.  I suggest removing 'input frame', bytes  
1042066376B, and whatever that last number on the line is 19817

Original issue reported on code.google.com by fbarch...@google.com on 26 Mar 2013 at 10:21

GoogleCodeExporter commented 8 years ago
Will look at improving usability a a later date.

Original comment by jkoles...@google.com on 28 Mar 2013 at 10:20