Questions tagged [onevpl]

Use this tag to ask questions about Intel oneVPL, which is a programming interface for video decoding, encoding, and processing to build portable media pipelines on CPUs, GPUs, and other accelerators.

Reference documentation

Report bugs and feature requests

6 questions
1
vote
1 answer

Issue with oneVPL samples

I am unable to run any VPL samples on my host machine. When I am trying to run any hello samples it's showing the below error. I installed basetoolkit and am trying to run the hello_encode sample with the below command. ./hello-encode -i ./P.i420…
bannu
  • 17
  • 4
0
votes
0 answers

Intel Media SDK Encoding h265 with Intra Refresh on Intel Gen 11

I can't figure out how to encode YUV file to h265 with Intra Refresh on Intel Gen 11. And I tried to run it on both linux and windows. Here is the bug I opened on GitHub with extra details: Bug. Can someone tell me what parameters I need to…
or linzer
  • 51
  • 3
0
votes
2 answers

Raw output file got damaged

I’m working on oneVPL samples from this GitHub repository (https://github.com/oneapi-src/oneAPI-samples ) and I’m trying to build hello-vpp sample. After running the program with the command in readme.md file, I wanted to increase the video size to…
user16867861
0
votes
1 answer

fatal error C1083: Cannot open include file: 'CL/sycl.hpp': No such file or directory

I’m working on oneVPL samples from this GitHub repository (https://github.com/oneapi-src/oneAPI-samples ) and I’m trying to build dpcpp-blur sample. I am getting the below error: fatal error C1083: Cannot open include file: 'CL/sycl.hpp': No such…
user16867861
0
votes
1 answer

Error: Could not create output file Processed 0 frames

I am running one of the oneVPL samples- hello-vpp. I've downloaded the samples source code from oneAPI samples repository- https://github.com/oneapi-src/oneAPI-samples.git My OS is Ubuntu 18.04. After build, I tried the below command to get the…
AlekhyaV - Intel
  • 580
  • 3
  • 21