Documentation:Modules/image

From VideoLAN Wiki
< Documentation:Modules
Revision as of 21:13, 17 November 2006 by Dionoea (talk | contribs)
(diff) ← Older revision | Latest revision (diff) | Newer revision → (diff)
Jump to navigation Jump to search
Module: image
Type Video output
First VLC version -
Last VLC version -
Operating system(s) all
Description Outputs the video images to files
Shortcut(s) -
  • image-out-format <png, jpeg> : Format of the output images default value: png
  • image-out-width <integer> : You can enforce the image width. By default -1 VLC will adapt to the video characteristics default value: -1
  • image-out-height <integer> : You can enforce the image height. By default -1 VLC will adapt to the video characteristics default value: -1
  • image-out-ratio <integer> : Ratio of images to record. 3 means that one image out of three is recorded default value: 3
  • image-out-prefix <string> : Prefix of the output images filenames. Output filenames will have the "prefixNUMBER.format" form. Starting with VLC 0.9.0 you can also use format time and meta variables default value: img
  • image-out-replace : Always write to the same file default value: disabled