home *** CD-ROM | disk | FTP | other *** search
- // SAMPLE.PSF - A sample PlayIt script file.
-
- // This is a comment line
-
- /*
- or you can use 'C' style comments to span lines...
- Note that all commands and filenames are case insensitive. The exception
- to this rule is in the SetCompression command where we used the 4 char
- ID of the compressor. In this case, it must be lowercase.
- */
-
- Open("c:\media\sample.fli") // Open a FLI
- SetCompression("iv32", 7500, 7) // We'll use Indeo 3.2 compression
- Soundtrack = "C:\MUSIC\SAMPLE.WAV" // Set the soundtrack...
- SaveAs("C:\MEDIA\sample.avi", AVI, TRUE) // ...and write out an AVI
-