plugin for adding custom SEI to h264 bitstream

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

plugin for adding custom SEI to h264 bitstream

msemsar
Dear All,
I intend to add the frame number as an SEI to the h264 stream. Is there any plugging for that? In other words, is there any plugin that supports adding/editing SEI?
If no, can I modify h264parse to add a custom SEI to the bitstream? Or is there any other plugin that I can modify for this purpose?
thanks very much

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

Re: plugin for adding custom SEI to h264 bitstream

Sebastian Dröge-3
On Thu, 2016-12-15 at 16:21 -0500, mehdi semsarzadeh wrote:
> Dear All,
> I intend to add the frame number as an SEI to the h264 stream. Is
> there any plugging for that? In other words, is there any plugin that
> supports adding/editing SEI?
> If no, can I modify h264parse to add a custom SEI to the bitstream?
> Or is there any other plugin that I can modify for this purpose?

h264parse seems like a good place for this, as it already parses all
the h264 bitstream anyway. Otherwise, a new element around the h264
parsing functions from libgstcodecutils would also not be too much
work.

--
Sebastian Dröge, Centricular Ltd · http://www.centricular.com
_______________________________________________
gstreamer-devel mailing list
[hidden email]
https://lists.freedesktop.org/mailman/listinfo/gstreamer-devel

signature.asc (981 bytes) Download Attachment
Reply | Threaded
Open this post in threaded view
|

Re: plugin for adding custom SEI to h264 bitstream

Jake Zhang
In reply to this post by msemsar
I am interested in this also. 

On Thu, Dec 15, 2016 at 4:21 PM, mehdi semsarzadeh <[hidden email]> wrote:
Dear All,
I intend to add the frame number as an SEI to the h264 stream. Is there any plugging for that? In other words, is there any plugin that supports adding/editing SEI?
If no, can I modify h264parse to add a custom SEI to the bitstream? Or is there any other plugin that I can modify for this purpose?
thanks very much

_______________________________________________
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