Description
Specifies the resolution in pixels of the movie that is to be rendered. This switch is used in conjunction with the Create Bitmap Movies and Bitmap Movie Window switches.
Forms
•--bitmap-movie-resolution
•-bmr |
Usage
FreeFlyer.exe -cbm <PATH TO FILE> --bitmap-movie-resolution <WIDTH IN PIXELS> <HEIGHT IN PIXELS> -bmw <WINDOW TITLE> <OUTPUT FILE NAME>
|
Example
Create a movie of "MissionView 1" of "default.MissionPlan", generating "OutputMovie.wmv" with a resolution of 400 x 300 pixels.
FreeFlyer.exe -cbm default.MissionPlan -bmr 400 300 -bmw "MissionView 1" "OutputMovie1.wmv"
|
|
|