Open GoogleCodeExporter opened 9 years ago
Not an expert, but I doubt AVI knows what to do with VP8 alt-ref frames.
http://www.webmproject.org/tools/encoder-parameters/#5-the-alternate-or-construc
ted-reference-frame
For non-Matroska containers (which we don't advise or support), you'd probably
want to suppress their generation.
Original comment by louquil...@google.com
on 1 Jul 2014 at 3:48
Alternate frames is an interesting explanation. As I see from the link you
provided they fit good with symptoms I described. Although using explicitly
SetPassMode(kPassModeOnePass) and SetAutoAltRef(0) doesn't help (also I see
from the sources that enable_auto_alt_ref is 0 by default). Probably some kind
of marker (providing no actual data) still passed.
Original comment by maxer...@gmail.com
on 1 Jul 2014 at 8:27
Original issue reported on code.google.com by
maxer...@gmail.com
on 20 Jun 2014 at 8:32