From 4fca47102290d1e436012f53238080862351d8b0 Mon Sep 17 00:00:00 2001 From: Tao Peng Date: Mon, 29 Jan 2024 23:11:18 -0800 Subject: [PATCH] fix comment --- mapillary_tools/ffmpeg.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/mapillary_tools/ffmpeg.py b/mapillary_tools/ffmpeg.py index 462f6b3d..9ade31ee 100644 --- a/mapillary_tools/ffmpeg.py +++ b/mapillary_tools/ffmpeg.py @@ -259,7 +259,7 @@ def extract_specified_frames( # Set the number of video frames to output *[f"-frames:{stream_specifier}", str(len(frame_indices))], # Disabled because it doesn't always name the sample images as expected - # For example "select(n\,0)" we expected the first sample to be IMG_000.JPG + # For example "select(n\,1)" we expected the first sample to be IMG_001.JPG # but it could be IMG_005.JPG # https://www.ffmpeg.org/ffmpeg-formats.html#Options-21 # If set to 1, expand the filename with pts from pkt->pts. Default value is 0.