Jump to content

Emby server 4.6.0.50: no advanced support for Intel gen11 GPU (Iris Xe) ?


GPFocus17
Go to solution Solved by rouq,

Recommended Posts

Thanks a lot for sharing those details!

1 minute ago, ivybridge0 said:

In addition,for some kernal error logs about bpfilter,I change kernal to ubuntu origin 5.13.0-30,and set guc=2 yesterday.

Two questions

1. Did the Emby hw detection log change after setting guc=2?

 

2. When you look into the Emby installation directory (/opt/emby-server/bin/), you can see some stub scripts like ffmpeg-emby. Those allow to execute ffmpeg & Co. in the same context as they are executed by Emby. Could you copy one of them to something like vainfo-emby and modify it to execute vainfo (in the context of the Emby environment).

The results of this will be interesting..

Thanks,
sw

Link to comment
Share on other sites

ivybridge0
3 hours ago, softworkz said:

1. Did the Emby hw detection log change after setting guc=2?

I think there is no much difference.

hardware_detection-63781222433.txt

 

3 hours ago, softworkz said:

2. When you look into the Emby installation directory (/opt/emby-server/bin/), you can see some stub scripts like ffmpeg-emby. Those allow to execute ffmpeg & Co. in the same context as they are executed by Emby. Could you copy one of them to something like vainfo-emby and modify it to execute vainfo (in the context of the Emby environment).

I tried,but this 'vainfo' binary just executed system info like before wherever it is located.I even tried to login at user emby,however,its all the same.

root@N5095:~# /opt/emby-server/bin/vainfo
error: can't connect to X server!
libva info: VA-API version 1.15.0
libva info: User environment variable requested driver 'iHD'
libva info: Trying to open /usr/lib/x86_64-linux-gnu/dri//iHD_drv_video.so
libva info: Found init function __vaDriverInit_1_15
libva info: va_openDriver() returns 0
vainfo: VA-API version: 1.15 (libva 2.13.0)
vainfo: Driver version: Intel iHD driver for Intel(R) Gen Graphics - 22.2.1 (7e357b4be)
vainfo: Supported profile and entrypoints
      VAProfileNone                   :	VAEntrypointVideoProc
      VAProfileNone                   :	VAEntrypointStats
      VAProfileMPEG2Simple            :	VAEntrypointVLD
      VAProfileMPEG2Main              :	VAEntrypointVLD
      VAProfileH264Main               :	VAEntrypointVLD
      VAProfileH264Main               :	VAEntrypointEncSliceLP
      VAProfileH264High               :	VAEntrypointVLD
      VAProfileH264High               :	VAEntrypointEncSliceLP
      VAProfileVC1Simple              :	VAEntrypointVLD
      VAProfileVC1Main                :	VAEntrypointVLD
      VAProfileVC1Advanced            :	VAEntrypointVLD
      VAProfileJPEGBaseline           :	VAEntrypointVLD
      VAProfileJPEGBaseline           :	VAEntrypointEncPicture
      VAProfileH264ConstrainedBaseline:	VAEntrypointVLD
      VAProfileH264ConstrainedBaseline:	VAEntrypointEncSliceLP
      VAProfileVP8Version0_3          :	VAEntrypointVLD
      VAProfileHEVCMain               :	VAEntrypointVLD
      VAProfileHEVCMain               :	VAEntrypointEncSliceLP
      VAProfileHEVCMain10             :	VAEntrypointVLD
      VAProfileHEVCMain10             :	VAEntrypointEncSliceLP
      VAProfileVP9Profile0            :	VAEntrypointVLD
      VAProfileVP9Profile0            :	VAEntrypointEncSliceLP
      VAProfileVP9Profile1            :	VAEntrypointVLD
      VAProfileVP9Profile1            :	VAEntrypointEncSliceLP
      VAProfileVP9Profile2            :	VAEntrypointVLD
      VAProfileVP9Profile2            :	VAEntrypointEncSliceLP
      VAProfileVP9Profile3            :	VAEntrypointVLD
      VAProfileVP9Profile3            :	VAEntrypointEncSliceLP
      VAProfileHEVCMain422_10         :	VAEntrypointVLD
      VAProfileHEVCMain444            :	VAEntrypointVLD
      VAProfileHEVCMain444            :	VAEntrypointEncSliceLP
      VAProfileHEVCMain444_10         :	VAEntrypointVLD
      VAProfileHEVCMain444_10         :	VAEntrypointEncSliceLP

Then I tried to run /opt/emby-server/bin/ffdetect vaenc,

root@N5095:/opt/emby-server/bin# ./ffdetect vaenc
./ffdetect: error while loading shared libraries: libavutil.so.57: cannot open shared object file: No such file or directory

 

Link to comment
Share on other sites

26 minutes ago, ivybridge0 said:

hen I tried to run /opt/emby-server/bin/ffdetect vaenc,

root@N5095:/opt/emby-server/bin# ./ffdetect vaenc
./ffdetect: error while loading shared libraries: libavutil.so.57: cannot open shared object file: No such file or directory

This will work when you run

./ffdetect-emby vaenc

instead.

Sorry for being unclear about the task that I meant to try:

  • In directory /opt/emby-server/bin
  • make a copy of ffdetect-emby (e.g. cp ./ffdetect-emby ./vainfo-emby)
  • then open the file vainfo-emby in a text editor
  • change ffdetect to vainfo
  • save & close
  • make sure that vainfo-emby has execute permission
  • execute ./vainfo-emby

This should run vainfo in the way that it runs under Emby, and you should see an earlier version of libva and Intel media driver.

 

PS: maybe it's the other way round: emby-ffdetect instead of fftetect-emby, I always forget about it..

Link to comment
Share on other sites

ivybridge0
5 hours ago, softworkz said:

This should run vainfo in the way that it runs under Emby, and you should see an earlier version of libva and Intel media driver.

Sure,I tested it,its really working.So interesting.

emby-vainfo:

root@N5095:/opt/emby-server/bin# ./emby-vainfo
error: can't connect to X server!
libva info: VA-API version 1.12.0
libva info: User environment variable requested driver 'iHD'
libva info: Trying to open /opt/emby-server/extra/lib/dri/iHD_drv_video.so
libva info: Found init function __vaDriverInit_1_12
libva info: va_openDriver() returns 0
vainfo: VA-API version: 1.12 (libva 2.13.0)
vainfo: Driver version: Intel iHD driver for Intel(R) Gen Graphics - 21.2.2 (4e4e3930)
vainfo: Supported profile and entrypoints
      VAProfileNone                   :	VAEntrypointVideoProc
      VAProfileNone                   :	VAEntrypointStats
      VAProfileMPEG2Simple            :	VAEntrypointVLD
      VAProfileMPEG2Main              :	VAEntrypointVLD
      VAProfileH264Main               :	VAEntrypointVLD
      VAProfileH264Main               :	VAEntrypointEncSliceLP
      VAProfileH264High               :	VAEntrypointVLD
      VAProfileH264High               :	VAEntrypointEncSliceLP
      VAProfileVC1Simple              :	VAEntrypointVLD
      VAProfileVC1Main                :	VAEntrypointVLD
      VAProfileVC1Advanced            :	VAEntrypointVLD
      VAProfileJPEGBaseline           :	VAEntrypointVLD
      VAProfileJPEGBaseline           :	VAEntrypointEncPicture
      VAProfileH264ConstrainedBaseline:	VAEntrypointVLD
      VAProfileH264ConstrainedBaseline:	VAEntrypointEncSliceLP
      VAProfileVP8Version0_3          :	VAEntrypointVLD
      VAProfileHEVCMain               :	VAEntrypointVLD
      VAProfileHEVCMain               :	VAEntrypointEncSliceLP
      VAProfileHEVCMain10             :	VAEntrypointVLD
      VAProfileHEVCMain10             :	VAEntrypointEncSliceLP
      VAProfileVP9Profile0            :	VAEntrypointVLD
      VAProfileVP9Profile0            :	VAEntrypointEncSliceLP
      VAProfileVP9Profile1            :	VAEntrypointVLD
      VAProfileVP9Profile1            :	VAEntrypointEncSliceLP
      VAProfileVP9Profile2            :	VAEntrypointVLD
      VAProfileVP9Profile2            :	VAEntrypointEncSliceLP
      VAProfileVP9Profile3            :	VAEntrypointVLD
      VAProfileVP9Profile3            :	VAEntrypointEncSliceLP
      VAProfileHEVCMain422_10         :	VAEntrypointVLD
      VAProfileHEVCMain444            :	VAEntrypointVLD
      VAProfileHEVCMain444            :	VAEntrypointEncSliceLP
      VAProfileHEVCMain444_10         :	VAEntrypointVLD
      VAProfileHEVCMain444_10         :	VAEntrypointEncSliceLP

emby-ffmpeg:

root@N5095:/opt/emby-server/bin# ./emby-ffmpeg -hwaccel vaapi -hwaccel_device /dev/dri/renderD128 -hwaccel_output_format vaapi -i /root/input.webm -c:v h264_vaapi -b:v 2M -maxrate 2M /root/output.mp4
ffmpeg version 5.0.0-emby_2022_01_26 Copyright (c) 2000-2022 the FFmpeg developers and softworkz for Emby LLC
  built with gcc 8.3.0 (crosstool-NG 1.24.0)
Execution Date: 2022-02-23 20:34:23
Input #0, matroska,webm, from '/root/input.webm':
  Metadata:
    COMPATIBLE_BRANDS: qt  
    MAJOR_BRAND     : qt  
    MINOR_VERSION   : 537199360
    ENCODER         : Lavf58.34.101
  Duration: 00:02:17.70, start: 0.000000, bitrate: 9644 kb/s
  Stream #0:0(eng): Video: vp9 (Profile 0), yuv420p(tv), 1920x1080, SAR 1:1 DAR 16:9, 29.97 fps, 29.97 tbr, 1k tbn (default)
    Metadata:
      HANDLER_NAME    : Apple Video Media Handler
      TIMECODE        : 00:16:14:29
      ENCODER         : Lavc58.61.100 libvpx-vp9
      DURATION        : 00:02:17.704000000
File '/root/output.mp4' already exists. Overwrite? [y/N] y
Stream mapping:
  Stream #0:0 -> #0:0 (vp9 (native) -> h264 (h264_vaapi))
Press [q] to stop, [?] for help
[mp4 @ 0x1118080] Application provided duration: -9223372036854775808 / timestamp: -9223372036854775808 is out of range for mov/mp4 format
[mp4 @ 0x1118080] pts has no value
Output #0, mp4, to '/root/output.mp4':
  Metadata:
    COMPATIBLE_BRANDS: qt  
    MAJOR_BRAND     : qt  
    MINOR_VERSION   : 537199360
    encoder         : Lavf59.17.100
  Stream #0:0(eng): Video: h264 (High) (avc1 / 0x31637661), vaapi(tv, progressive), 1920x1080 [SAR 1:1 DAR 16:9], q=2-31, 2000 kb/s, 29.97 fps, 30k tbn (default)
    Metadata:
      HANDLER_NAME    : Apple Video Media Handler
      TIMECODE        : 00:16:14:29
      DURATION        : 00:02:17.704000000
      encoder         : Lavc59.21.100 h264_vaapi
elapsed=00:00:26.50 frame= 4127 fps=156 q=-0.0 Lsize=   33586kB time=00:02:17.67 bitrate=1998.5kbits/s throttle=off speed=5.19x       
video:33568kB audio:0kB subtitle:0kB other streams:0kB global headers:0kB muxing overhead: 0.053766%

gpu_tool:

762986039_2022-02-23202701.thumb.png.57988d034d593f51fe12a532df9894f0.png

 

But why we cannot enable VAAPI in emby-server?

 

Edited by ivybridge0
Link to comment
Share on other sites

ivybridge0
5 hours ago, softworkz said:

This will work when you run

./ffdetect-emby vaenc

root@N5095:/opt/emby-server/bin# ./emby-ffdetect vaenc
ffdetect version 5.0.0-emby_2022_01_26 Copyright (c) 2018-2022 softworkz for Emby LLC
  built with gcc 8.3.0 (crosstool-NG 1.24.0)
  configuration: --cc=x86_64-emby-linux-gnu-gcc --prefix=/home/embybuilder/Buildbot/x64/ffmpeg-x64/staging --disable-alsa --disable-debug --disable-doc --disable-ffplay --disable-libpulse --disable-libxcb --disable-vdpau --disable-xlib --enable-chromaprint --enable-fontconfig --enable-gnutls --enable-gpl --enable-iconv --enable-libaribb24 --enable-libass --enable-libdav1d --enable-libfreetype --enable-libfribidi --enable-libmp3lame --enable-libopus --enable-libtheora --enable-libvorbis --enable-libvpx --enable-libwebp --enable-libx264 --enable-libx265 --enable-libzvbi --enable-pic --enable-version3 --enable-libtesseract --enable-cuda-llvm --enable-cuvid --enable-libdrm --enable-libmfx --enable-nvdec --enable-nvenc --enable-vaapi --enable-opencl --enable-cross-compile --cross-prefix=x86_64-emby-linux-gnu- --arch=x86_64 --target-os=linux --enable-shared --disable-static --pkg-config=pkg-config --pkg-config-flags=--static --extra-libs='-lm -lstdc++ -pthread'
  libavutil      57. 19.100 / 57. 19.100
[DEVICE]
DeviceIndex=0
DEVICEINFO:VendorName=Intel Corporation
DEVICEINFO:DeviceName=JasperLake [UHD Graphics]
DEVICEINFO:VendorId=32902
DEVICEINFO:DeviceId=20053
DEVICEINFO:SubsytemVendorId=0
DEVICEINFO:SubsytemDeviceId=0
DEVICEINFO:DevPath=/sys/bus/pci/devices/0000:00:02.0
DEVICEINFO:DrmCard=/dev/dri/card0
DEVICEINFO:DrmRender=/dev/dri/renderD128
DEVICEINFO:IsEnabled=1
DEVICEINFO:IsBootVga=1
DEVICEINFO:ApiVersionMajor=1
DEVICEINFO:ApiVersionMinor=12
DEVICEINFO:Driver=Intel iHD driver for Intel(R) Gen Graphics - 21.2.2 (4e4e3930)
[DECODER]
CodecName=MPEG2VIDEO
CodecProfile=MPEG2_SIMPLE
CodecId=2
MaxWidth=2048
MaxHeight=2048
ColorFormats=NV12 
RTFormat=131075
DecSliceMode=1
DecProcessing=0
MaxPictureWidth=2048
MaxPictureHeight=2048
ProcessingRate=2
CustomRoundingControl=1
[/DECODER]
[DECODER]
CodecName=MPEG2VIDEO
CodecProfile=MPEG2_MAIN
CodecId=2
MaxWidth=2048
MaxHeight=2048
ColorFormats=NV12 
RTFormat=131075
DecSliceMode=1
DecProcessing=0
MaxPictureWidth=2048
MaxPictureHeight=2048
ProcessingRate=2
CustomRoundingControl=1
[/DECODER]
[DECODER]
CodecName=H264
CodecProfile=H264_MAIN
CodecId=27
MaxWidth=4096
MaxHeight=4096
ColorFormats=NV12 
RTFormat=131075
DecSliceMode=3
DecProcessing=1
MaxPictureWidth=4096
MaxPictureHeight=4096
ProcessingRate=2
CustomRoundingControl=1
[/DECODER]
[DECODER]
CodecName=H264
CodecProfile=H264_HIGH
CodecId=27
MaxWidth=4096
MaxHeight=4096
ColorFormats=NV12 
RTFormat=131075
DecSliceMode=3
DecProcessing=1
MaxPictureWidth=4096
MaxPictureHeight=4096
ProcessingRate=2
CustomRoundingControl=1
[/DECODER]
[DECODER]
CodecName=WMV3
CodecProfile=VC1_SIMPLE
CodecId=71
MaxWidth=3840
MaxHeight=3840
ColorFormats=NV12 
RTFormat=131075
DecSliceMode=1
DecProcessing=0
MaxPictureWidth=2048
MaxPictureHeight=2048
ProcessingRate=2
CustomRoundingControl=1
[/DECODER]
[DECODER]
CodecName=VC1
CodecProfile=VC1_SIMPLE
CodecId=70
MaxWidth=3840
MaxHeight=3840
ColorFormats=NV12 
RTFormat=131075
DecSliceMode=1
DecProcessing=0
MaxPictureWidth=2048
MaxPictureHeight=2048
ProcessingRate=2
CustomRoundingControl=1
[/DECODER]
[DECODER]
CodecName=WMV3
CodecProfile=VC1_MAIN
CodecId=71
MaxWidth=3840
MaxHeight=3840
ColorFormats=NV12 
RTFormat=131075
DecSliceMode=1
DecProcessing=0
MaxPictureWidth=2048
MaxPictureHeight=2048
ProcessingRate=2
CustomRoundingControl=1
[/DECODER]
[DECODER]
CodecName=VC1
CodecProfile=VC1_MAIN
CodecId=70
MaxWidth=3840
MaxHeight=3840
ColorFormats=NV12 
RTFormat=131075
DecSliceMode=1
DecProcessing=0
MaxPictureWidth=2048
MaxPictureHeight=2048
ProcessingRate=2
CustomRoundingControl=1
[/DECODER]
[DECODER]
CodecName=WMV3
CodecProfile=VC1_COMPLEX
CodecId=71
MaxWidth=3840
MaxHeight=3840
ColorFormats=NV12 
RTFormat=131075
DecSliceMode=1
DecProcessing=0
MaxPictureWidth=2048
MaxPictureHeight=2048
ProcessingRate=2
CustomRoundingControl=1
[/DECODER]
[DECODER]
CodecName=WMV3
CodecProfile=VC1_ADVANCED
CodecId=71
MaxWidth=3840
MaxHeight=3840
ColorFormats=NV12 
RTFormat=131075
DecSliceMode=1
DecProcessing=0
MaxPictureWidth=2048
MaxPictureHeight=2048
ProcessingRate=2
CustomRoundingControl=1
[/DECODER]
[DECODER]
CodecName=VC1
CodecProfile=VC1_COMPLEX
CodecId=70
MaxWidth=3840
MaxHeight=3840
ColorFormats=NV12 
RTFormat=131075
DecSliceMode=1
DecProcessing=0
MaxPictureWidth=2048
MaxPictureHeight=2048
ProcessingRate=2
CustomRoundingControl=1
[/DECODER]
[DECODER]
CodecName=VC1
CodecProfile=VC1_ADVANCED
CodecId=70
MaxWidth=3840
MaxHeight=3840
ColorFormats=NV12 
RTFormat=131075
DecSliceMode=1
DecProcessing=0
MaxPictureWidth=2048
MaxPictureHeight=2048
ProcessingRate=2
CustomRoundingControl=1
[/DECODER]
[DECODER]
CodecName=MJPEG
CodecProfile=MJPEG_HUFFMAN_BASELINE_DCT
CodecId=7
MaxWidth=16384
MaxHeight=16384
ColorFormats=NV12 GRAY8 YUV411P YUV422P YUV440P YUV444P 
RTFormat=196639
DecSliceMode=1
DecJPEG=15
DecProcessing=0
MaxPictureWidth=16384
MaxPictureHeight=16384
ProcessingRate=2
CustomRoundingControl=1
[/DECODER]
[DECODER]
CodecName=H264
CodecProfile=H264_CONSTRAINED_BASELINE
CodecId=27
MaxWidth=4096
MaxHeight=4096
ColorFormats=NV12 
RTFormat=131075
DecSliceMode=3
DecProcessing=1
MaxPictureWidth=4096
MaxPictureHeight=4096
ProcessingRate=2
CustomRoundingControl=1
[/DECODER]
[DECODER]
CodecName=VP8
CodecProfile=UNKNOWN
CodecId=139
MaxWidth=4096
MaxHeight=4096
ColorFormats=NV12 
RTFormat=131075
DecSliceMode=1
DecProcessing=0
MaxPictureWidth=4096
MaxPictureHeight=4096
ProcessingRate=2
CustomRoundingControl=1
[/DECODER]
[DECODER]
CodecName=HEVC
CodecProfile=HEVC_MAIN
CodecId=173
MaxWidth=8192
MaxHeight=8192
ColorFormats=NV12 
RTFormat=131075
DecSliceMode=1
DecProcessing=1
MaxPictureWidth=8192
MaxPictureHeight=8192
ProcessingRate=2
CustomRoundingControl=1
[/DECODER]
[DECODER]
CodecName=HEVC
CodecProfile=HEVC_MAIN_10
CodecId=173
MaxWidth=8192
MaxHeight=8192
ColorFormats=P010 
RTFormat=257
DecSliceMode=1
DecProcessing=1
MaxPictureWidth=8192
MaxPictureHeight=8192
ProcessingRate=2
CustomRoundingControl=1
[/DECODER]
[DECODER]
CodecName=VP9
CodecProfile=VP9_0
CodecId=167
MaxWidth=8192
MaxHeight=8192
ColorFormats=NV12 
RTFormat=132359
DecSliceMode=3
DecProcessing=0
MaxPictureWidth=8192
MaxPictureHeight=8192
ProcessingRate=2
CustomRoundingControl=1
[/DECODER]
[DECODER]
CodecName=VP9
CodecProfile=VP9_1
CodecId=167
MaxWidth=8192
MaxHeight=8192
ColorFormats=
RTFormat=132359
DecSliceMode=3
DecProcessing=0
MaxPictureWidth=8192
MaxPictureHeight=8192
ProcessingRate=2
CustomRoundingControl=1
[/DECODER]
[DECODER]
CodecName=VP9
CodecProfile=VP9_2
CodecId=167
MaxWidth=8192
MaxHeight=8192
ColorFormats=P010 
RTFormat=132359
DecSliceMode=3
DecProcessing=0
MaxPictureWidth=8192
MaxPictureHeight=8192
ProcessingRate=2
CustomRoundingControl=1
[/DECODER]
[DECODER]
CodecName=VP9
CodecProfile=VP9_3
CodecId=167
MaxWidth=8192
MaxHeight=8192
ColorFormats=
RTFormat=132359
DecSliceMode=3
DecProcessing=0
MaxPictureWidth=8192
MaxPictureHeight=8192
ProcessingRate=2
CustomRoundingControl=1
[/DECODER]
[DECODER]
CodecName=HEVC
CodecProfile=HEVC_REXT
CodecId=173
MaxWidth=8192
MaxHeight=8192
ColorFormats=YUYV422 
RTFormat=787
DecSliceMode=1
DecProcessing=1
MaxPictureWidth=8192
MaxPictureHeight=8192
ProcessingRate=2
CustomRoundingControl=1
[/DECODER]
[DECODER]
CodecName=HEVC
CodecProfile=HEVC_REXT
CodecId=173
MaxWidth=8192
MaxHeight=8192
ColorFormats=
RTFormat=23
DecSliceMode=1
DecProcessing=1
MaxPictureWidth=8192
MaxPictureHeight=8192
ProcessingRate=2
CustomRoundingControl=1
[/DECODER]
[DECODER]
CodecName=HEVC
CodecProfile=HEVC_REXT
CodecId=173
MaxWidth=8192
MaxHeight=8192
ColorFormats=
RTFormat=1815
DecSliceMode=1
DecProcessing=1
MaxPictureWidth=8192
MaxPictureHeight=8192
ProcessingRate=2
CustomRoundingControl=1
[/DECODER]
[FILTER]
FilterId=1
FilterName=Noise reduction filter
[PROPERTY]
ParamIndex=0
MinValue=0.000
MaxValue=64.000
DefaultValue=0.000
Step=1.000
[/PROPERTY]
IsSupported=1
[/FILTER]
[FILTER]
FilterId=2
FilterName=Deinterlacing filter
[PROPERTY]
DeinterlacingType=1
[/PROPERTY]
[PROPERTY]
DeinterlacingType=3
[/PROPERTY]
[PROPERTY]
DeinterlacingType=4
[/PROPERTY]
IsSupported=1
[/FILTER]
[FILTER]
FilterId=3
FilterName=Sharpening filter
[PROPERTY]
ParamIndex=0
MinValue=0.000
MaxValue=64.000
DefaultValue=44.000
Step=1.000
[/PROPERTY]
IsSupported=1
[/FILTER]
[FILTER]
FilterId=4
FilterName=Color balance parameters
[PROPERTY]
ColorBalanceType=1
MinValue=-180.000
MaxValue=180.000
DefaultValue=0.000
Step=0.100
[/PROPERTY]
[PROPERTY]
ColorBalanceType=2
MinValue=0.000
MaxValue=10.000
DefaultValue=1.000
Step=0.010
[/PROPERTY]
[PROPERTY]
ColorBalanceType=3
MinValue=-100.000
MaxValue=100.000
DefaultValue=0.000
Step=0.100
[/PROPERTY]
[PROPERTY]
ColorBalanceType=4
MinValue=0.000
MaxValue=10.000
DefaultValue=1.000
Step=0.010
[/PROPERTY]
[PROPERTY]
ColorBalanceType=7
MinValue=0.000
MaxValue=0.000
DefaultValue=0.000
Step=0.000
[/PROPERTY]
IsSupported=1
[/FILTER]
[FILTER]
FilterId=5
FilterName=Skin Tone Enhancement
[PROPERTY]
ParamIndex=0
MinValue=0.000
MaxValue=9.000
DefaultValue=3.000
Step=1.000
[/PROPERTY]
IsSupported=1
[/FILTER]
[FILTER]
FilterId=6
FilterName=Total Color Correction
[PROPERTY]
ColorCorrectionType=1
MinValue=0.000
MaxValue=255.000
DefaultValue=160.000
Step=1.000
[/PROPERTY]
[PROPERTY]
ColorCorrectionType=2
MinValue=0.000
MaxValue=255.000
DefaultValue=160.000
Step=1.000
[/PROPERTY]
[PROPERTY]
ColorCorrectionType=3
MinValue=0.000
MaxValue=255.000
DefaultValue=160.000
Step=1.000
[/PROPERTY]
[PROPERTY]
ColorCorrectionType=4
MinValue=0.000
MaxValue=255.000
DefaultValue=160.000
Step=1.000
[/PROPERTY]
[PROPERTY]
ColorCorrectionType=5
MinValue=0.000
MaxValue=255.000
DefaultValue=160.000
Step=1.000
[/PROPERTY]
[PROPERTY]
ColorCorrectionType=6
MinValue=0.000
MaxValue=255.000
DefaultValue=160.000
Step=1.000
[/PROPERTY]
IsSupported=1
[/FILTER]
[FILTER]
FilterId=7
FilterName=Human Vision System(HVS) Noise reduction filter
ERROR:Number=32
ERROR:Message=Failed to query vaQueryVideoProcFilterCaps: the requested filter is not supported
IsSupported=0
[/FILTER]
[FILTER]
FilterId=8
FilterName=High Dynamic Range Tone Mapping
[PROPERTY]
MatadataType=1
CapFlags=7
[/PROPERTY]
IsSupported=1
[/FILTER]
[/DEVICE]

 

Link to comment
Share on other sites

Wow, those are unexpected but promising results!

27 minutes ago, ivybridge0 said:

But why we cannot enable VAAPI in emby-server?

It seems that it's a problem with ffdetect..I haven't touched it for quite a while and I'll need to investigate.

The good news is: we will get this all working eventually!

You've been a great help, thanks a lot for that. 
I'll let you know when I got news (or something to test 🙂 )

sw

Link to comment
Share on other sites

So from the start of this thread to the end, what ultimately was the solution?

Link to comment
Share on other sites

Create an account or sign in to comment

You need to be a member in order to leave a comment

Create an account

Sign up for a new account in our community. It's easy!

Register a new account

Sign in

Already have an account? Sign in here.

Sign In Now
×
×
  • Create New...