Unit 13 Flashcards
Digital Video
A sequence of digital still images displayed in rapid succession in order to simulate different types of animations and effects
Frame
Each image in a video
pixels
The small elements in which a digital image is made up of, each of which is associated with a color and an intensity
Resolution
Is a measure of the amount of detail a digital image can hold, and is dependent on the number of pixels used to make that image.
The relationship between resolution, pixels, and storage:
The more pixels there are per unit area of the image the higher is its resolution, but the greater the storage requirement in terms of memory space.
What are two ways to reduce the amount of memory required?
1) Reduce the number of pixels required, therefore reducing image resolution
2) compress the data using compression software
List the basic parameters that affect which playback hardware can be used to play a video
1) The size of the frame (the number of pixels across and down)
2) Frame rate (number of frames displayed per second)
3)The way the color in each pixel is represented
4)The way the video is compressed
Script
a collection of instructions and statements that are interpreted, one by one, by the program in order to perform some task
Advantage of using a script:
1) once written, the script can be reused to perform the same task at some later time
2) scripts can be edited to achieve a slightly different result if the user wants, without having to start from scratch
A Function
a specific command to create or manipulate a video
An argument
any variable input within the function
An argument can be:
- a text string
- an integer (whole number)
- a boolean value (true or false)
- name of a file
- a decimal number
List AvsP’s three major areas
1) Upper area for displaying and editing the script
2) Lower area that has two parts:
- left part used to show a preview of a frame of the video produced by the interpreted script
- right part used to show the functions mentioned in the script, with their arguments
3)
Syntax
very specific structure that scripting languages use
Advantages of naming variables/functions:
1) Increased readability of the scripts
2) To use the arguments in arbitrary order