[Libav-user] GIF API access
Carl Eugen Hoyos
ceffmpeg at gmail.com
Sun Mar 5 15:43:41 EET 2017
2017-03-05 2:52 GMT+01:00 Gustav González <xtingray at gmail.com>:
> QImage img = image.convertToFormat(Format_RGB888);
Not necessarily related: Why are you not using libswscale or
the scale filter?
> avpicture_fill((AVPicture *)frame, img.bits(), AV_PIX_FMT_RGB24, w, h);
FFmpeg's git encoder does not support RGB24, so whatever you are
doing is unfortunately not supported here.
Carl Eugen
More information about the Libav-user
mailing list