You are viewing an old version of this page. View the current version.

Compare with Current View Page History

« Previous Version 2 Next »

Arguments

You can specify 1 or more file paths as program agruments. Stereo Viewer will open all of these files in different tabs.

Options

In addition to arguments, you can add named options to specify a mode in which your files should be opened. You can specify options in any order.

You have two options to specify command prompt options: in long or in short (if the option supports) recording type.

Using short option name specify option value after symbol '=' or immediately after the option name. Using long option name specify option value only after symbol '='.

 

Long option name

Short option name

Value is optionalDefault valuePossible valuesDescription

--play

 true truetrue, false

The opened files are played immediately

--stereo

 truefalsetrue, false

The stereo mode enabled for opened files

--invert

 truefalsetrue, false

Swaps the left and the right images

--round

 truetruetrue, false

Loops the movie

--half

 truetruetrue, false

Plays only first half the movie

--split

 false m, s, f, o
  • m - Mono image split type
  • s - Side by Side image split type
  • f - Frames Shift image split type
  • o - Over/Under image split type

--framesshift

-Afalse Any Integer

Integer number of the frame shift

Examples

DMClientGUI.exe C:\movie001.flm --play --half --stereo --invert --split=f -A5
DMClientGUI.exe "C:\myStones\mono.mp4" --split=f --framesshift=4 --play
DMClientGUI.exe stereo.mp4 --split=s --stereo --half
DMClientGUI.exe stereo1.mp4 --split=s stereo2.mp4 --invert (both options there will be applied to both movies)
  • No labels