Today I finally discovered what I was looking for since a long time. A no hassle c++ wrapper for ffmpeg. Thanks a bunch Fobs!
Is there a way to have the encoder interpret the input data as BGR instead of RGB? I'm "kind of blue" or seasick at the moment ;)
Greetings,
Tom
If you would like to refer to this comment somewhere else in this project, copy and paste the following link:
Hi all,
Today I finally discovered what I was looking for since a long time. A no hassle c++ wrapper for ffmpeg. Thanks a bunch Fobs!
Is there a way to have the encoder interpret the input data as BGR instead of RGB? I'm "kind of blue" or seasick at the moment ;)
Greetings,
Tom
I just replaced the PIX_FMT_RGB24 instances in the encoder with PIX_FMT_BGR24 and rebuilt it. This worked, but is that the way to go?