Flicker-free


Flicker-free is a term given to video displays, primarily cathode ray tubes, operating at a high refresh rate to reduce or eliminate the perception of screen flicker. For televisions, this involves operating at a 100 Hz or 120 Hz hertz field rate to eliminate flicker, compared to standard televisions that operate at 50 Hz or 60 Hz, most simply done by displaying each field twice, rather than once. For computer displays, this is usually a refresh rate of 70–90 Hz, sometimes 100 Hz or higher. This should not be confused with motion interpolation, though they may be combined – see [|implementation], below.
Televisions operating at these frequencies are often labelled as being 100 or 120 Hz without using the words flicker-free in the description.

Prevalence

The term is primarily used for CRTs, especially televisions in 50 Hz countries and computer monitors from the 1990s and early 2000s – the 50 Hz rate of PAL/SECAM video and the relatively large computer monitors and close viewing distances of 1990s/2000s computer monitors make flicker most noticeable on these devices.
Contrary to popular belief, modern LCD monitors are not flicker free, since most of them use pulse-width modulation for brightness control. As the brightness setting is lowered, the flicker becomes more noticeable, since the period when the backlight is active in each PWM duty cycle shortens. The problem is much more pronounced on modern LED backlit monitors, because LED backlight reacts faster to changes in current.

Implementation

The goal is to display images sufficiently frequently to exceed the human flicker fusion threshold, and hence create the impression of a constant source.
In computer displays this consists of changing the frame rate of the produced signal in the video card. This is limited by the clock speed of the video adapter and frame rate required of the program – for a given pixel clock speed, higher refresh rates require lower resolution or color depth, and higher frame rates require that the program producing the video recalculate the screen more frequently. For these reasons, refresh rates above 90–100 Hz to reduce flicker are uncommon on computers – these rates are sufficient to eliminate flicker.
On television, this is more involved, as the source material has a fixed frame rate. Most simply, the frame rate can be doubled by simply displaying the same broadcast image twice in rapid succession, as is done with movie projectors – either displaying each field twice or alternating fields.
Alternatively, this can involve motion interpolation, where rather than displaying the original fields twice, creates interpolated images between the original frames. This may be combined with deinterlacing, converting the image to progressive scan.
Higher refresh rates, while they reduce flicker, may cause other problems. Simply redisplaying the fields may cause judder, particularly on fast moving images, as the image is displayed repeatedly in the same location, rather than moving smoothly. Conversely, interpolation can instead cause blurring, particularly visible on fast scrolling text. See motion interpolation for further discussion.