- Kaunas, Lithuania
- https://aras-p.info/
- Joined on
2022-01-20
I encounter the same issue. Imported MP4 is more saturated and appear color banding. Seems to be FFMpeg problem
@YuWong can you share the MP4 file that causes these problems
Blender's viewport and renders to PNG present a different image to the original video file, introducing 'banding' (aka. pixel regions) and a slight color shift. Strange enough, the same…
Tested PR now. The colors are correct in ffplay, but importing rendered movie back to VSE causes color shift. I suspect, that we also need to correct Rec.601 assumed colorspace when converting…
I think I have a theory why decoding videos that explicitly have colorspace metadata goes wrong (and that's not a new issue; seemingly has been that way forever -- will also add test coverage).…
What I am trying to understand figure out are a couple of things:
- What are the implications for someone who replaces the default config with, say, ACES. I don't think this situation is…
@iss I think now I have it working correctly.
I was just checking this out, and I did specify these parameters to
AVCodecParameters
instead ofAVCodecContext
. I did not expect these to be at multiple places at once. Not sure why, since…