Demian Ardus

Results 1 comments of Demian Ardus

@chrisballinger @VicenteFava I was having the same problem and i made the following change to FFOutputStream: `AVCodec *codec = avcodec_find_encoder_by_name([outputCodec UTF8String]);` For: `AVCodec *codec = avcodec_find_encoder(AV_CODEC_ID_H264);` Now that message is...