4re / vapoursynth-portage

Unofficial portage tree with all VapourSynth related ebuilds
25 stars 11 forks source link

"Option vf: vapoursynth doesn't exist." #25

Closed Francesco149 closed 9 years ago

Francesco149 commented 9 years ago

I followed the instructions pretty closely (I got the overlay from gpo.zugaina.org), but it seems that mpv was not compiled with the --with-vapoursynth flag:


$ mpv --fs=no --pause --vf=vapoursynth=/home/loli/.mpv/filters/mvtools.vpy --vo=opengl-hq:scale=ewa_lanczossharp:cscale=ewa_lanczossharp:scale-antiring=0.7:dscale=mitchell:dither-depth=auto:fbo-format=rgba16:fancy-downscaling:sigmoid-upscaling::blend-subtitles --display-fps=60 test.mp4
Option vf: vapoursynth doesn't exist.
Error parsing option vf (option could not be parsed)
Setting command line option '--vf=vapoursynth=/home/loli/.mpv/filters/mvtools.vpy' failed."

$ mpv --version
mpv git-9817473 (C) 2000-2015 mpv/MPlayer/mplayer2 projects
 built on UNKNOWN
ffmpeg library versions:
   libavutil       54.20.100
   libavcodec      56.26.100
   libavformat     56.25.101
   libswscale      3.1.101
   libavfilter     5.11.102
   libswresample   1.1.100
4re commented 9 years ago

I'm not at home right now, but you probably didn't unmask the version from this overlay.

Check that out please, I will put better instructions in the readme.

Francesco149 commented 9 years ago

hmm it's weird because the version looks correct:


cat /etc/portage/package.accept_keywords | grep mpv
=media-video/mpv-9999 **

mpv --version
mpv git-9817473 (C) 2000-2015 mpv/MPlayer/mplayer2 projects
 built on UNKNOWN
ffmpeg library versions:
   libavutil       54.20.100
   libavcodec      56.26.100
   libavformat     56.25.101
   libswscale      3.1.101
   libavfilter     5.11.102
   libswresample   1.1.100
4re commented 9 years ago

It should be ```=media-video/mpv-9999-r1 **

Francesco149 commented 9 years ago

whoops my bad, it works now thanks!