pombreda / webm

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

drop frames without error resilient produces garbage file: #941

Closed GoogleCodeExporter closed 9 years ago

GoogleCodeExporter commented 9 years ago
Failure command line:  

vpxenc codec=vp9 jimred.y4m --end-usage=cbr --gf-cbr-boost=200 --aq-mode=3 
--max-q=40 --rt --cpu-used=6 -o j9.webm --target-bitrate=200  --drop-frame=1

Works 
vpxenc codec=vp9 jimred.y4m --end-usage=cbr --gf-cbr-boost=200 --aq-mode=3 
--max-q=40 --rt --cpu-used=6 -o j9.webm --target-bitrate=200 
--error-resilient=1 --drop-frame=1

Frame dropping should work even when there are dropped frames...

Original issue reported on code.google.com by jimbankoski@google.com on 3 Feb 2015 at 6:29

GoogleCodeExporter commented 9 years ago
Problem could not be replicated on Windows 64 VS2012. Head as of 2/10.

Original comment by paulwilk...@google.com on 11 Feb 2015 at 12:44

GoogleCodeExporter commented 9 years ago
As of git#fc99636f, the commandline appeared to be working fine on 
x86_64-linux-gcc build as well, so we will close the issue as fixed for now.

Original comment by ya...@google.com on 13 Feb 2015 at 3:55

GoogleCodeExporter commented 9 years ago

Original comment by ya...@google.com on 13 Feb 2015 at 4:59

GoogleCodeExporter commented 9 years ago
Turns out the issue is due updating probabilities with different 
last_frame_type. The fix is here: https://gerrit.chromium.org/gerrit/#/c/73785/1

Original comment by ya...@google.com on 13 Feb 2015 at 11:04

GoogleCodeExporter commented 9 years ago

Original comment by ya...@google.com on 14 Feb 2015 at 12:41