> yeah yuv420p is "lossy" so use yuv422 or the like I already checked https://github.com/FFmpeg/FFmpeg/blob/master/libavcodec/flvenc.c#L97 and it seems PIX_FMT_YUV420P is the only supported format, so I guess I officially ran out of my options with this course of action.