Media (Intel® Video Processing Library, Intel Media SDK)
Access community support with transcoding, decoding, and encoding in applications using media tools like Intel® oneAPI Video Processing Library and Intel® Media SDK
Announcements
The Intel Media SDK project is no longer active. For continued support and access to new features, Intel Media SDK users are encouraged to read the transition guide on upgrading from Intel® Media SDK to Intel® Video Processing Library (VPL), and to move to VPL as soon as possible.
For more information, see the VPL website.

Can't run GStreamer examples

Bob-Berger
Beginner
1,027 Views

I installed Media SDK API Version 1.35 on Ubuntu 18.0.4 and installed the GStreamer plugins from https://github.com/Intel-Media-SDK/gstreamer-plugins

I can't get any of the gstreamer examples to work on an Core i9-10900X.

For example, the following command produces an empty MP4 file:

gst-launch-1.0 \
> videotestsrc num-buffers=150 ! \
> video/x-raw,format=YV12,width=1280,height=720,framerate=30/1 ! \
> mfx_gst_vpp memory=video width=1280 height=720 ! \
> mfx_gst_h264ve RateControlMethod=cbr TargetKbps=3000 GopRefDist=1 ! \
> qtmux ! \
> filesink location=videotest.mp4
Setting pipeline to PAUSED ...
ERROR: Pipeline doesn't want to pause.
Setting pipeline to NULL ...
Freeing pipeline ...

0 Kudos
3 Replies
AlekhyaV_Intel
Moderator
1,001 Views

Hi,


Thank you for posting in Intel Communities. We are trying to reproduce your issue from our end. We will get back to you soon with an update.


Regards,

Alekhya


0 Kudos
AlekhyaV_Intel
Moderator
931 Views

Hi,


We could reproduce your issue. We are working on this bug internally, we will get back to you soon with an update.


Regards,

Alekhya


0 Kudos
Pamela_H_Intel
Moderator
425 Views

Apologies for the delays. Media SDK functionality has been superseded by oneVPL, FFmpeg and GStreamer.

 

For more information see the oneVPL Landing Page: https://www.intel.com/content/www/us/en/developer/tools/oneapi/onevpl.html where you will find, among other information

 

oneVPL version 2.x is an API that is the successor to Intel® Media SDK. The Intel Media SDK project is no longer active and will not be updated. Packages and downloads are still available on GitHub*. For continued support and access to new features, Intel Media SDK users are encouraged to move to oneVPL as soon as possible.

Let us know if you have any questions about oneVPL.


0 Kudos
Reply