From 7aed492ccc48fd32084d7dfe65a50b5b90d8411a Mon Sep 17 00:00:00 2001 From: Dudemanguy Date: Sun, 15 Oct 2023 09:36:56 -0500 Subject: options: rename --fps to --container-fps-override This better reflects what it actually does. As a bonus, script writers won't be misled into thinking that fps displays the actual video or display fps. --- demux/demux_lavf.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'demux') diff --git a/demux/demux_lavf.c b/demux/demux_lavf.c index fbbc9abf5e..52af75e551 100644 --- a/demux/demux_lavf.c +++ b/demux/demux_lavf.c @@ -1174,7 +1174,7 @@ static int demux_open_lavf(demuxer_t *demuxer, enum demux_check check) "This format is marked by FFmpeg as having no timestamps!\n" "FFmpeg will likely make up its own broken timestamps. For\n" "video streams you can correct this with:\n" - " --no-correct-pts --fps=VALUE\n" + " --no-correct-pts --container-fps-override=VALUE\n" "with VALUE being the real framerate of the stream. You can\n" "expect seeking and buffering estimation to be generally\n" "broken as well.\n"); -- cgit v1.2.3