Topic: Ubuntu 18.04 - some difficulties

I have just discovered and started using SVP 4 Linux. I have followed the documentation for installation (dependencies, then mpv with vapoursynth from the ppa). I then added the configuration "--input-ipc-server=/tmp/mpvsocket" to mpv.conf file.

When I use SVP, there does not seem to have any errors (after some corrections on my part, using the event log). Videos play normally, but I do not see any difference in any video file. What prompted to think that something is off is the fact that the debugging options don't seem to do anything at all (Demonstration mode and Fluency tests, specifically). There is no "orange bar" and nothing different in the video itself. The Performance page also lists the SVP Index as "N/A".

I have tried with both GPU-accelerated, using Intel UHD 620 integrated graphics. See the attached events log (active.log), the OpenCL log (opencl.log).

Is there something I am missing, or are there other log files that I can go through to see where to look?
Thanks,

uname -a
Linux storm 4.15.0-32-generic #35-Ubuntu SMP Fri Aug 10 17:58:07 UTC 2018 x86_64 x86_64 x86_64 GNU/Linux

mediainfo --version
MediaInfo Command line, 
MediaInfoLib - v17.12

python3 --version
Python 3.6.5

mpv --version
mpv 0.29.0 Copyright © 2000-2018 mpv/MPlayer/mplayer2 projects
 built on UNKNOWN
ffmpeg library versions:
   libavutil       56.19.100
   libavcodec      58.27.100
   libavformat     58.17.103
   libswscale      5.2.100
   libavfilter     7.26.100
   libswresample   3.2.100
ffmpeg version: 3.4.git

lsof 4.89
Post's attachments

active.log 18.76 kb, 1006 downloads since 2018-09-09 

opencl.log 9.16 kb, 1079 downloads since 2018-09-09 

Re: Ubuntu 18.04 - some difficulties

If there're no visible errors from SVP's side then you should look into mpv's log.
--log-file=<path>
or just run it from the console

Re: Ubuntu 18.04 - some difficulties

Thanks for the help, I will look into this. I have installed SVP 4 Linux on another PC, this on being a desktop (compared to a laptop) and SVP is working flawlessly!

What I can note now that I have used it on a PC that works, that there is no overlay at all from SVP. It seems as though SVP cannot "capture and write over" the video itself, even though the logs say it is playing the video correctly.

Both debugging options, as noted before, Fluency test and Demonstration mode do not change the video itself either.

4 (edited by steelbox 10-09-2018 23:06:41)

Re: Ubuntu 18.04 - some difficulties

Ok, so I executed mpv via command line (I don't know why I have not tried it before) and here is the output:

[autoconvert] can't find video conversion for vaapi/nv12
Disabling filter vapoursynth.00 because it has failed.

From what I have gathered, it seems that the intel-vaapi drivers are in fault. Is there some known error working with intel graphics for use with SVP? Is it possible that some unknown dependency is missing on my system?

Here is the output of vainfo:

vainfo 
libva info: VA-API version 1.1.0
libva info: va_getDriverName() returns 0
libva info: Trying to open /usr/lib/x86_64-linux-gnu/dri/i965_drv_video.so
libva info: Found init function __vaDriverInit_1_1
libva info: va_openDriver() returns 0
vainfo: VA-API version: 1.1 (libva 2.1.0)
vainfo: Driver version: Intel i965 driver for Intel(R) Kaby Lake - 2.1.0
vainfo: Supported profile and entrypoints
      VAProfileMPEG2Simple            : VAEntrypointVLD
      VAProfileMPEG2Simple            : VAEntrypointEncSlice
      VAProfileMPEG2Main              : VAEntrypointVLD
      VAProfileMPEG2Main              : VAEntrypointEncSlice
      VAProfileH264ConstrainedBaseline: VAEntrypointVLD
      VAProfileH264ConstrainedBaseline: VAEntrypointEncSlice
      VAProfileH264ConstrainedBaseline: VAEntrypointEncSliceLP
      VAProfileH264Main               : VAEntrypointVLD
      VAProfileH264Main               : VAEntrypointEncSlice
      VAProfileH264Main               : VAEntrypointEncSliceLP
      VAProfileH264High               : VAEntrypointVLD
      VAProfileH264High               : VAEntrypointEncSlice
      VAProfileH264High               : VAEntrypointEncSliceLP
      VAProfileH264MultiviewHigh      : VAEntrypointVLD
      VAProfileH264MultiviewHigh      : VAEntrypointEncSlice
      VAProfileH264StereoHigh         : VAEntrypointVLD
      VAProfileH264StereoHigh         : VAEntrypointEncSlice
      VAProfileVC1Simple              : VAEntrypointVLD
      VAProfileVC1Main                : VAEntrypointVLD
      VAProfileVC1Advanced            : VAEntrypointVLD
      VAProfileNone                   : VAEntrypointVideoProc
      VAProfileJPEGBaseline           : VAEntrypointVLD
      VAProfileJPEGBaseline           : VAEntrypointEncPicture
      VAProfileVP8Version0_3          : VAEntrypointVLD
      VAProfileVP8Version0_3          : VAEntrypointEncSlice
      VAProfileHEVCMain               : VAEntrypointVLD
      VAProfileHEVCMain               : VAEntrypointEncSlice
      VAProfileHEVCMain10             : VAEntrypointVLD
      VAProfileHEVCMain10             : VAEntrypointEncSlice
      VAProfileVP9Profile0            : VAEntrypointVLD
      VAProfileVP9Profile0            : VAEntrypointEncSlice
      VAProfileVP9Profile2            : VAEntrypointVLD

Re: Ubuntu 18.04 - some difficulties

--hwdec=auto-copy
or
--hwdec=vdpau-copy
or even
--nwdec=no

Re: Ubuntu 18.04 - some difficulties

Thank you!

The solution was adding --hwdec=auto-copy on the command line or in the mpv.conf file.