-
Notifications
You must be signed in to change notification settings - Fork 0
MPEG DASH SRD and HEVC tiling for VR videos
HOME » MP4Box » DASH » DASH SRD
We were at MMSys 2016 talking about new nice features in GPAC: support for MPEG-DASH Spatial Relation Description and HEVC motion-constrained tiling! We had a quick poster presenting our two demos
In this demo, a 4K tears of steel is split in 9 tiles, each of them encoded in various bitrates and resolutions. The resulting composition of tiles is played in GPAC with frame-level accuracy to rebuild the complete video. Of course, all of this is 100% DASH conformant and produced with MP4Box. MP4Box has the ability to add any MPD descriptor at period, adaptation set or representation level. For SRD, we use adaptation set descriptors as specified in MPEG DASH; for example:
MP4Box -dash 1000 [other dash params] source.mp4:desc_as=<SupplementalProperty schemeIdUri=\"urn:mpeg:dash:srd:2014\" value=\"0,0,1,1,1,2,2\"/>
indicates that source.mp4
is placed at X=0, Y=1 with width 1 and height 1 on a tiling grid of size 2x2. This information needs to be manually specified at command line for independent videos, but is automatically inserted if the source file contains an HEVC tile track (see second demo).
The full content of the demo can be browsed here, and you can have fun with the HD version or the 4K version of the DASH session.
You can use GPAC player with gui to watch the different tiles quality and stats:
In this demo, we use HEVC tiling tools with constrained motion to allow replacing a tile of an HEVC bitstream with a tile from another HEVC bitstream with same configuration but different quality. In this use case the different HEVC bitstream represent the same content in order to perform bitrate adaptation at the tile level. The nice thing about this is that the reconstructed bitstream is HEVC compliant and requires only a single decoder for the playback!
The full content of the demo can be browsed here, and you can have fun with the HD version of the DASH session.
You can use GPAC player with gui to watch the different tiles quality and stats:
A complete tutorial for HEVC and tiling is available here.
WARNING: the file format for the HEVC tile track or the MPD format are not standardized yet, there will be some changes in GPAC regarding this demo any time soon. The MP4Box documentation will be updated once the standard is finalized.`
General
Overview
Usage
Language tagging
Dump TS streams
DASH
Introduction
Fragmentation
DASH Support
Key-frame alignment
DASH Sequences
HEVC Tile-based adaptation
DASH SRD and HEVC tiling
Fragmented MP4 in HLS
Encryption
Introduction
Common Encryption
ISMACryp
OMA DRM
Subtitles
Introduction
TTXT Format
EBU-TTD
Scene coding
BIFS Textual Format
XMT Format
Scene Commands
BT and XMT tips
Misc Features