Files
test/source/blender
Richard Antalik 0ea0ccc4ff FFmpeg: Fix H264 lossless render not lossless
While encoder parameters for lossless encoding are set correctly,
output is not lossless due to pixel format being set to
`AV_PIX_FMT_YUV420P` which is inherently lossy due to chroma subsampling.

This was reported in T61569 and was merged to T57397, but there were
2 bugs - one for encoding and one for decoding.

Set pixel format to `AV_PIX_FMT_YUV444P` when rendering lossless H264
files. This format isn't available in `codec->pix_fmts[0]` and it looks,
that it has to be hard-coded.

Reviewed By: sergey

Differential Revision: D11458
2021-06-02 21:24:09 +02:00
..
2021-03-29 19:11:17 -06:00
2021-03-18 09:36:44 +11:00
2021-06-02 16:58:36 +02:00
2021-06-02 17:20:46 +02:00
2021-04-11 13:09:27 +10:00
2021-05-25 17:16:54 +02:00
2021-06-01 12:49:53 +10:00