Skip to content
Open
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
10 changes: 6 additions & 4 deletions samples/lcevc/lcevc-dual-track-debug.html
Original file line number Diff line number Diff line change
Expand Up @@ -191,10 +191,12 @@
<div class="row">
<div class="col-md-4">
<div class="h-100 p-5 bg-light border rounded-3">
<h3>MPEG-5 Part 2 LCEVC Dual Track Implementation</h3>
<p>This example shows how content with LCEVC Enhancements in a separate track can be played
back by the dash.js
player. dash.js allows a switch between Enhanced and Base profiles.</p>
<h3>MPEG-5 Part 2 LCEVC Scalable Implementation</h3>
<p>A sample demonstrating how to use MPEG-5 Part 2 LCEVC for scalable delivery, where
higher resolution representations are generated by applying LCEVC to the corresponding
lower resolution versions. This example is a debug test stream, which will show moving
squares when the LCEVC enhancement is being decoded and displayed successfully.
The player allows switching between the Base and Enhanced Representations.</p>
</div>
</div>
<div class="col-md-8">
Expand Down
9 changes: 5 additions & 4 deletions samples/lcevc/lcevc-dual-track.html
Original file line number Diff line number Diff line change
Expand Up @@ -191,10 +191,11 @@
<div class="row">
<div class="col-md-4">
<div class="h-100 p-5 bg-light border rounded-3">
<h3>MPEG-5 Part 2 LCEVC Dual Track Implementation</h3>
<p>This example shows how content with LCEVC Enhancements in a separate track can be played
back by the dash.js
player. dash.js allows a switch between Enhanced and Base profiles.</p>
<h3>MPEG-5 Part 2 LCEVC Scalable Implementation</h3>
<p>A sample demonstrating how to use MPEG-5 Part 2 LCEVC for scalable delivery, where
higher resolution representations are generated by applying LCEVC to the corresponding
lower resolution versions. The player allows switching between the Base and
Enhanced Representations.</p>
</div>
</div>
<div class="col-md-8">
Expand Down