Home
last modified time | relevance | path

Searched refs:force_fps (Results 1 - 3 of 3) sorted by relevance

/third_party/ffmpeg/fftools/
H A Dffmpeg.h182 SpecifierOpt *force_fps; member
497 int force_fps; member
H A Dffmpeg_opt.c86 static const char *const opt_name_force_fps[] = {"force_fps", NULL};
1988 MATCH_PER_STREAM_OPT(force_fps, i, ost->force_fps, oc, st); in new_video_stream()
3907 { "force_fps", OPT_VIDEO | OPT_BOOL | OPT_EXPERT | OPT_SPEC |
3908 OPT_OUTPUT, { .off = OFFSET(force_fps) },
H A Dffmpeg.c2987 if (ost->enc->supported_framerates && !ost->force_fps) { in init_output_stream_encode()

Completed in 14 milliseconds