Normal
FFMpeg is used as nuget package, with the version 2.0.1.only replace the ffmpeg binary, and modify the setting "profile"https://github.com//MPExtended/blob/master/Tests/MPExtended.Tests.Libraries.Service/Config/Data/UpgradingTests/Streaming.xml#L36replace "-codec:v libx264" by " -codec:v h264_qsv"Quicksync is also available on VLChttps://forum.videolan.org/viewtopic.php?f=14&t=113579https://github.com//MPExtended/blob/master/Tests/MPExtended.Tests.Libraries.Service/Config/Data/UpgradingTests/Streaming.xml#L101replace "venc=x264" by "venc=qsv"and don't forget to install Intel MEdiaSDK library, and update the driver GPU to the latest.https://software.intel.com/en-us/media-client-solutionsbut this change seems easy to do ... try lol
FFMpeg is used as nuget package, with the version 2.0.1.
only replace the ffmpeg binary, and modify the setting "profile"
https://github.com//MPExtended/blob/master/Tests/MPExtended.Tests.Libraries.Service/Config/Data/UpgradingTests/Streaming.xml#L36
replace "-codec:v libx264" by " -codec:v h264_qsv"
Quicksync is also available on VLC
https://forum.videolan.org/viewtopic.php?f=14&t=113579
https://github.com//MPExtended/blob/master/Tests/MPExtended.Tests.Libraries.Service/Config/Data/UpgradingTests/Streaming.xml#L101
replace "venc=x264" by "venc=qsv"
and don't forget to install Intel MEdiaSDK library, and update the driver GPU to the latest.
https://software.intel.com/en-us/media-client-solutions
but this change seems easy to do ... try lol