Home
last modified time | relevance | path

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

/third_party/ffmpeg/fftools/
Dffmpeg.h182 SpecifierOpt *force_fps; member
490 int force_fps; member
Dffmpeg_opt.c1882 MATCH_PER_STREAM_OPT(force_fps, i, ost->force_fps, oc, st); in new_video_stream()
3684 … OPT_OUTPUT, { .off = OFFSET(force_fps) },
Dffmpeg.c3403 if (ost->enc->supported_framerates && !ost->force_fps) { in init_output_stream_encode()