Documentation:Modules/scene

From VideoLAN Wiki
< Documentation:Modules
Revision as of 08:15, 4 April 2019 by DoesItReallyMatter (talk | contribs) (More accurate default with INT_MAX)
Jump to navigation Jump to search
Module: scene
Type Video filter
First VLC version 1.0.0
Last VLC version -
Operating system(s) all
Description Send your video to picture files
Shortcut(s) -

Note: Before version 1.0.0, this used to be image.

  • scene-format <string> : Image format. Format of the output images (png, jpeg, ...)
  • scene-width <integer> : Image width. You can enforce the image width. By default (-1) VLC will adapt to the video characteristics default value: -1
  • scene-height <integer> : Image height. You can enforce the image height. By default (-1) VLC will adapt to the video characteristics default value: -1
  • scene-prefix <string> : Filename prefix. Prefix of the output images filenames. Output filenames will have the "prefixNUMBER.format" form if replace is not true
  • scene-path <string> : Directory path prefix. Directory path where images files should be saved. If not set, then images will be automatically saved in users homedir
  • scene-replace <boolean> : Always write to the same file. Always write to the same file instead of creating one file per image. In this case, the number is not appended to the filename default value: disabled
  • scene-ratio <integer [1 .. INT_MAX]> : Recording ratio. Ratio of images to record. 3 means that one image out of three is recorded.
This page is part of official VLC media player Documentation (User GuideStreaming HowToHacker GuideModules)
Please read the Documentation Editing Guidelines before you edit the documentation
Permission is granted to copy, distribute and/or modify this document under the terms of the GNU General Public License as published by the Free Software Foundation; either version 2 of the License, or (at your option) any later version.