Hi, sorry for this late answer, usually most VLC users don't take screenshot, but if you need it for many videos, you might want to automate things with snapshot options:
Code: Select all
Snapshot:
--snapshot-path <string> Video snapshot directory (or filename)
Directory where the video snapshots will be stored.
--snapshot-prefix <string> Video snapshot file prefix
Video snapshot file prefix
--snapshot-format {png,jpg,tiff}
Video snapshot format
Image format which will be used to store the video snapshots
--snapshot-preview, --no-snapshot-preview
Display video snapshot preview
(default enabled)
Display the snapshot preview in the screen's top-left corner.
--snapshot-sequential, --no-snapshot-sequential
Use sequential numbers instead of timestamps
(default disabled)
Use sequential numbers instead of timestamps for snapshot numbering
--snapshot-width <integer> Video snapshot width
You can enforce the width of the video snapshot. By default it will
keep the original width (-1). Using 0 will scale the width to keep
the aspect ratio.
--snapshot-height <integer>
Video snapshot height
You can enforce the height of the video snapshot. By default it will
keep the original height (-1). Using 0 will scale the height to keep
the aspect ratio.
VLC itself doesn't change this, but it could be added if there is a real well-defined use case behind.