Commandline Options

Top  Previous  Next

Commandline options:

 

-project FULLPATHTOPROJECT.ini FILE (loads a project file which can specify all main options such as # of pages, printer, template, etc.; movie file specified in project will be loaded unless a subsequent commandline option specifying a movie is found)

-movie FULLPATHTOMOVIE.avi FILE (loads a movie file, keeps settings from previous --project commandline option)

-count VALUE (specifies how many copies to print; 0 is same as 1; must be specified BEFORE -print option and AFTER any -project option)

-start VALUE (specified start marker frame; must come after any -project option)

-end VALUE (specifies end marker frame; must come after any -project option)

-dei VALUE (1 if video is interlaced and needs deinterlacing, 0 if not; must come after any -project option)

-preview (causes the preview display to be refreshed after loading a movie, etc.)

-print (triggers printing immediately, using current settings)

-exit (exit the program; call this only after printing)

 

 

NOTE: The order of commandline options matters!

Normally the order would be:

1.-project (use this to set all options like # of pages to print, printer to use, cover page, etc.)
2.-movie (optional -- movie file may be set in project)
3.-start and -end and -dei
4.-count
5.-preview (refresh the preview display)
6.-print (initiate printing immediately -- use project file to set printing options)
7.-exit (exit the program, useful after a --print)