Re: decoding H.264 using an hardware codec

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

Re: decoding H.264 using an hardware codec

Overkill
> I would like to write a plug-in which decodes an H264 video stream using the
> hardware codec Intel Graphics Media Accelerator 500 of my Intel processor.

You have to write a plugin that at least properly setup the hardware,
load the H264
data on the HW decoder and extract the decoded stream from the HW.

Then the plugin has to be insert in a pipeline.

For example

gst-launch filesrc location=myfile.avi ! avidemux !
my_hw_decoder_plugin ! videosink

To write your plugin you must know how to use the hardware...
If you're lucky you may find someone that is working on the same component.

Ivan

------------------------------------------------------------------------------
Protect Your Site and Customers from Malware Attacks
Learn about various malware tactics and how to avoid them. Understand
malware threats, the impact they can have on your business, and how you
can protect your company and customers by using code signing.
http://p.sf.net/sfu/oracle-sfdevnl
_______________________________________________
gstreamer-devel mailing list
[hidden email]
https://lists.sourceforge.net/lists/listinfo/gstreamer-devel
Reply | Threaded
Open this post in threaded view
|

Re: decoding H.264 using an hardware codec

Ivan Zoli
> I would like to write a plug-in which decodes an H264 video stream using the
> hardware codec Intel Graphics Media Accelerator 500 of my Intel processor.

You have to write a plugin that at least properly setup the hardware,
load the H264
data on the HW decoder and extract the decoded stream from the HW.

Then the plugin has to be insert in a pipeline.

For example

gst-launch filesrc location=myfile.avi ! avidemux !
my_hw_decoder_plugin ! videosink

To write your plugin you must know how to use the hardware...
If you're lucky you may find someone that is working on the same component.

Ivan

------------------------------------------------------------------------------
Protect Your Site and Customers from Malware Attacks
Learn about various malware tactics and how to avoid them. Understand
malware threats, the impact they can have on your business, and how you
can protect your company and customers by using code signing.
http://p.sf.net/sfu/oracle-sfdevnl
_______________________________________________
gstreamer-devel mailing list
[hidden email]
https://lists.sourceforge.net/lists/listinfo/gstreamer-devel