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.

DirectShow Filter redistribution

ronald
Beginner
458 Views

Hello,

We waqnt to use your H.264 encoder/decode filter in a commercial application. From the developers guide, I understand that redistribution of Directshow filters is not allowed. Am I correct? From the EULA, I understand that source code may be used for free. So, in order to redistributeDirectShow filters, is recompiling enough to create filters that can be redistributed?

Best regards,

Ronald

0 Kudos
1 Solution
Petter_L_Intel
Employee
458 Views
Hi Ronald,

Yes, it is ok to just recompile the source code to create your own binaries which can be redistributed.

Regards,
Petter

View solution in original post

0 Kudos
3 Replies
Petter_L_Intel
Employee
459 Views
Hi Ronald,

Yes, it is ok to just recompile the source code to create your own binaries which can be redistributed.

Regards,
Petter
0 Kudos
Zach_J_1
Beginner
458 Views

ruijs@rvc.nl wrote:

From the EULA, I understand that source code may be used for free. So, in order to redistributeDirectShow filters, is recompiling enough to create filters that can be redistributed?

I assume this user is using the DirectShow filter code that is distributed with the "sample_dshow_plugins" sample?  I am trying to recompile that solution using Visual Studio Professional 2012 and I am getting an error stating "unable to find streams.h".  Build output here

Thanks!

Zach

0 Kudos
Petter_L_Intel
Employee
458 Views

"streams.h" is part of Microsoft Windows SDK 7.1.

Regards,
Petter

0 Kudos
Reply