I bet I did that on purpose to camouflage the green screen reflections on the face, but I should have adjusted that specific color (yellow) instead of all the colors. Not sure what software I used to extract the frame, probably VEGAS or VLC player, that could also change the colors a bit.
Now I extract HQ png frames with this code and sharpen with AI:
Now I extract HQ png frames with this code and sharpen with AI:
ffmpeg -i input.mp4 -vsync passthrough -vf "scale=sws_flags=lanczos:in_color_matrix=bt709,format=yuv444p" -f image2 %06d.png
Comment