Week 8 Flashcards
What is animation
A sequence of images that create the illusion of movement when played in succession.
How does the illusion work, what is each still image called?
Illusion works by flashing images
Each image: frame
Why use animation?
Easier to show somebody how something works then to try and explain it.
What are key features of animation?
- Indicate movement
- Illustrate change over time
- Visualize three-dimensional objects
- Attracts attention
How does animation work?
Simulation of movement through a series of pictures that have objects in slightly different positions
Each drawing is called a frame (a snapshot of what’s happening at a particular moment)
Depending on the medium used theres different required FPS, what are some examples?
Movies on film=24 fps
TV=30 fps
9000 frames for five minute cartoon
Computer animation = 12 to15 fps
Why is it important to use required fps?
Jerky if anything less
Since each frame is just an image wheat can each frame be sampled into?
A discrete samples and each sample becomes a pixel = Sampling process
What do you have to remember about the sampling process and quality?
More samples means better quality (same image represented in10 pixels by 10 pixels or in 200 pixels by 200 pixels)
More samples means bigger file sizes (10 pixels by 10 pixels vs 200 pixels by 200 pixels)
How is an animation given colour?
Each pixel gets assigned a colour, maybe just 2 colours(black and white=1bit colour) or maybe 16 million colour (24 bit colour) =Quantization process
What else can we “Sample” with MOTION?
Frame rate
What is frame rate?
Indicates the playback speed of the animation in frames per second
Generally, low frame rate appears _____?
Choppy
BUT high frame rate can also appear choppy, WHY?
If the computer playing the animation is not fast enough to process and display the frames.
What are 2 types of 2D animation?
- Cel Animation (also called traditional animation, classical animation, hand-drawn animation, frame by frame animation)
- Path Based Animation
What are both Cel Animation and Path Based Animation made of?
Frames:
- The more frames per second, the more believable the movement will be.
- The more frames per second, the bigger the final version of the movie file will be (more bytes)
What are the 5 types of animation?
- Traditional Animation (Cel Animation) Rotoscoping is one type
- 2D Animation (Path Based Animation)
- Computer Animation
- Motion Graphics (this is what we will be doing, it uses Path Based Animation behind the scenes)
- Stop Motion
3-D Animation (Type of Computer Animation) involves what 3 steps?
- Modelling
- Rendering
- Animating
How is Cel Animation made?
An animator must HAND draw every single frame!
To simplify, one background is drawn and then the item that will move is drawn on a clear sheet of plastic (a cel), one drawing for each frame.
When moving to the next scene, just change the background
How is Path Based Animation made?
Pick:
a starting point for an object, (start frame)
an ending point for an object (end frame)
a path for the object to follow
What is the process in path based animation where the computer generated all the frames in between?
Called TWEENING), so that the artist doesn’t have to draw the intermediate frames (like the artist did in cel based animation)
What does keyframe mean?
The frame that you’re going to draw: the starting frame and the ending frame
What is tweening?
Computer drawing in between frames
What is onion skinning?
A light see through (sketch ish) of previous motion to see how much next frame should adjust for movement to still look reasonable