SCPlayerPro

SCPlayerPro like most media players, we deal with audio and video playback. The difference with other playback plug-ins is that we will be compatible with most video formats and some non-popular pixel formats.

SCPlayerPro is an audio and video player plug-in,We packaged it, that is, the core decoding plug-in SCCore.dll. In terms of video playback, we did not use DX9 and DX11 for direct video rendering, but used Texture2D in Unity for intuitive rendering. Considering the needs of relatively special users, users may want to obtain the original data of video frames, so they must get the data of each frame to the CPU. Although this will affect certain performance, it can better meet the needs of users. These effects are negligible. In terms of audio playback, we have also encapsulated, and the same factors as video, we can also obtain the original PCM audio data. Users can easily obtain the original data after audio and video decoding for secondary use.


Features

  • Support most audio and video files
  • It is friendly to the video support of different resolutions
  • Support multiple pixel formats
  • Supports hardware acceleration of multiple device types
  • Friendly and compatible with videos containing transparent channels
  • Support 8K 30fps
  • Looping playback does not lag

Supported Platforms

Windows (64-bit) Android (armeabi-v7a, arm64-v8a, x86)