Specifications

quietMode TRUE (or 1 ) to have VideoReDo run in quiet mode, FALSE (or 0 ) otherwise.
Return Values:
Function returns non-zero (TRUE) if successful, otherwise zero (FALSE)
Description:
When quiet mode is set, VideoReDo will completely hide itself during output.
BOOL StartAdScan( long FastSearch, long AutoCut, long DisableDisplay )
StartAdScan( FastSearch as integer, AutoCut as integer, DisableDisplay as integer ) as Integer
Parameters:
FastSearch TRUE or (1) to run Ad-Detective in fast search mode.
AutoCut TRUE or (1) to have Ad-Detective automatically set the cut markers around commercials.
DisableDisplay TRUE or (1) to have Ad-Detective minimize the display while scanning.
Return Values:
Function returns non-zero (TRUE) if successful, otherwise zero (FALSE)
Description:
This function starts the Ad-Detective scan.
BOOL WriteProjectFile( const char *outputFilename )
WriteProjectFile( outputFilename as string ) as Integer
Parameters:
outputFilename Character string containing a VideoReDo project file.
Return Values:
Function returns non-zero (TRUE) if successful, otherwise zero (FALSE)
Description:
Saves the current project to disk.
Properties:
AudioAlert
To Set:
VideoReDo.AudioAlert = TRUE or FALSE;
Overrides the current value of the audio alert flag. When TRUE (1), an audio alert will sound when output is complete.
For silent operation set to FALSE (0).
To Get:
BOOL b = VideoReDo.AudioAlert;
Retrieves the current value of the batch audio alert flag. By default, the audio flag is set via the program
parameter option on the Tools>Options>Audio Alert Page. This value
OpenedFilename
To Set: