Home
last modified time | relevance | path

Searched refs:encoder_opts (Results 1 – 4 of 4) sorted by relevance

/third_party/ffmpeg/fftools/
Dffmpeg.c596 av_dict_free(&ost->encoder_opts); in ffmpeg_cleanup()
3120 ret = av_opt_set_dict(ost->enc_ctx, &ost->encoder_opts); in init_output_stream_streamcopy()
3239 e = av_dict_get(ost->encoder_opts, "flags", NULL, 0); in set_encoder_id()
3555 if (!av_dict_get(ost->encoder_opts, "threads", NULL, 0)) in init_output_stream()
3556 av_dict_set(&ost->encoder_opts, "threads", "auto", 0); in init_output_stream()
3559 !av_dict_get(ost->encoder_opts, "b", NULL, 0) && in init_output_stream()
3560 !av_dict_get(ost->encoder_opts, "ab", NULL, 0)) in init_output_stream()
3561 av_dict_set(&ost->encoder_opts, "b", "128000", 0); in init_output_stream()
3589 if ((ret = avcodec_open2(ost->enc_ctx, codec, &ost->encoder_opts)) < 0) { in init_output_stream()
3602 assert_avoptions(ost->encoder_opts); in init_output_stream()
[all …]
Dffmpeg.h519 AVDictionary *encoder_opts; member
Dffmpeg_opt.c1477 ost->encoder_opts = filter_codec_opts(o->g->codec_opts, ost->enc->id, oc, st, ost->enc); in new_output_stream()
1494 av_dict_set(&ost->encoder_opts, buf, arg, AV_DICT_DONT_OVERWRITE); in new_output_stream()
1506 ost->encoder_opts = filter_codec_opts(o->g->codec_opts, AV_CODEC_ID_NONE, oc, st, NULL); in new_output_stream()
1831 av_dict_set(&ost->encoder_opts, "flags", "+pass1", AV_DICT_APPEND); in new_video_stream()
1835 av_dict_set(&ost->encoder_opts, "flags", "+pass2", AV_DICT_APPEND); in new_video_stream()
1853 av_dict_set(&ost->encoder_opts, "stats", logfilename, AV_DICT_DONT_OVERWRITE); in new_video_stream()
2466 while ((e = av_dict_get(output_streams[i]->encoder_opts, "", e, in open_output_file()
Dffmpeg_filter.c97 AVDictionaryEntry *strict_dict = av_dict_get(ost->encoder_opts, "strict", NULL, 0); in choose_pix_fmts()
1027 e = av_dict_get(ost->encoder_opts, "threads", NULL, 0); in configure_filtergraph()