Command line for puzzle c:\....\vlc.exe --puzzle-mode=0 C:\...\test.mp4
Posted: 22 Feb 2020 21:52
by BernieCyr
"Puzzle game" works fine from windows interface (adjustment and effects->video effects->geometry->puzzle game)
but not when launching from command line
c:\....\vlc.exe --puzzle-mode=0 C:\...\test.mp4
tested on ver 2.2.2 and ver 3.0.8
tested windows 7 and windows 10 (1909)
Checked forum and google searched no one using command line for this feature?
Re: Command line for puzzle c:\....\vlc.exe --puzzle-mode=0 C:\...\test.mp4
Posted: 22 Feb 2020 22:09
by RĂ©mi Denis-Courmont
--video-filter puzzle ??
SOLVED...
Posted: 25 Feb 2020 14:40
by BernieCyr
Thanks Remi... ADD --video-filter=puzzle FIRST then add the rest of the parameters.
Example:
c:\.....\vlc.exe c:\....mp4 --video-filter=puzzle --puzzle-mode=# --puzzle-rows=#
FROM: https://wiki.videolan.org/VLC_command-line_help
Puzzle interactive game video filter (puzzle)
--puzzle-rows=<integer [2 .. 42]>
Number of puzzle rows
Number of puzzle rows
--puzzle-cols=<integer [2 .. 42]>
Number of puzzle columns
Number of puzzle columns
--puzzle-border=<integer [0 .. 40]>
Border
Unshuffled Border width.
--puzzle-preview, --no-puzzle-preview
Small preview
(default disabled)
Show small preview.
--puzzle-preview-size=<integer [0 .. 100]>
Small preview size
Show small preview size (percent of source).
--puzzle-shape-size=<integer [0 .. 100]>
Piece edge shape size
Size of the curve along the piece's edge
--puzzle-auto-shuffle=<integer [0 .. 30000]>
Auto shuffle
Auto shuffle delay during game
--puzzle-auto-solve=<integer [0 .. 30000]>
Auto solve
Auto solve delay during game
--puzzle-rotation={0 (0), 1 (0/180), 2 (0/90/180/270), 3 (0/90/180/270/mirror)}
Rotation
Rotation parameter: none;180;90-270;mirror
--puzzle-mode={0 (jigsaw puzzle), 1 (sliding puzzle), 2 (swap puzzle), 3 (exchange puzzle)}
Game mode
Select game mode variation from jigsaw puzzle to sliding puzzle.