Jean Le Feuvre
Jean Le Feuvre
> Now i just wonder how you handle compatibility layer bit in Dolby muxer it can be set to 1 or 2 defining if it's backward compatible with SDR or...
thanks :) BTW, would you have a sample file for profile 7 (base+el) ?
30s max would be more than enough, I just need to test EL removal
`dhv1` is DV wrapper for `hvc1`, `dvhe` is wrapper for `hev1`, i.e. in-band parameter sets So you will get a `dvhe` codec type if you mux using: ``` MP4Box -add...
Latest master should now be able to split and reagg dual-DV streams (cf [test](https://github.com/gpac/testsuite/blob/master/scripts/bssplit.sh#L17), even if test source only has RPU... ) I also added `avcE` and `hvcE` as they...
use either one of: ``` MP4Box -add source.hvc:dv-profile=0 -new dst.mp4 MP4Box -add source.hvc --dv_profile=0 -new dst.mp4 gpac -i source.hvc:dv_profile=0 -o dst.mp4 ``` Do you have any clue why the LG...
Could you try muxing with e.g. ``` MP4Box -add source:dv-profile=f8.hdr10 --xps_inband=both -new test.mp4 ``` You can also set `:hdr=none` option to remove `mdcv` and `clli` boxes
can you do a diff between the non-working version and the working one: - diff of MPDs - diff of init segment (MP4Bpx -diso init.mp4) - diff of first segment...
Did you find out how to use the DRM provider info ?
thanks for the feedback !