Is there a possibility to encode frames as distinct JPEGs? I had tried to use: CODEC_ID_MJPEG, CODEC_ID_MJPEGB, CODEC_ID_LJPEG, CODEC_ID_JPEGLS and fail to initialise them. Is there something special to know about when initializing those codecs? With H263 worked just fine (I only changed the CODEC_ID). Am I missing something? Bogdan