PlayBink
From The Elder Scrolls Construction Set Wiki
Syntax:
PlayBink filename.bik AllowEscapeFlag (optional)
Example:
PlayBink "MyNew.bik" (plays Oblivion\data\video\MyNew.bik) PlayBink "Mymod\MyNew.bik" (plays Oblivion\data\video\Mymod\MyNew.bik) Playbink "..\sound\videos\Mynew.bik" (plays Oblivion\sound\videos\MyNew.bik)
[edit] Normal values
These are the normal values that are found in the .bik files that came with Oblivion.
| Specifications | Values |
|---|---|
| Video Resolution | 1280 x 720 |
| Frames Per Second | 29.97 |
| Color Depth | 32 |
| Sound | 16 bit Stereo |
| Frequency | 44100 kHz |
Notes:
- The Bink files need to be on your harddisk, they can't be packaged into a BSA File.
- The filename needs to be in quotes
- The path to the filename is relative to Oblivion\Data\Video\
- If the AllowEscapeFlag is non-zero, the user can interrupt the bink by hitting the escape key. Otherwise, they have to wait for it to play all the way to the end.
- Stops any script that it is called in from running while the .bik file is played.
- PlayBink works in the console.

