fix webm output (#2065)

This commit is contained in:
shun-iwasawa 2018-06-15 16:39:30 +09:00 committed by masafumi-inoue
parent 4e440766a9
commit 1479452980

View file

@ -79,6 +79,8 @@ TLevelWriterWebm::~TLevelWriterWebm() {
preIArgs << "-framerate";
preIArgs << QString::number(m_frameRate);
postIArgs << "-auto-alt-ref";
postIArgs << "0";
postIArgs << "-c:v";
postIArgs << "libvpx";
postIArgs << "-s";