Page MenuHome

Fix T74443: No render in VP9 lossless mode
ClosedPublic

Authored by Philipp Oeser (lichtwerk) on May 20 2020, 2:09 PM.

Details

Summary

We define Lossless as CRF 0 (which is usually the best quality and is
working fine with other codecs afaict), but since WebM only allows for
CRF values between 2-32 and actually has a dedicated "lossless" mode, I
suggest using that (it produces large files though, so double-checking
would be welcome).

https://trac.ffmpeg.org/wiki/Encode/VP9#LosslessVP9

Diff Detail

Repository
rB Blender

Event Timeline

Philipp Oeser (lichtwerk) requested review of this revision.May 20 2020, 2:09 PM

Looks good.

I have compared ffmpeg and blender output with lossless VP9 and they were close.

This revision is now accepted and ready to land.May 21 2020, 7:39 PM