VIDEO.SaveVideo

Previous  Next

 

status = VIDEO.SaveVideo( nControl    AS INTEGER,

                          strFileName AS STRING, 

                          nOptions    AS INTEGER, 

                          strCodec    AS STRING, 

                          nQuality    AS INTEGER ) AS INTEGER

 

 

 

 

Saves the video.  The format of the video is determined by the file extension

 

Example:

 

VIDEO.SaveVide( nControl, "e:\newvideo.avi" )