changeset 14652 | 92ebe33c5eb6 |
parent 14651 | 957db6db1a49 |
child 15856 | 8fd36e1b66ed |
--- a/QTfrontend/util/LibavInteraction.cpp Fri Jan 18 00:17:17 2019 +0100 +++ b/QTfrontend/util/LibavInteraction.cpp Fri Jan 18 00:36:48 2019 +0100 @@ -103,6 +103,10 @@ if (strcmp(pCodec->name, "rv10") == 0 || strcmp(pCodec->name, "rv20") == 0) continue; + // this encoder is experimental (as of Jan 17, 2019) + if (strcmp(pCodec->name, "libaom-av1") == 0) + continue; + // doesn't support stereo sound if (strcmp(pCodec->name, "real_144") == 0) continue;