Questions tagged [intel-video-processing]

Use this tag to ask questions about Intel® VPL which provides access to H264/H265 elementary stream decode and frame processing.

3 questions
0
votes
1 answer

comparing watch times of video with watch time coming from app to avoid duplicate entries in db

{ "start":"0", "end":"5", }, { "start":"5", "end":"25", }, { "start":"20" ,"end":"50", }, { "start":"60" ,"end":"150", }, { "start":"40" ,"end":"60", }, { "start":"0", "end":"10", }, { …
user17984731
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

I have an H264 Bitstream, how can I stream it?

So, I am currently using the Intel Media SDK to generate a H264 Bitstream, one packet at a time. I can save that to a file and play the video directly from the file using VLC. However, I don't know where to get started when it comes to streaming…
mczarnek
  • 307
  • 1
  • 3
  • 13