Difference between revisions of "Documentation:Modules/puzzle"

From VideoLAN Wiki
Jump to navigation Jump to search
m (+First_version)
(This page is not a stub. Removing the "Add screenshot" note and tagging page with {{Image requested|reason=Add a screenshot.}})
 
(2 intermediate revisions by the same user not shown)
Line 1: Line 1:
 +
{{Image requested|reason=Add a screenshot.}}
 
{{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}}
  
 
== 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 9:
 
|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 16:
 
|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 20: Line 70:
 
|description=Change puzzle type to a sliding tile puzzle
 
|description=Change puzzle type to a sliding tile puzzle
 
}}
 
}}
 
TODO: add screenshot
 
 
{{Stub}}
 
  
 
{{Documentation footer}}
 
{{Documentation footer}}
[[Category:Video Filters]]
 

Latest revision as of 05:12, 13 March 2019

Help VideoLAN by adding an image to this page! Add a screenshot.
Create an account and then upload.
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) -

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
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.