Multi View Video Coding (MVC, also known as MVC 3D) is a
stereoscopic video coding standard for
video compression
In information theory, data compression, source coding, or bit-rate reduction is the process of encoding information using fewer bits than the original representation. Any particular compression is either lossy or lossless. Lossless compression ...
that allows for encoding video sequences captured simultaneously from multiple camera angles in a single video stream. It uses the
2D plus Delta method and it is an amendment to the
H.264 (MPEG-4 AVC) video compression standard, developed jointly by
MPEG
The Moving Picture Experts Group (MPEG) is an alliance of working groups established jointly by International Organization for Standardization, ISO and International Electrotechnical Commission, IEC that sets standards for media coding, includ ...
and
VCEG
The Video Coding Experts Group or Visual Coding Experts Group (VCEG, also known as Question 6) is a working group of the ITU Telecommunication Standardization Sector (ITU-T) concerned with standards for compression coding of video, images, audio ...
, with the contributions from a number of companies, such as
Panasonic
is a Japanese multinational electronics manufacturer, headquartered in Kadoma, Osaka, Kadoma, Japan. It was founded in 1918 as in Fukushima-ku, Osaka, Fukushima by Kōnosuke Matsushita. The company was incorporated in 1935 and renamed and c ...
and
LG Electronics
LG Electronics Inc. () is a South Korean Multinational corporation, multinational major appliance and consumer electronics corporation headquartered in Yeouido-dong, Seoul, South Korea. LG Electronics is a part of LG, LG Corporation, the fourth ...
.
MVC formatting is intended for encoding
stereoscopic (two-view)
3D video, as well as
free viewpoint television and multi-view
3D television. The Stereo High profile has been standardized in June 2009; the profile is based on the MVC tool set and is used in stereoscopic
Blu-ray 3D releases.
Technical overview
MVC is based on the idea that video recordings of the same scene from multiple angles share many common elements. It is possible to encode all simultaneous frames captured in the same
elementary stream and to share as much information as possible across the different layers. This can reduce the size of the encoded video.
Multiview video contains a large amount of inter-view statistical dependencies, since all cameras capture the same scene from different viewpoints. Therefore, combined temporal and inter-view prediction is important for efficient MVC encoding. A frame from a certain camera can be predicted not only from temporally related frames from the same camera, but also from the frames of neighboring cameras. These interdependencies can be used for efficient prediction.
The method for this is used in Multiview Video Coding for Blu-ray 3D movies is known as the 2D plus Delta algorithm, and the MVC specification itself is part of the H.264 standard as an amendment in H.264 “Annex H” of the specification.
Open source support mostly missing
As of April 2015, there is no
free and open-source software
Free and open-source software (FOSS) is software available under a license that grants users the right to use, modify, and distribute the software modified or not to everyone free of charge. FOSS is an inclusive umbrella term encompassing free ...
that supports software decoding of the MVC video compression standard.
Popular open source H.264 and
HEVC (H.265) decoders, such as those used in the
FFmpeg
FFmpeg is a free and open-source software project consisting of a suite of libraries and programs for handling video, audio, and other multimedia files and streams. At its core is the command-line ffmpeg tool itself, designed for processing vide ...
and
Libav libraries, simply ignore the second view and thus do not show the second view for stereoscopic views. In most cases, the reason for this support not being added is that MVC was not considered when the initial core H.264 and HEVC decoders code was written. Later amendment would as such often mean a lot of prerequisite
code refactoring
In computer programming and software design, code refactoring is the process of restructuring existing source code—changing the '' factoring''—without changing its external behavior. Refactoring is intended to improve the design, structure, ...
work and large changes its current architecture, with major work in untangling and reordering some code, and splitting different functions in existing decoder code into smaller chunks for simpler handling to in turn then make amendments such as MVC easier to add.
Some
proof-of-concept work has however been done downstream in the past, but never made it upstream into official releases of
FFmpeg
FFmpeg is a free and open-source software project consisting of a suite of libraries and programs for handling video, audio, and other multimedia files and streams. At its core is the command-line ffmpeg tool itself, designed for processing vide ...
or
Libav.
On March 8, 2016, the situation improved. Version 0.68 of the DirectShow Media Splitter and Decoders Collection
LAV Filters was released by developer "Nevcairiel" (who also works for
Media Player Classic — Home Cinema (
MPC-HC)) with support of H.264 MVC 3D demuxing and decoding. With the aid of this release and FRIM written by a programmer named “videohelp3d” it is possible to write an
AviSynth script to pre process a H.264 MVC 3D video clip which can then be opened by free 3D video player
Bino and then shown as red — cyan anaglyph video for example.
The usage of the FRIM AviSynth plugin (FRIMSource) is described on “videohelp3d” home page. LAV Filters can be used to get audio from H.264 MVC 3D video clip. The developer posted that in a future release of, it might be possible that LAV Video renders the video as Side-by-Side directly.
Patent holders
The following organizations hold
patent
A patent is a type of intellectual property that gives its owner the legal right to exclude others from making, using, or selling an invention for a limited period of time in exchange for publishing an sufficiency of disclosure, enabling discl ...
s that contributed to the development of MVC technology, listed in a
patent pool by
MPEG LA.
See also
*
2D plus Delta
*
2D-plus-depth
*
Stereoscopic video coding
*
Digital 3D
*
Stereoscopic
*
TDVision
*
3D television
*
3D display
*
3-D film
3D films are motion pictures made to give an illusion of Three-dimensional space, three-dimensional solidity, usually with the help of Stereoscopy#3D viewers, special glasses worn by viewers. 3D films were prominently featured in the 1950s in Amer ...
*
Crosstalk
In electronics, crosstalk (XT) is a phenomenon by which a signal transmitted on one circuit or channel of a transmission system creates an undesired effect in another circuit or channel. Crosstalk is usually caused by undesired capacitive, ...
*
Stereoscopy
Stereoscopy, also called stereoscopics or stereo imaging, is a technique for creating or enhancing the depth perception, illusion of depth in an image by means of stereopsis for binocular vision. The word ''stereoscopy'' derives . Any ster ...
*
3D Blu-ray Disc
*
List of 3D films
References
External links
Mitsubishi Electric Research Laboratories – Multiview Video Coding projectMPEG – Technologies – Introduction to Multiview Video Coding
Nokia Research Center – Mobile 3D Video project and MVC source code NetBlender – MVC encoding solution for 3D Blu-ray authoring*TDVision Systems, Inc – Stereoscopic decoding patents:
*
TDVision Systems, Inc – Stereoscopic encoding patent*
TDVision Systems, Inc – Stereoscopic decoding patent
{{High-definition
3D imaging
IEC standards
ISO standards
MPEG-4
Open standards covered by patents
Video codecs
Video compression