Chen-tao / webm

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

infinite length output video with vp9 encode #584

Closed GoogleCodeExporter closed 8 years ago

GoogleCodeExporter commented 8 years ago
./vpxenc -o video.webm --test-decode=warn --codec=vp9 --good --cpu-used=0 
--threads=0 --profile=0 --lag-in-frames=25 --min-q=0 --max-q=63 --cq-level=20 
--end-usage=0 --auto-alt-ref=1 --passes=2 --kf-max-dist=9999 --kf-min-dist=0 
--drop-frame=0 --static-thresh=0 --bias-pct=50 --minsection-pct=0 
--maxsection-pct=2000 --arnr-maxframes=7 --arnr-strength=5 --arnr-type=3 
--sharpness=0 --undershoot-pct=100  --target-bitrate=1200 stefan_sif.y4m 
--limit=10

Although --test-decode= passes, I get a file that (when decoding with vpxenc) 
gives me infinite length, that is, it never stops decoding and the output y4m 
file is HUGE - it basically just infinitely repeats the last frame.

Experimental branch, 70dd5021536772e53e8f818cd3474d496adda5c5, configured with 
--enable-experimental --enable-oneshotq.

Original issue reported on code.google.com by rsbul...@gmail.com on 12 Jun 2013 at 2:40

GoogleCodeExporter commented 8 years ago

Original comment by fgalli...@google.com on 17 Oct 2013 at 10:08

GoogleCodeExporter commented 8 years ago
Fixed already. 

Original comment by ya...@google.com on 17 Oct 2013 at 10:50