Movatterモバイル変換


[0]ホーム

URL:


Jump to content
WikipediaThe Free Encyclopedia
Search

Multiview Video Coding

From Wikipedia, the free encyclopedia
Extension to 3D film television standards
This article has multiple issues. Please helpimprove it or discuss these issues on thetalk page.(Learn how and when to remove these messages)
icon
This articleneeds additional citations forverification. Please helpimprove this article byadding citations to reliable sources. Unsourced material may be challenged and removed.
Find sources: "Multiview Video Coding" – news ·newspapers ·books ·scholar ·JSTOR
(July 2011) (Learn how and when to remove this message)
This article'stone or style may not reflect theencyclopedic tone used on Wikipedia. Relevant discussion may be found on thetalk page. See Wikipedia'sguide to writing better articles for suggestions.(January 2015) (Learn how and when to remove this message)
(Learn how and when to remove this message)

Multi View Video Coding (MVC, also known asMVC 3D) is astereoscopic video coding standard forvideo compression that allows for encoding video sequences captured simultaneously from multiple camera angles in a single video stream.[1] It uses the2D plus Delta method and it is an amendment to theH.264 (MPEG-4 AVC) video compression standard, developed jointly byMPEG andVCEG,[2] with the contributions from a number of companies, such asPanasonic andLG Electronics.[3]

MVC formatting is intended for encodingstereoscopic (two-view)3D video, as well asfree viewpoint television and multi-view3D television. The Stereo High profile has been standardized in June 2009; the profile is based on the MVC tool set and is used in stereoscopicBlu-ray 3D releases.[4]

Technical overview

[edit]

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 sameelementary stream and to share as much information as possible across the different layers. This can reduce the 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

[edit]
This section may contain informationnotimportant or relevant to the article's subject. Please helpimprove this section.(December 2020) (Learn how and when to remove this message)

As of April 2015, there is nofree and open-source software that supports software decoding of the MVC video compression standard.[11] Popular open source H.264 andHEVC (H.265) decoders, such as those used in theFFmpeg andLibav 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 prerequisitecode 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.[12]

Someproof-of-concept work has however been done downstream in the past, but never made it upstream into official releases ofFFmpeg orLibav.[13][14]

On March 8, 2016, the situation improved. Version 0.68 of the DirectShow Media Splitter and Decoders CollectionLAV Filters[15] was released by developer "Nevcairiel" (who also works forMedia Player Classic — Home Cinema (MPC-HC)) with support of H.264 MVC 3D demuxing and decoding. With the aid of this release and FRIM[16] written by a programmer named “videohelp3d”[17] it is possible to write anAviSynth script to pre process a H.264 MVC 3D video clip which can then be opened by free 3D video playerBino[18] and then shown as red — cyan anaglyph video for example.[11]

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[19] posted that in a future release of, it might be possible that LAV Video renders the video as Side-by-Side directly.[20]

Patent holders

[edit]

The following organizations holdpatents that contributed to the development of MVC technology, listed in apatent pool byMPEG LA.[21]

Organization[22]Active patentsExpired patentsTotal patents[3]
Panasonic60741648
LG Electronics85287
Dolby Laboratories77380
Fraunhofer65065
Fujitsu59362
Mitsubishi Electric282149
GE31031
Tagivan II LLC27027
Siemens14923
Columbia University01717
Maxell14014
Thomson Licensing01414
Koninklijke KPN N.V.101313
Nippon Telegraph and Telephone808
NTT Docomo606
Sony505
Electronics and Telecommunications Research Institute213
HP Inc.011

See also

[edit]

References

[edit]
  1. ^https://research.nokia.com/page/4988Archived 16 July 2015 at theWayback Machine Mobile 3D Video
  2. ^"Archived copy"(PDF). Archived fromthe original(PDF) on 19 July 2011. Retrieved13 January 2011.{{cite web}}: CS1 maint: archived copy as title (link) 3DTV AT HOME: STATUS, CHALLENGES AND SOLUTIONS FOR DELIVERING A HIGH QUALITY EXPERIENCE
  3. ^ab"MVC Patent List"(PDF).MPEG LA. Retrieved11 July 2019.
  4. ^"mpeg4-mvc - 3D Vision Blog". Retrieved8 March 2023.
  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. ^abHo, Yo-Sung; Oh, Kwan-Jung (2007). "Overview of Multi-view Video Coding".2007 14th International Workshop on Systems, Signals and Image Processing and 6th EURASIP Conference focused on Speech and Image Processing, Multimedia Communications and Services. pp. 5–12.doi:10.1109/IWSSIP.2007.4381085.ISBN 978-961-248-036-3.S2CID 453153.
  12. ^blogs.gentoo.org/lu_zero/2014/04/04/the-road-to-mvc/ The road to MVC
  13. ^http://www.nt.uni-saarland.de/fileadmin/file_uploads/theses/master/Optimized_implementation_of_a_MVC_decoder.pdfArchived 4 March 2016 at theWayback Machine Jochen Britz – Optimized implementation of an MVC decoder – Master’s Thesis in Computer and Communication Technology
  14. ^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.
  15. ^https://github.com/Nevcairiel/LAVFilters GitHub repository of LAV Filters project Retrieved 2016-03-30
  16. ^http://www.videohelp.com/software/FRIM Videohelp download page Retrieved 2016-03-30
  17. ^http://forum.doom9.org/showthread.php?t=169651 developers page of "videohelp3d" Retrieved 2016-03-30
  18. ^http://bino3d.org/index.html Home page of Bino - a free 3D video player Retrieved 2016-03-30
  19. ^http://forum.doom9.org/showthread.php?t=156191&page=1029 developers page of "Nevcairiel" (at bottom of page) Retrieved 2016-03-30
  20. ^CrendKing (10 February 2022),AviSynth Filter and VapourSynth Filter, retrieved10 February 2022
  21. ^"Media: Licensing Programs".MPEG LA. Retrieved10 February 2022.
  22. ^"Licensors Included in the MVC Patent Portfolio License".MPEG LA. Retrieved11 July 2019.

External links

[edit]
Perception
Display
technologies
Other
technologies
Product
types
Notable
products
Miscellany
Video
compression
ISO,IEC,
MPEG
ITU-T,VCEG
SMPTE
TrueMotion and AOMedia
Chinese Standard
  • AVS1 P2/AVS+(GB/T 20090.2/16)
  • AVS2 P2(GB/T 33475.2,GY/T 299.1)
    • HDR Vivid(GY/T 358)
  • AVS3 P2(GY/T 368)
Others
Audio
compression
ISO,IEC,
MPEG
ITU-T
IETF
3GPP
ETSI
Bluetooth SIG
Chinese Standard
Others
Image
compression
IEC,ISO,IETF,
W3C,ITU-T,JPEG
Others
Containers
ISO,IEC
ITU-T
IETF
SMPTE
Others
Collaborations
Methods
Lists
SeeCompression methods for techniques andCompression software for codecs
MPEG-1 Parts
MPEG-2 Parts
MPEG-4 Parts
MPEG-7 Parts
MPEG-21 Parts
MPEG-D Parts
MPEG-G Parts
MPEG-H Parts
MPEG-I Parts
MPEG-5 Parts
Other
High-definition (HD)
Concepts
Resolutions
Analog broadcast
(All defunct)
Digital broadcast
Audio
Filming and storage
HD media and
compression
Connectors
Deployments
Retrieved from "https://en.wikipedia.org/w/index.php?title=Multiview_Video_Coding&oldid=1317994182"
Categories:
Hidden categories:

[8]ページ先頭

©2009-2025 Movatter.jp