Media (Intel® oneAPI 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 sign-in experience has changed to support enhanced security controls. If you sign in, click here for more information.

Tons of errors when running oneapi-cli examples

RAror6
New Contributor I
716 Views

Hello,

I am running the oneVPL examples in oneapi-cli. I have already setup the environment by running setvars.sh. 

I have tried everything, and get this error when I run simple_encode: Makefile:131: recipe for target 'run' failed; make: *** [run] Error 2

When I run simple_decode I get an error with linking. Could I please get some help fixing this?

I am running my code in DevCloud

Thank you!

0 Kudos
1 Solution
Luis_at_Intel
Moderator
716 Views

Hi Arora, Rushiv,

Thanks for reaching out. Can you share the full log/output message given by the terminal when running simple_decode? How are you running the decode_simple program? Do you see the binary file created under build directory?

For the simple_encode, please try running the simple_encode manually and see if error persits. Also share the log/output message displayed.

# try:
./encode_simple /opt/intel/inteloneapi/vpl/latest/samples/content/cars_1280x720.nv12 1280 720 

 

Regards,

Luis

View solution in original post

1 Reply
Luis_at_Intel
Moderator
717 Views

Hi Arora, Rushiv,

Thanks for reaching out. Can you share the full log/output message given by the terminal when running simple_decode? How are you running the decode_simple program? Do you see the binary file created under build directory?

For the simple_encode, please try running the simple_encode manually and see if error persits. Also share the log/output message displayed.

# try:
./encode_simple /opt/intel/inteloneapi/vpl/latest/samples/content/cars_1280x720.nv12 1280 720 

 

Regards,

Luis

Reply