ECC Error Check and Correct This system appends check data to a data packet in a communications channel or to a data block on a disk, which allows the receiving or reading system both to detect small errors in the data stream (caused by line noise or disk defects) and, provided they are not too long, to correct them. See also: Checksum, CRC
EDL Edit Decision List A list of the decisions that describe a series of edits. EDLs can be produced during an off-line session and passed to the on-line suite to control the conforming of the final edit. In order to work across a range of equipment there are some widely adopted standards such as CMX 3400 and 3600. News journalists working with integrated news production systems can effectively create EDLs at their desktops. EDLs have been frozen in time and not kept pace with the continued development of post production. They do not carry information on DVEs, color correction, layering, keying etc., or carry other data about ownership, rights, etc. The development of AAF has filled these gaps. See also: AAF, Conform, OMFI
Effects (digital film) Digital effects processes have replaced the traditional film optical effects, and provide a lot more toward the completion of the project. Initially this was a separate digital operation aside from the mainstream photochemical work, but now, with DI becoming popular, it works alongside the digital workflow. Digital 'optical' film effects can retain their full image quality irrespective of the number of effects layers used, provided that the images remain uncompressed. The results can generally be seen immediately making the process interactive and able to quickly refine the result. All this can be seen in context with the rest of the movie, making for better continuity and less need of final grades.
Electronic program guides (EPG) DTV allows broadcasters to transmit electronic program guides. For many, this service is considered essential to keep viewers up to date with, and enable them to navigate between, the increased number of channels DTV brings. The program guide database allows a receiver to build an on-screen grid of program information and contains control information to ease navigation.
Embedded audio
Audio that is carried within an SDI or HD-SDI data stream - so simplifying cabling and routing. The standard (ANSI/SMPTE 272M-1994) allows embedding up to four groups each of four mono audio channels. See also: 1000/1001
Encryption The process of coding data so that a specific code or key is required to restore the original data. In conditional access broadcasts this is used to make transmissions secure from unauthorized reception and is often found on satellite or cable systems. Today, the growth of digital services to homes is in danger of being held back because of the content owners' concern about piracy - digital copies being perfect clones of their valuable assets. Encryption and content security are vital to the growth of digital media markets.
ENG Electronic News gathering. Term applied to a small portable outfit, with a broadcast quality TV camera, VTR and/or microwave link, usually used for news. The term was originated to distinguish between newsgathering on film and video tape (electronic). ENG refers to compatible studio or portable editing equipment. See also: ING
Entry point A point in a coded bit stream from which a complete picture can be decoded without first having to store data from earlier pictures. In the MPEG-2 frame sequence this can only be at an I-frame - the only frames encoded with no reference to others.
EPK Electronic Press Kit is a film deliverable usually consisting of film excerpts, trailers and interviews produced to help publicize a film.
Error detection, concealment and correction No means of digital recording is perfect. Both magnetic tape and disks suffer from a few marginal areas where recording and replay is difficult or even impossible. However the errors can be detected and some remedial action taken by concealment or correction. The former attempts to hide the problem by making it less noticeable whereas the latter actually corrects the error so that perfect data is output. When the recorded data is an image, an error can simply be concealed by using data from previous or following TV lines, fields or frames. The result is not guaranteed to be identical to the original but the process is relatively simple and, as important, quick. If the stored information is from a database, a computer program or from special image processing, then 100% accuracy of data is essential. This can be ensured by recording data in a manner where any errors can be detected and the correct data calculated from other information recorded for this purpose. This is error correction. A difference between computer systems and TV is that the latter is continuous and cannot wait for a late correction. Either the correct result must be ready in time or some other action taken - the show must go on - placing a very tight time constraint on any TV-rate error correction. In contrast, a computer can usually afford to wait a few milliseconds. Digital VTRs monitor the error rate and provide warnings of excessive errors, which although not immediately visible, may build up during multiple tape passes. Although error rates from disks are generally many times lower than those expected from digital videotape, they can still occur. To protect against this there is data redundancy and the replay of all data is checked. If an error is detected there is sufficient additional information stored to calculate and substitute the correct data. The total failure of a disk drive can be covered and the missing data re-generated and recorded onto a new replacement - making the system highly accurate and very secure. See also: ECC, Dylan, EXOR, RAID
Essence The material that television programs are made of. In other words, the video, audio and any other material such as graphics and captions that are added to make up the final result. See also: AAF
Ethernet Ethernet is a form of Local Area Network (LAN) widely used for interconnecting computers and standardized in IEEE 802.3, allowing a wide variety of manufacturers to produce compatible interfaces and extendcapabilities - repeaters, bridges, etc. The data transmission rate is 10, 100 Mb/s up to 1 and 10 Gb/s, but overheads in packaging data and packet separation mean actual throughput is less than the 'wire speed' bit rate. There are many connection methods for Ethernet varying from copper to fiber optic. Currently the three most common are: 10 Base-T The standard for 4-wire twisted pair cable using RJ connectors. This gives extremely low cost-per-node network capabilities. 100 Base-T (a.k.a. Fast Ethernet) 100 Mb/s 4-wire twisted pair cable using RJ connectors is now becoming very popular. Similar technology to 10 Base-T but uses Cat. 5 cable. Gigabit Ethernet (GigE) Development of existing Ethernet technology to support 1,000 Mb/s. This is specified for both fiber and copper Cat. 5e. 10 Gigabit Ethernet (10GigE) only functions over copper for short distances - 15 meters using twinax cable. Using augmented cat. 6 (Cat 6A) cable it may travel twice that distance. For longer range optical fiber is the only answer. This only operates in full-duplex mode - so collision detection protocols are unnecessary. But the packet format and other current Ethernet capabilities are easily transferable to 10GigE. 100 Gigabit Ethernet (100GigE) continues the x10 steps of Ethernet data speed evolution. Destined to travel over optical fiber, it is at the development stage but will doubtless emerge into the commercial world sometime soon. See also: Hub, CSMA/CD, Switch Websites: www.ethernetalliance.org www.ethermanage.com/ethernet/ethernet.html
ETSI The European Telecommunications Standards Institute. Its mission is to produce lasting telecommunications standards for Europe and beyond. ETSI has 655 members from 59 countries inside and outside Europe, and represents administrations, network operators, manufacturers, service providers, research bodies and users. See: Appendix Website: www.etsi.org
ETSI compression A compression technique, based on DCT. Unlike MPEG, which is asymmetrical having complex coders and simpler decoders and is designed for broadcast, this is symmetrical with the same processing power at the coder and decoder. It is designed for applications where there are only a few recipients, such as contribution links and feeds to cable head ends. ETSI compression is intra-frame, simpler than MPEG and imposes less delay in the signal path, typically 120 milliseconds against around a second, enabling interviews to be conducted over satellite links without unwarranted delays. Data rate is 34 Mb/s.
eVTR A colloquial term for a Sony IMX VTR with an Ethernet connection. See also: D10
EXOR The mathematical operation of EXclusive ORlogic gate on a numberof data bits. Forexample the EXOR of two bits is 1, only if one of them is 1. The EXOR is widely used in data recovery (see RAID). If the EXOR of a number of blocks of data is stored, when one of those blocks is lost, its contents can be deduced by EXORing the undamaged blocks with the stored EXOR. See also: Error detection
Exposure Exposure refers to the amount of light that falls on a film or light sensor. In a camera this is controlled by both time with the shutter, and the effective lens aperture, referred to as the F-number or T number. See also: Density, Stop