Multiview Video Coding

From Wikipedia, the free encyclopedia

Multiview Video Coding (MVC, also known as MVC 3D) is a stereoscopic video coding standard for video compression that allows for the efficient encoding of video sequences captured simultaneously from multiple camera angles in a single video stream.[1] It uses the 2D plus Delta method and is an amendment to the H.264 (MPEG-4 AVC) video compression standard, developed jointly by MPEG and VCEG,[2] with contributions from a number of companies, primarily Panasonic and LG Electronics.[3]

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 toolset and is used in stereoscopic Blu-ray 3D releases.[4]

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 size of the encoded video.[5][6]

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.[7][8][9]

The method for this 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.[10]

Open source support mostly missing[]

As of April 2015, there is still no free and open-source software that supports software decoding of the MVC video compression standard. So popular open source H.264 and HEVC (H.265) decoders such as those used in the FFmpeg and Libav libraries simply ignore the additional information for 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 so it was coded in one large chunk, and later amendment would as such often mean a lot of prerequisite code refactoring 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.[11]

Some proof-of-concept work has however been done downstream in the past but never made it upstream into official releases of FFmpeg or Libav.[12][13]

On March 8, 2016, the situation improved. Version 0.68 of the DirectShow Media Splitter and Decoders Collection LAV Filters[14] 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 [15] written by a programmer named "videohelp3d" [16] 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 [17] 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 [18] 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 patents that contributed to the development of MVC technology, listed in a patent pool by MPEG LA.

Organization[19] Active patents Expired patents Total patents[3]
Panasonic 607 41 648
LG Electronics 85 2 87
Dolby Laboratories 77 3 80
Fraunhofer 65 0 65
Fujitsu 59 3 62
Mitsubishi Electric 28 21 49
GE 31 0 31
Tagivan II LLC 27 0 27
Siemens 14 9 23
Columbia University 0 17 17
Maxell 14 0 14
Thomson Licensing 0 14 14
Koninklijke KPN N.V.1 0 13 13
Nippon Telegraph and Telephone 8 0 8
NTT Docomo 6 0 6
Sony 5 0 5
Electronics and Telecommunications Research Institute 2 1 3
HP Inc. 0 1 1

See also[]

  • 2D plus Delta
  • 2D-plus-depth
  • Stereoscopic video coding
  • Digital 3D
  • Stereoscopic
  • TDVision
  • 3D television
  • 3DTV
  • 3D display
  • 3-D film
  • Crosstalk
  • Stereoscopy
  • 3D Blu-ray Disc
  • List of 3D films

References[]

  1. ^ https://research.nokia.com/page/4988 Archived 16 July 2015 at the Wayback Machine Mobile 3D Video
  2. ^ "Archived copy" (PDF). Archived from the original (PDF) on 19 July 2011. Retrieved 13 January 2011.CS1 maint: archived copy as title (link) 3DTV AT HOME: STATUS, CHALLENGES AND SOLUTIONS FOR DELIVERING A HIGH QUALITY EXPERIENCE
  3. ^ Jump up to: a b "MVC Patent List" (PDF). MPEG LA. Retrieved 11 July 2019.
  4. ^ http://3dvision-blog.com/tag/mpeg4-mvc/ Blu-ray Disc Association Has Announced the Final 3D Specifications
  5. ^ https://wiki.libav.org/Blueprint/MultiAVFrame Libav MultiAVFrame Blueprint
  6. ^ Ijsselsteijn, Wijnand A.; Seuntiëns, Pieter J.H.; Meesters, Lydia M.J. (3 January 2006). "Human Factors of 3D Displays". 3D Videocommunication. Chichester, UK: John Wiley & Sons, Ltd. pp. 217–233. doi:10.1002/0470022736.ch12. ISBN 978-0-470-02273-3.
  7. ^ MPEG – Technologies – Introduction to Multiview Video Coding
  8. ^ http://vision.princeton.edu/projects/2008/ECCV_stereo/paper_low-res.pdf Learning Two-View Stereo Matching
  9. ^ http://cs.nyu.edu/~fergus/teaching/vision_2012/6_Multiview_SfM.pdf Lecture 6: Multi-view Stereo & Structure from Motion
  10. ^ http://www.itu.int/rec/T-REC-H.264 H.264 : Advanced video coding for generic audiovisual services
  11. ^ blogs.gentoo.org/lu_zero/2014/04/04/the-road-to-mvc/ The road to MVC
  12. ^ http://www.nt.uni-saarland.de/fileadmin/file_uploads/theses/master/Optimized_implementation_of_a_MVC_decoder.pdf Archived 4 March 2016 at the Wayback Machine Jochen Britz – Optimized implementation of an MVC decoder – Master’s Thesis in Computer and Communication Technology
  13. ^ https://github.com/Britz/FFmpeg Britz – In terms of my master thesis, I work on a H.264 MVC implementation in libvacodec based on H.264 Annex H.
  14. ^ https://github.com/Nevcairiel/LAVFilters GitHub repository of LAV Filters project Retrieved 2016-03-30
  15. ^ http://www.videohelp.com/software/FRIM Videohelp download page Retrieved 2016-03-30
  16. ^ http://forum.doom9.org/showthread.php?t=169651 developers page of "videohelp3d" Retrieved 2016-03-30
  17. ^ http://bino3d.org/index.html Home page of Bino - a free 3D video player Retrieved 2016-03-30
  18. ^ http://forum.doom9.org/showthread.php?t=156191&page=1029 developers page of "Nevcairiel" (at bottom of page) Retrieved 2016-03-30
  19. ^ "Licensors Included in the MVC Patent Portfolio License". MPEG LA. Retrieved 11 July 2019.

External links[]

Retrieved from ""