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
Ankündigungen
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.

VPP Video Composition on Windows

celli4
Neuer Beitragender I
950Aufrufe

Is VPP Video Composition on Windows available in any editions for Windows?

This page https://software.intel.com/en-us/forums/topic/516395, mentions "Updates to VPP composition" for IMSDK 'Client', but the 9/28/14 article says it is not available. https://software.intel.com/en-us/articles/video-composition-using-intel-media-sdk

Is it available for Windows yet?

Thanks, Cameron

0 Kudos
5 Antworten
Sravanthi_K_Intel
Mitarbeiter
950Aufrufe

Hi Cameron,

Composition is available on Windows today. Please download Media Server Studio R3 release. We also have a sample (sample_vpp) that showcases composition. Let us know if you have more questions.

celli4
Neuer Beitragender I
950Aufrufe

Sravanthi,

Thanks for the quick feedback.  Both the Linux and Windows 'sample_vpp' have these source code lines:

#if !defined(_WIN32) && !defined(_WIN64)
    msdk_printf(MSDK_STRING("   [-composite parameters_file] - composite several input files in one output. The syntax of the parameters file is:\n"));
    msdk_printf(MSDK_STRING("                                  stream=<video file name>\n"));
    msdk_printf(MSDK_STRING("                                  width=<input video width>\n"));
    msdk_printf(MSDK_STRING("                                  height=<input video height>\n"));

 

Indicating the 'sample_vpp' project has not been updated for Windows compositing.

The readme-vpp.rtf for the Windows  'sample_vpp' does not mention compositing.

The readme-vpp.pdf for the Linux  'sample_vpp' do explain compositing.

I just downloaded the samples today for Windows and Linux here: https://software.intel.com/en-us/intel-media-server-studio-support/code-samples

 Even though the samples look out-of-sync/out-of-date, it should be possible to fix and use the 'sample_vpp' project for compositing on Windows?

Cameron

 

 

Sravanthi_K_Intel
Mitarbeiter
950Aufrufe

Composition will work on Windows and Linux. For Windows, composition was already existing and working. For linux, we are supporting this feature from our latest MSS release. Let me know if you were able to get composition working on Windows and Linux.

celli4
Neuer Beitragender I
950Aufrufe

Sravanthi,

Did confirm works on Windows. :) Thank you.

Cameron

Sravanthi_K_Intel
Mitarbeiter
950Aufrufe

Hi Cameron - Glad it worked for you. Thanks for letting us know.

Antworten