aizvorski / h264bitstream

A complete set of functions to read and write H.264 video bitstreams, in particular to examine or modify headers.
GNU Lesser General Public License v2.1
713 stars 237 forks source link

How to recombine base and enhancement layer, splitted using svc_split? #34

Open princebose opened 4 years ago

princebose commented 4 years ago

I wanted to actually split the .264 bitstream into the base alyer and the enhancement layers. I figured our that I can use svc_split to do that, but needed help to actually recombine both and play it.

Any help would be great.