Skip to content

asdlei99/samples-2

 
 

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

18 Commits
 
 
 
 
 
 

Repository files navigation

Intel® Media SDK Samples

The Intel® Media SDK Samples showcase the broad range of features in Intel® Media SDK, which must be installed first.
For Windows client use Intel® Media SDK (https://software.intel.com/en-us/media-sdk). For Linux and Windows Server install Intel® Media Server Studio (https://software.intel.com/en-us/intel-media-server-studio). For detailed information about Media SDK Samples please refer to the respective sample guides in respective folders.

How to build

git clone https://github.com/Intel-Media-SDK/samples.git
cd samples/samples
perl build.pl --cmake=intel64.make.debug --mfx-home=/path/to/mediasdk/headers --clean
make -j8 -C __cmake/intel64.make.debug

You can setup path to MSDK header thourgh environment variable (--mfx-home is not required in this case):

export MFX_HOME=/path/to/mediasdk/headers
perl build.pl --cmake=intel64.make.debug

MFX_HOME for installed MSS is /opt/intel/mediasdk.

About

DEPRECATED. MediaSDK samples. Main development repo located at https://github.com/Intel-Media-SDK/MediaSDK/tree/master/samples

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages

  • CMake 100.0%