Difference between revisions of "Documentation:Modules/puzzle"

From VideoLAN Wiki
Jump to navigation Jump to search
(→‎Options: Expand)
Line 75: Line 75:
  
 
{{Documentation footer}}
 
{{Documentation footer}}
[[Category:Video Filters]]
 

Revision as of 04:12, 13 March 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.