flaccidware / webm

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

Reconstruct Buffer Issue #280

Closed GoogleCodeExporter closed 9 years ago

GoogleCodeExporter commented 9 years ago
test_reconstruct_buffer is failing for frames 2-500 for win/lin 32/64 for the 
following clip and settings:

sunflower-1920x1080.ivf

--good --verbose --ivf --usage=0 --threads=0 --profile=0 --width=1920 
--height=1080 --timebase=1000/60000 --fps=30000/1000 --error-resilient=1 
--lag-in-frames=0 --drop-frame=47 --resize-allowed=0 --resize-up=42 
--resize-down=43 --end-usage=1 --target-bitrate=13507 --min-q=0 --max-q=31 
--undershoot-pct=9 --overshoot-pct=200 --buf-sz=6000 --buf-initial-sz=4000 
--buf-optimal-sz=5000 --kf-min-dist=0 --kf-max-dist=204 --disable-kf 
--cpu-used=2 --auto-alt-ref=0 --noise-sensitivity=5 --sharpness=5 
--static-thresh=50 --token-parts=0 --arnr-maxframes=6 --arnr-strength=0 
--arnr-type=1 --cq-level=19 --bias-pct=59 --minsection-pct=400 
--maxsection-pct=0

Original issue reported on code.google.com by jamesbe...@google.com on 28 Jan 2011 at 9:53

GoogleCodeExporter commented 9 years ago
Fixed in commit 63fc44dfa5c459c3736498f1f6e618cff3c56eeb

Original comment by jkoles...@google.com on 14 Feb 2011 at 5:13