kalli123 / webm

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

vpxenc assert fail #995

Closed GoogleCodeExporter closed 9 years ago

GoogleCodeExporter commented 9 years ago
Got an assert with v1.4.0 of vpxenc. The input stream is 10bit crowd run and 
also failed with another 10bit 1080p stream.

./configure --target=generic-gnu --enable-coefficient-range-checking 
--enable-debug --enable-vp9-highbitdepth

./libvpx/vpxenc --target-bitrate=20000 --good --cpu-used=2 --threads=1 
--lag-in-frames=25 --min-q=0 --passes=2 --kf-max-dist=150 --kf-min-dist=0 
--drop-frame=0 --frame-parallel=1 --tile-columns=3 --end-usage=vbr --codec=vp9 
--width=1920 --height=1080 --auto-alt-ref=1 --arnr-maxframes=7 
--arnr-strength=5 --arnr-type=3 --limit=300 --profile=2 --input-bit-depth=10 
--bit-depth=10 -o crowd_run_25fps_w1920h1080_10bit.ivf ./crowd_run_1080p_10.yuv

vpxenc: ./vp9/common/vp9_idct.h:113: highbd_check_range: Assertion `input <= 
int_max' failed.

Original issue reported on code.google.com by atikk...@google.com on 5 May 2015 at 10:16

GoogleCodeExporter commented 9 years ago
Upon close check of the input file, the file has invalid data where pixel 
values are much bigger than what 10 bit allows. 

Original comment by ya...@chromium.org on 7 May 2015 at 9:47

GoogleCodeExporter commented 9 years ago

Original comment by ya...@google.com on 7 May 2015 at 9:48