Skip to content

Commit

Permalink
fix comment
Browse files Browse the repository at this point in the history
  • Loading branch information
ptpt committed Jan 30, 2024
1 parent 2935c95 commit 4fca471
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion mapillary_tools/ffmpeg.py
Original file line number Diff line number Diff line change
Expand Up @@ -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.
Expand Down

0 comments on commit 4fca471

Please sign in to comment.