The base :: constants module
The base :: constants module provides global constants commonly used in Avisynth scripts.
Required modules
None
Functions
None
Constants
Name | Description |
---|---|
TAB | The tab character (string constant). |
CRLF | The CR/LF line break pair (string constant). |
FRATE_NTSC | NTSC video framerate |
FRATE_PAL | PAL video framerate |
FRATE_FILM | Film (movie) framerate |
FRATE_IMAX | IMax film framerate |
ASRAT_TV | Television aspect ratio |
ASRAT_TVWIDE | Wide TV aspect ratio |
ASRAT_ANIM | Animation film aspect ratio |
ASRAT_ACFLAT1 | Academy Flat 1 aspect ratio |
ASRAT_ACFLAT2 | Academy Flat 2 aspect ratio |
ASRAT_SCOPE | Cinescope aspect ratio |
WSIZE_NTSC | NTSC video pixel width |
HSIZE_NTSC | NTSC video pixel height |
OSIZE_NTSC | NTSC video pixel height including overscan lines |
WSIZE_PAL | PAL video pixel width |
HSIZE_PAL | PAL video pixel height |
OSIZE_PAL | PAL video pixel height including overscan lines |
CS_MINW_RGB | Minimum RGB clip's width (progressive & interlaced). Also the multiple-of base of valid RGB clips' widths. |
CS_MINW_YUY2 | Minimum YUY2 clip's width (progressive & interlaced). Also the multiple-of base of valid YUY2 clips' widths. |
CS_MINW_YV12 | Minimum YV12 clip's width (progressive & interlaced). Also the multiple-of base of valid YV12 clips' widths. |
CS_MINH_RGB | Minimum progressive RGB clip's height. Also the multiple-of base of valid progressive RGB clips' heights. |
CS_MINH_YUY2 | Minimum progressive YUY2 clip's height. Also the multiple-of base of valid progressive YUY2 clips' heights. |
CS_MINH_YV12 | Minimum progressive YV12 clip's height. Also the multiple-of base of valid progressive YV12 clips' heights. |
CS_MINI_RGB | Minimum interlaced RGB clip's height. Also the multiple-of base of valid interlaced RGB clips' heights. |
CS_MINI_YUY2 | Minimum interlaced YUY2 clip's height. Also the multiple-of base of valid interlaced YUY2 clips' heights. |
CS_MINI_YV12 | Minimum interlaced YV12 clip's height. Also the multiple-of base of valid interlaced YV12 clips' heights. |
Variables
None