HDR10 metadata using gst-launch-1.0

classic Classic list List threaded Threaded
3 messages Options
Reply | Threaded
Open this post in threaded view
|

HDR10 metadata using gst-launch-1.0

ltreherne
Hi,

Is there a way to ingest HDR10 metadata (st2086) onto a H265/HEVC stream
using gst-launch-1.0

Thanks.



--
Sent from: http://gstreamer-devel.966125.n4.nabble.com/
_______________________________________________
gstreamer-devel mailing list
[hidden email]
https://lists.freedesktop.org/mailman/listinfo/gstreamer-devel
Reply | Threaded
Open this post in threaded view
|

Re: HDR10 metadata using gst-launch-1.0

Nicolas Dufresne-5
Le jeudi 25 juin 2020 à 08:30 -0500, ltreherne a écrit :
> Hi,
>
> Is there a way to ingest HDR10 metadata (st2086) onto a H265/HEVC stream
> using gst-launch-1.0

HDR10 static metadata will be exposed inside the caps, so one can
inject such meta for testing using capssetter element. This feature is
not released yet.

>
> Thanks.
>
>
>
> --
> Sent from: http://gstreamer-devel.966125.n4.nabble.com/
> _______________________________________________
> gstreamer-devel mailing list
> [hidden email]
> https://lists.freedesktop.org/mailman/listinfo/gstreamer-devel

_______________________________________________
gstreamer-devel mailing list
[hidden email]
https://lists.freedesktop.org/mailman/listinfo/gstreamer-devel
Reply | Threaded
Open this post in threaded view
|

Re: HDR10 metadata using gst-launch-1.0

dabrain34
In reply to this post by ltreherne
I gave a quick try with x265enc and it works fine me with this pipeline

gst-launch-1.0 -v videotestsrc !
video/x-raw,mastering-display-info=\(string\)7500:3000:34000:16000:13200:34500:15635:16450:10000000:1
! x265enc ! h265parse ! fakesink

But all the encoders do not support to inject the MDCV and CLL for now.

Cheers



--
Sent from: http://gstreamer-devel.966125.n4.nabble.com/
_______________________________________________
gstreamer-devel mailing list
[hidden email]
https://lists.freedesktop.org/mailman/listinfo/gstreamer-devel