openh264
openh264 copied to clipboard
How do you encode RGB frames?
How do you encode RGB frames?
Currently it only supports YUV420 input.
What's the procedure to run the program ?For example,now I have a yuv file and I want to compress it,so what's the following steps should I do?
you may refer to the console code in codec/console/enc/src/welsenc.cpp. There are detailed examples.