Home
last modified time | relevance | path

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

/third_party/ffmpeg/fftools/
Dffmpeg.c571 av_dict_free(&ost->encoder_opts); in ffmpeg_cleanup()
3038 ret = av_opt_set_dict(ost->enc_ctx, &ost->encoder_opts); in init_output_stream_streamcopy()
3157 e = av_dict_get(ost->encoder_opts, "flags", NULL, 0); in set_encoder_id()
3443 if (!av_dict_get(ost->encoder_opts, "threads", NULL, 0)) in init_output_stream()
3444 av_dict_set(&ost->encoder_opts, "threads", "auto", 0); in init_output_stream()
3447 !av_dict_get(ost->encoder_opts, "b", NULL, 0) && in init_output_stream()
3448 !av_dict_get(ost->encoder_opts, "ab", NULL, 0)) in init_output_stream()
3449 av_dict_set(&ost->encoder_opts, "b", "128000", 0); in init_output_stream()
3477 if ((ret = avcodec_open2(ost->enc_ctx, codec, &ost->encoder_opts)) < 0) { in init_output_stream()
3490 assert_avoptions(ost->encoder_opts); in init_output_stream()
[all …]
Dffmpeg.h507 AVDictionary *encoder_opts; member
Dffmpeg_opt.c1462 ost->encoder_opts = filter_codec_opts(o->g->codec_opts, ost->enc->id, oc, st, ost->enc); in new_output_stream()
1477 av_dict_set(&ost->encoder_opts, buf, arg, AV_DICT_DONT_OVERWRITE); in new_output_stream()
1489 ost->encoder_opts = filter_codec_opts(o->g->codec_opts, AV_CODEC_ID_NONE, oc, st, NULL); in new_output_stream()
1796 av_dict_set(&ost->encoder_opts, "flags", "+pass1", AV_DICT_APPEND); in new_video_stream()
1800 av_dict_set(&ost->encoder_opts, "flags", "+pass2", AV_DICT_APPEND); in new_video_stream()
1818 av_dict_set(&ost->encoder_opts, "stats", logfilename, AV_DICT_DONT_OVERWRITE); in new_video_stream()
2430 while ((e = av_dict_get(output_streams[i]->encoder_opts, "", e, in open_output_file()
Dffmpeg_filter.c119 AVDictionaryEntry *strict_dict = av_dict_get(ost->encoder_opts, "strict", NULL, 0); in choose_pix_fmts()
1055 e = av_dict_get(ost->encoder_opts, "threads", NULL, 0); in configure_filtergraph()