P2PSP / simulator

A complete stand-alone simulator for the P2PSP protocol
GNU General Public License v3.0
18 stars 15 forks source link

Implementation of a Vorbis/Theora transcoder for Scalable Coding #52

Closed vicente-gonzalez-ruiz closed 5 years ago

vicente-gonzalez-ruiz commented 5 years ago

Similarly to #51, a Scalable Video Coding (SVC) transcoder could improve the performance in variable-bandwidth scenarios. In this case, the forward transcoder would input an OGG stream and output a number of layers (OGG streams), each one presenting a different level of a Laplacian Pyramid.

The inverse transcoder would reconstruct the original OGG sequence (or an approximation of it) using all (or a smaller number of) layers.