Converting linear colors to SRGB shows banding in FFmpeg
- by user1863947
When I convert an EXR file sequence with x264 using FFmpeg and convert the colorspace from linear to SRGB (with gamma 0.45454545) I get some heavy banding issues (most visible on a dark gradient).
Here is the ffmpeg command I use:
C:/ffmpeg.exe -y -i C:/seq_v001.%04d.exr -vf…