ericmckean / webm

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

Key frame placement is not enforced. #697

Closed GoogleCodeExporter closed 9 years ago

GoogleCodeExporter commented 9 years ago
Reported by Jim Ashley from Motorola: 

When running lossless mode (as given below), we noticed that while the decoded 
video is lossless, all the coded frames are NOT keyframes.  So it seems the 
--kf-max-dist=0 argument is not working.

vpxenc --codec=vp9 --i420 --passes=2 --kf-min-dist=0 --kf-max-dist=0 --min-q=0 
--max-q=0 --psnr -v -w 1920 -h 1080 -o 
BigBuckBunny_1920_1080_24fps.vp9.0k.v4.pkt BigBuckBunny_1920_1080_24fps.yuv

Original issue reported on code.google.com by ya...@google.com on 21 Jan 2014 at 10:11

GoogleCodeExporter commented 9 years ago
Here is a proposed fix: 
https://gerrit.chromium.org/gerrit/#/c/68461/

Original comment by ya...@google.com on 21 Jan 2014 at 10:13

GoogleCodeExporter commented 9 years ago

Original comment by ya...@google.com on 27 Feb 2014 at 11:27