[FFmpeg-user] chroma colour

Paul Bourke paul.bourke at gmail.com
Thu Sep 24 15:52:44 EEST 2020


> Also, I really dunno why people keep using remap filter with its only
> available neighbour pixel interpolator.

Yeah, not ideal.

I don't use it for images, I have my own solution for that with
supersampling antialising.
But for movie conversion, what is the alternative? I on occasion
- Extract frames, apply remapping in my code for each frame, assemble movie.
- Generate remap filters 2,3 or 4 times larger than I need and scale
result down.


More information about the ffmpeg-user mailing list