Lines Matching refs:framerate
872 char *framerate = NULL, *hwaccel_device = NULL;
962 ist->dec_ctx->framerate = st->avg_frame_rate;
964 MATCH_PER_STREAM_OPT(frame_rates, str, framerate, ic, st);
965 if (framerate && av_parse_video_rate(&ist->framerate,
966 framerate) < 0) {
967 av_log(NULL, AV_LOG_ERROR, "Error parsing framerate %s.\n",
968 framerate);
1223 /* set the format-level framerate option;
1226 av_opt_find(&priv_class, "framerate", NULL, 0,
1228 av_dict_set(&o->g->format_opts, "framerate",
1812 av_log(NULL, AV_LOG_FATAL, "Invalid framerate value: %s\n", frame_rate);
1818 av_log(NULL, AV_LOG_FATAL, "Invalid maximum framerate value: %s\n", max_frame_rate);
3100 av_log(NULL, AV_LOG_FATAL, "or set a framerate with \"-r xxx\".\n");
3906 "set framerate mode for matching video streams; overrides vsync" },
3909 "force the selected framerate, disable the best supported framerate selection" },