< Previous | Contents | Manuals Home | Boris FX | Next >

Adding New Shots

The following calls either create a new scene and add a shot to it, or add a shot to the existing SynthEyes scene. Both regular or stereo shots are supported. For “New” operations, the previous scene should already be saved, as these operations are unconditional and not undoable.

The filename(s) must have complete path information, and may be a movie, an IFL, or the first image in a sequence.

The aspect ratio argument is strongly suggested, it is for the overall image. If no aspect ratio is supplied, it will be calculated based on square pixels. If the aspect ratio must be changed later, it requires several specialized operations and quite a few calculations, so the correct aspect should be supplied initially if it is available (ie from a shot management system).

These calls return the new (Left, if stereo) shot, or None.

NewSceneAndShot(filnm, asp = 0.0) NewSceneAndStereoShot(Lfilnm, Rfilnm, asp = 0.0) AddShot(filnm, asp = 0.0)

AddStereoShot(Lfilnm, Rfilnm, asp = 0.0) NewSceneAndSurveyShot(iflnm, asp = 0.0) AddSurveyShot(iflnm, asp = 0.0)


©2023 Boris FX, Inc. — UNOFFICIAL — Converted from original PDF.