|
1 |
| -# Intel® Media SDK open source release v1.3! |
| 1 | +# Intel® Media SDK open source release v1.3a! |
2 | 2 | **Whats new**
|
| 3 | + - Aligned with [Intel® Media Server Studio 2018 R1](https://software.intel.com/en-us/intel-media-server-studio) |
3 | 4 | - Add SCD support
|
4 | 5 | - API 1.25
|
5 |
| - - 1:N performance improvements |
6 |
| - - Support open source [Intel® Media Driver for VAAPI](https://github.com/intel/media-driver) |
| 6 | + - 1:N joined sessions performance improvements |
| 7 | + - Supports CentOS 7.4 - providing new features, security updates |
7 | 8 | - Multi-Frame encode APIs support added helping to improve transcoding dencity in multi-stream scenario, following known limitations apply to current implementation:
|
8 |
| - - Only H264 Encode is supported at a moment. |
9 |
| - - Optimized only for Xeon E3 1500 v5 series. |
10 |
| - - Performance can be worse than usual single-frame in next known cases: |
11 |
| - - 4K resolution encoding. |
12 |
| - - N:N with HEVC decode present in pipeline. |
13 |
| - - cases where framerates differs significantly like 30 and 60 for different streams. |
| 9 | + - Only H264 Encode is supported at a moment |
| 10 | + - Optimized only for Intel® Iris™ Pro Graphics 580 |
| 11 | + - Performance can be worse than usual single-frame in next known cases: |
| 12 | + - N:N with HEVC decode present in pipeline |
| 13 | + - cases where framerates differs significantly like 30 and 60 for different streams |
14 | 14 | - Following functionality is not supported with multi-frame encode operation and when set, multiframe will be disabled:
|
15 |
| - - When number of slices is controlled by parameters *NumSlice*, *NumSliceI*, *NumSliceP*, *NumSliceB*. |
16 |
| - - ‘intra refresh’ parameters are not supported. |
17 |
| - - MFX_MF_AUTO implemented at a moment. |
18 |
| - - FEI is not supported by open source driver for multiframe operation, proper SDK behavior is not validated. |
19 |
| - - Supported MaxNumFrames is 3, Only 2 will be used for next cases: *EnableMBQP*, *EnableMAD*, *EnableMBForceIntra*, *MBDisableSkipMap*. |
| 15 | + - When number of slices is controlled by parameters *NumSlice*, *NumSliceI*, *NumSliceP*, *NumSliceB* |
| 16 | + - ‘intra refresh’ parameters are not supported |
| 17 | + - MFX_MF_AUTO implemented at a moment |
| 18 | + - FEI is not supported by driver for multiframe operation, proper SDK behavior is not validated. |
| 19 | + - Supported MaxNumFrames is 3, Only 2 will be used for next cases: *EnableMBQP*, *EnableMAD*, *EnableMBForceIntra*, *MBDisableSkipMap* |
| 20 | + |
| 21 | +**Known limitations**: |
| 22 | + - Copy from video to system memory with `mfxInitParam::GPUCopy = MFX_GPUCOPY_OFF` leads to performance degradation up to x10 comparing to Intel® Media Server Studio release |
| 23 | + - Intel® Media Server Studio [limitations](https://software.intel.com/en-us/articles/intel-media-server-studio-release-notes) |
20 | 24 |
|
21 | 25 | # Intel® Media SDK open source release v1.2!
|
22 | 26 | **Whats new**
|
|
0 commit comments