Difference between revisions of "Documentation:Modules/puzzle"

From VideoLAN Wiki
Jump to navigation Jump to search
m (+First_version)
(→‎Options: Expand)
Line 1: Line 1:
 
{{Module|name=puzzle|type=Video output filter|first_version=0.9.0|description=Turns the video in a jigsaw puzzle game}}
 
{{Module|name=puzzle|type=Video output filter|first_version=0.9.0|description=Turns the video in a jigsaw puzzle game}}
 +
 +
{{Stub}}
  
 
== Options ==
 
== Options ==
 +
Note that the puzzle module has been improved in later versions; the option <code>--puzzle-black-slot</code> has been '''removed''' in favour of <code>--puzzle-mode</code> (use 1 for <code>--puzzle-mode</code> for the same effect).
  
 
{{Option
 
{{Option
Line 7: Line 10:
 
|value=integer
 
|value=integer
 
|default=4
 
|default=4
|description=Specifies the number of colums in the puzzle
+
|description=Specifies the number of columns in the puzzle
 
}}
 
}}
 
{{Option
 
{{Option
Line 14: Line 17:
 
|default=4
 
|default=4
 
|description=Specifies the number of rows in the puzzle
 
|description=Specifies the number of rows in the puzzle
 +
}}
 +
{{Option
 +
|name=puzzle-border
 +
|value=integer
 +
|default=
 +
|description=Border
 +
}}
 +
{{Option
 +
|name=puzzle-preview
 +
|value=boolean
 +
|default=disabled
 +
|description=Small preview
 +
}}
 +
{{Option
 +
|name=puzzle-preview-size
 +
|value=integer
 +
|default=
 +
|description=Small preview size
 +
}}
 +
{{Option
 +
|name=puzzle-shape-size
 +
|value=integer
 +
|default=
 +
|description=Piece edge shape size
 +
}}
 +
{{Option
 +
|name=puzzle-auto-shuffle
 +
|value=integer
 +
|default=
 +
|description=Puzzle auto shuffle
 +
}}
 +
{{Option
 +
|name=puzzle-auto-solve
 +
|value=integer
 +
|default=
 +
|description=Auto solve
 +
}}
 +
{{Option
 +
|name=puzzle-rotation
 +
|value=integer
 +
|default=
 +
|description=0 is (0), 1 is (0/180), 2 is (0/90/180/270), 3 is (0,90,180,270,mirror)
 +
}}
 +
{{Option
 +
|name=puzzle-mode
 +
|value=integer
 +
|default=
 +
|description=0 is jigsaw puzzle, 1 is sliding puzzle, 2 is swap puzzle, 3 is exchange puzzle
 
}}
 
}}
 
{{Option
 
{{Option
Line 22: Line 73:
  
 
TODO: add screenshot
 
TODO: add screenshot
 
{{Stub}}
 
  
 
{{Documentation footer}}
 
{{Documentation footer}}
 
[[Category:Video Filters]]
 
[[Category:Video Filters]]

Revision as of 05:21, 29 January 2019

Module: puzzle
Type Video output filter
First VLC version 0.9.0
Last VLC version -
Operating system(s) all
Description Turns the video in a jigsaw puzzle game
Shortcut(s) -
Help VideoLAN by adding to this page!
Create an account to start editing, and then click here to add to this article.

Options

Note that the puzzle module has been improved in later versions; the option --puzzle-black-slot has been removed in favour of --puzzle-mode (use 1 for --puzzle-mode for the same effect).

  • puzzle-cols <integer> : Specifies the number of columns in the puzzle default value: 4
  • puzzle-rows <integer> : Specifies the number of rows in the puzzle default value: 4
  • puzzle-border <integer> : Border
  • puzzle-preview <boolean> : Small preview default value: disabled
  • puzzle-preview-size <integer> : Small preview size
  • puzzle-shape-size <integer> : Piece edge shape size
  • puzzle-auto-shuffle <integer> : Puzzle auto shuffle
  • puzzle-auto-solve <integer> : Auto solve
  • puzzle-rotation <integer> : 0 is (0), 1 is (0/180), 2 is (0/90/180/270), 3 is (0,90,180,270,mirror)
  • puzzle-mode <integer> : 0 is jigsaw puzzle, 1 is sliding puzzle, 2 is swap puzzle, 3 is exchange puzzle
  • puzzle-black-slot : Change puzzle type to a sliding tile puzzle default value: disabled

TODO: add screenshot

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.