the HDR10+ metadata are transported within the prefix SEI NAL unit(in particular those with payloadType = 4)DaMacFunkin wrote: ↑Sun Mar 29, 2020 6:16 pmIs there anyway to strip the HDR10+ information with eac3to or ffmpeg during this process?
Using ffmpeg you can prevent this type of unit from being added to the raw stream but I don't consider it an orthodox thing to do (because you would eliminate all prefix SEI NAL units and not only those with payloadType = 4).
The choice is yours!
If you want to try, when you use ffmpeg after each "-c copy" add:
Code: Select all
-bsf:v filter_units=remove_types=39
As I have already said, the procedure is useless because it takes too long and then it would only add further confusion.