Basics of Films

movie, image, video, film, etc


01 Sep 2018 View Comments
#graphics #framerate #computer #refreshrate #resolution #flops

Working in a film industry where every bit of images, graphics and colours are fairly important, I often encounter the terms related to them. I recently attended the Siggraph Conference in 2018 at the Convention center, Vancouver. There I was able to attend a couple of interesting displays from the graphics vendors. With the understanding of the terms below, I was able to understand better most of what they were trying to explain and relate to how it should be applied.

The terms I am about to introduce are rather rudimentary. However, I actually find them extremely valuable for working in the movie industry. I actually revisited multiple times to fully understand their meanings and relationships to each other.

Framerate (FPS)

If you ever played video games, the acronym, FPS, comes up pretty often. Well, at least it did or me. In its simplest form, it is basically the number of frames or images that are projected or displayed on screen per second. This rate is what synchronizes audio with pictures. In most films and TV, FPS is set to 24, 25 and 30 depending on the use. But in a standard situation, movies are set to 24 FPS whereas TVs are usually set to 30 FPS these days.

In reality, human visions can process up to 12 frames (images) per second so anything above 12 FPS is to be perceived as a motion (moving images). The motion would be smoother with higher FPS. Higher FPS is not always great though. With higher rates, you can have the motion too smooth that it doesn’t feel authentic. The highest commercially available frame rate is 300 FPS which might be useful in watching the sports game or a film that requires comprehensive detail compositing.

Here are comparisons of how moving images look like in different FPS:

You should know by now that multiple of these frames connected together to create a movement. This process is what we call a shot. With multiple of these motions, they eventually create a distinct scene that is referred to as a sequence.

You can compare these concepts to a novel. Think of a single shot as a sentence, a sequence as a paragraph. When we have all these sequences ready to be plugged, a movie is made.

Refresh rate (Hz) and how it relates to FPS

The refresh rates (Hz) controls how many times the monitor (or display) is refreshing the image on the screen. The refresh rate is not going to change how many FPSs are being inputted. However, if your FPS is higher than what your display’s refresh rate can support, your display will not be able to display all of the frames your computer is producing. Meaning, users will not be able to see all the frames through the display. So effectively your monitor (or can be anything that displays) is setting a limit to how many frames will be shown per second.

Common display refresh rates include 30 Hz, 60 Hz (75 Hz) and 120 Hz. 60 Hz is a common refresh rate as a monitor these days. 60 Hz means there won’t be any noticeable differences after 60 FPS. It basically has a rate of 16.67ms/fps (1000ms/60fps) to refresh the screen (once). When you go to a higher Hz like 120 Hz, rates become faster down to 8.33ms to refresh the screen. However, 60 FPS is already in the high-end of FPS zone. So even when your monitor supports it, chances are you will need a supportive CPU with a GPU (Graphics card) to support that FPS.

You may have come across a term called Vertical Sync (V-Sync). It usually comes up when we talk about these rates. The idea is rather straightforward. It has to do with how frame rates (FPS) are related to refresh rates (Hz). Instead of wasting the computer power trying to achieve a higher FPS than your monitor can handle, it detects the refresh rate of your monitor, (say, 60 Hz), and then restricts automatically your FPS to that number it can support. Well, isn’t it always a good idea to enable V-Sync? Well, not always. There isn’t a definitive answer because it has to do with how your computer is configured along with your display. If you have no problem generating the maximum FPS with V-Sync enabled, there wouldn’t be any harm to have it on. It will probably save you a cost of energy requiring to generate excessive fps (than what your display can support). When the Vsync is turned off, people might obtain a higher frame rate. The display will essentially try to display as much as it possibly can. So it will probably introduce unnecessary energy (more cost). Also, this action may introduce artifacts (choppy objects) like below for trying to display more than what your screen is capable of:

VSync Explained
VSync Explained

For more information on V-Sync specifically, please follow this link.

Resolution

In the image business (including films, games etc), the term resolution is used to measure the details of an image. FPS and Hz control how frames/images in motion are displayed on the screen whereas resolution controls how much details are to be shown on the screen. Let’s say we have an image with size 600x400. The image will be showing differently in different resolution monitors. Resolution is important to display the images correctly and with precision on our display.

Resolution Explained
Resolution Explained

Resolution is where the terms like HD and 4K comes into action. They are merely how many pixels a display is capable of showing.

We typically say HD in either 720p or 1080p/i. 720 basically means 1280x720 pixels wide a display can support. 1080 means 1920x1080 pixels wide a display can support.

4K is when the screen starts to support really large pixels. 4K refers to one of two high definition resolutions: 3840 x 2160 pixels or 4096 x 2160 pixels. It can support up to 2x many pixels than the HD one. That’s why we sometimes call it an “Ultra” HD, UHD.

There are other options which support larger than 4K such as 8K which seems a bit of too high end at least for now. For me, HD quality is already satisfying. 4K is still a luxury for me. I probably do not need much further than HD unless it is fairly cheap to upgrade to 4K.

Interlaced Scan vs Progressive Scan

There are many people out there where “p” stands for pixels in 1080p. This isn’t entirely wrong, but odds are they mean the scanning method. You probably noticed 1080i in contrast to 1080p. What is “i” here vs “p”? Essentially, video displays use one of these 2 scanning methods to draw an image on a screen: interlaced (“i”) and progressive (“p”)

For Interlaced scanning, alternate lines are drawn. First, even numbers lines are displayed then immediately follows odd numbered lines being drawn. It is said to be drawn very quickly (1/60th of a second) for each set of even/odd lines.

Interlaced Scanning
Interlaced Scanning

We have another scanning method called, Progressive scanning. This method basically draws the entire image on the screen instead of alternating lines. This will generally result in a clearer image because they are free from any artifacts since the full image is shown immediately. Individual images are basically a still photo.

Progressive Scanning
Progressive Scanning

In either method, Human eyes will not have a chance to tell much differences. However, there are chances the artifacts shown in an interlaced version for whatever reasons a full picture could not be made. However, as technologies evolve and as we can support Progressive scanning easily, it certainly is beginning to get more popular these days. I usually prefer p version as the image shown on the screen will be more natural and colourful.

For more detailed comparisons with examples, please see this link.

Share this post

Me

I am a passionate programmer working in Vancouver. I strongly believe in art of algorithms and together with it to write clean and efficient software to build awesome products. If you would like to connect with me, choose one from below options :) You can also send me an email at