Implements #218 red blue swap
Compare changes
- Nicolas Pope authored
@@ -34,6 +34,7 @@ class NvPipeEncoder : public ftl::codecs::Encoder {
When encoding HEVC or H264 video, swap from OpenCV BGR to RGB first and unswap when decoding. This also works for older versions where the swapping was not done by using a flag.
Also allow codecs to be specified manually in a config file.