Time base correction (TBC) is a technique to reduce or eliminate errors caused by mechanical instability present in analog recordings on mechanical media. Without time base correction, a signal from a videotape recorder (VTR) or videocassette recorder (VCR), cannot be mixed with other, more time-stable devices such as character generators and video cameras found in television studios and post-production facilities.

Time base correction counteracts errors by buffering the video signal as it comes off the videotape at an unsteady rate, and releasing it after a delay at a steady rate. A sync generator provides the timing reference for all devices in the system. By adjusting the delay using a waveform monitor, the corrected signal can be made to match the timing of the other devices in the system. If all of the devices in a system are adjusted so their signals meet the video switcher at the same time and at the same rate, the signals can be mixed.

Though external TBCs are often used, most broadcast-quality VCRs have simple time base correctors built in. Some high-end domestic analog video recorders and camcorders also include a TBC circuit, which typically can be switched off if required.

Background

edit

As far back as 1956, professional reel-to-reel audio tape recorders were mechanically stable enough that pitch distortion could be below an audible level without time base correction. However, the higher sensitivity of video recordings meant that even the best mechanical solutions still resulted in detectable distortion of the video signals and difficulty in synchronizing with other devices.[1] A video signal consists of not only picture information, but also sync and subcarrier signals. Sync allows the image to be framed up square on the monitor and allows the combination and switching of two or more video signals. The subcarrier is involved in reproducing colors accurately.[a]

Methods

edit

Implicit in the idea of time base correction is that there must be some target time base that the corrector is aiming for. There are two time bases commonly used.

  • The first method is to make the frames, fields and lines come out smoothly and uniformly, at the rates specified by the standards using an oscillator for time reference.
  • The alternative to this method is to align the frames, fields, and lines with some external signal, a procedure called genlocking.[b] Genlocking allows sources that are not themselves genlock-capable to be used with production switchers and A/B roll editing equipment. Stand-alone broadcast model time base correctors typically will genlock the signal to an external sync reference.

Some TBCs featured drop-out compensation (DOC) that enabled videotape flaws caused by oxide defects to be temporarily concealed. The DOC logic required dedicated cabling between the videotape player and the TBC in which irregularities were detected in portions of the video image. Previously captured and stored lines of video would then be superimposed over the flawed video lines.

A variant of the time base corrector is the frame synchronizer which allows devices that cannot be steered by a sync signal also to be time base corrected or timed into a system. Satellites, microwave transmitters and other broadcast signals, as well as consumer VTRs cannot be sent a sync signal. The synchronizer accomplishes this by writing the incoming digital video[c] into a frame buffer memory using the timing of the sync information contained in that video signal. A frame synchronizer stores at least a full frame of video. Simultaneously, the digital video is being read back out of the buffer by an independent timing system that is genlocked to the house timing reference. If the buffer over or underfills, the Frame Sync will hold the last good frame of video until another full frame's worth of video is received. Usually, this is undetectable to viewers.

Software time base correction

edit
Software TBC Example (Luma Only) - 1989 VHS-SP PAL tape decoded with VHS-Decode in 2023.

A modern fifth and final type of TBC developed in the late 2010s is software-defined. The python based project LD-Decode[3] (and its extended versions VHS-Decode[4] and CVBS-Decode[5]) implement this software time base correction method. The programs take in raw PCM (or FLAC compressed) radio-frequency captures of analogue media signals, directly for baseband signals such as composite video but also applies de-modulation for tape formats before correcting the signal in software, this workflow is called FM RF archival in the common use context of tape media preservation.[citation needed]

The decode programs output the corrected signals in .tbc and _chroma.tbc files, called CVBS and S-Video style file sets respectively, as said data within can be combined luminance and chrominance, or separated. S-Video style (two files) was implemented for color-under formats such as VHS and U-matic. The format contains a digital, lossless, 4fsc[6] copy of the signal at 16 bits per sample[7] – not unlike the older D-3 digital videotape. A JSON file is included for technical stream data for other tools to read and process the files.

ld-analyse, a tool from the LD-decode project, allows for visual frame-by-frame analysis, closed captioning and VITC timecode readout using the TBC file.[8] TBC files can have their chroma decoded to a uncompressed YUV[d] or RGB video stream via ld-chroma-decoder[9] then encoded into a video file stream typically lossless compressed codecs like FFV1 in the MKV container format via tools like FFmpeg or tbc-video-export[10] (a wrapper for the ld-* tools and FFmpeg) ready for use in non-linear editing systems. The project-built decoder can produce the full 4fsc signal frame or just the active picture area, thus allowing for better visual domain preservation than playback on the original hardware it was recorded on.

TBC file streams can also be directly played back to analog TV systems via a digital-to-analog converter.

4fsc NTSC (910x525) from a VHS SP tape. (vhs-decode 2024)

Sampling NTSC: 4fsc NTSC (14,318,181+911 Hz)[11]

  • Data Rate NTSC:
    • CVBS 1.7 GB/min 28.33 MB/s (226.5 mbps)
    • Y+C 3.4 GB/min 56.66 MB/s (453 mbps)
4fsc PAL (1135x625) from a SVHS SP tape. (vhs-decode 2024)

Sampling PAL: 4fsc PAL (17,734,475 Hz)[11]

  • Data Rate PAL:
    • CVBS 2.1 GB/min 35 MB/s (280 mbps)
    • Y+C 4.2 GB/min 70 MB/s (560 mbps)

See also

edit

Notes

edit
  1. ^ In particular, the color information in NTSC is encoded relative to the phase of a high-frequency color sub-carrier, making the displayed colors extremely sensitive to time base errors.
  2. ^ To handle a randomly varying analog signal, a stable pilot tone is recorded along with the signal. Upon playback, the pilot tone is extracted with filters and frequency variations in the pilot tone are used to generate an error signal that drives the time base correction circuits. A notch filter is then used to suppress the pilot tone from the recovered signal.[2]
  3. ^ Analog video must first be digitized.
  4. ^ YUV is technically a misnomer for YCbCr, but the use is customary among codec developers dealing with e.g. YUV4MPEG2.

References

edit
  1. ^ "How To Buy A TBC & Genlock". October 6, 1992. Retrieved 2021-03-05.
  2. ^ J. Develet (29 January 2003), "Fundamental accuracy limitations for pilot-tone time-base correction", IEEE Transactions on Audio (3): 53–55, doi:10.1109/TAU.1964.1161755
  3. ^ Page, Chad (2023-03-13), ld-decode, retrieved 2023-03-13
  4. ^ oyvindln (2023-03-01), VHS-Decode (It does more than VHS now!), retrieved 2023-03-13
  5. ^ "CVBS Composite Decode". GitHub. Retrieved 2023-03-13.
  6. ^ Signal Sampling
  7. ^ "JSON Metadata format". GitHub. Retrieved 2023-03-13.
  8. ^ "ld analyse". GitHub. Retrieved 2023-03-13.
  9. ^ "ld chroma decoder". GitHub. Retrieved 2024-12-04.
  10. ^ Jitterbug (2024-10-30), JuniorIsAJitterbug/tbc-video-export, retrieved 2024-12-04
  11. ^ a b "Signal Sampling". GitHub. Retrieved 2024-12-04.

Further reading

edit
edit

📚 Artikel Terkait di Wikipedia

U-matic

and engineers to use work-arounds to minimise this degradation. A time-base corrector (TBC) could be used to regenerate the sync tip portion of the video

Betacam

tapes in the field. Unlike the BVW-10, it did not have a built-in time base corrector (TBC). With the popular success of the Betacam system as a news acquisition

Pulse-cross

image to be either too long or too short. This error can be corrected by a time base corrector. Ru van Wezel, Video-Handbuch (German language) Martin Hinner

TBC

operating at elevated temperatures, as a form of exhaust heat management Time base corrector, technique to reduce or eliminate errors caused by mechanical instability

Video Toaster

with a separate video sync time-base corrector to stabilize the video sources. Third-party low-cost time-base correctors (TBCs) specifically designed

LV-ROM

components formed the BBC Master AIV (Acorn Interactive Video) system. A time base corrector inside the player was connected to a reference signal generated by

Vision Electronic Recording Apparatus

(uneven speed) of the tape transport. Later video recorders used a time base corrector to remove this jitter and make synchronization with the studio house

Genlock

interval of a composite video signal. Frame synchronizer (video) Time base corrector "An Overview of Genlock". MicroImage Video Systems. Archived from