Searched refs:output_codec (Results 1 – 5 of 5) sorted by relevance
241 self.output_codec = CODEC_MAP.get(self.output_charset,290 codec = self.output_codec or 'us-ascii'316 codec = self.output_codec or 'us-ascii'
298 output_charset = charset.output_codec or 'us-ascii'
147 AVCodec *output_codec = NULL; in open_output_file() local181 if (!(output_codec = avcodec_find_encoder(AV_CODEC_ID_AAC))) { in open_output_file()193 avctx = avcodec_alloc_context3(output_codec); in open_output_file()205 avctx->sample_fmt = output_codec->sample_fmts[0]; in open_output_file()221 if ((error = avcodec_open2(avctx, output_codec, NULL)) < 0) { in open_output_file()
89 .. attribute:: output_codec
2295 AVCodec const *output_codec = in open_output_file() local2300 if (output_codec) in open_output_file()2301 output_descriptor = avcodec_descriptor_get(output_codec->id); in open_output_file()