<?xml version="1.0" encoding="utf-8"?>
<rss version="2.0" xmlns:atom="http://www.w3.org/2005/Atom">
	<channel>
		<title><![CDATA[SmoothVideo Project — SVP 4 Linux problem (SOLVED)]]></title>
		<link>https://www.svp-team.com/forum/viewtopic.php?id=4344</link>
		<atom:link href="https://www.svp-team.com/forum/extern.php?action=feed&amp;tid=4344&amp;type=rss" rel="self" type="application/rss+xml" />
		<description><![CDATA[The most recent posts in SVP 4 Linux problem (SOLVED).]]></description>
		<lastBuildDate>Sat, 27 Oct 2018 08:47:15 +0000</lastBuildDate>
		<generator>PunBB</generator>
		<item>
			<title><![CDATA[Re: SVP 4 Linux problem (SOLVED)]]></title>
			<link>https://www.svp-team.com/forum/viewtopic.php?pid=70391#p70391</link>
			<description><![CDATA[<p>Thanks a lot it helped me !</p>]]></description>
			<author><![CDATA[null@example.com (vito)]]></author>
			<pubDate>Sat, 27 Oct 2018 08:47:15 +0000</pubDate>
			<guid>https://www.svp-team.com/forum/viewtopic.php?pid=70391#p70391</guid>
		</item>
		<item>
			<title><![CDATA[Re: SVP 4 Linux problem (SOLVED)]]></title>
			<link>https://www.svp-team.com/forum/viewtopic.php?pid=67813#p67813</link>
			<description><![CDATA[<p>OK so I solved it myself. For other Fedora users here is how you do it:<br /></p><div class="codebox"><pre><code>1.sudo dnf install https://download1.rpmfusion.org/free/fedora/rpmfusion-free-release-27.noarch.rpm
2. sudo dnf builddep mpv
3. git clone https://github.com/mpv-player/mpv
4. cd mpv
5. ./bootstrap.py
6. ./waf configure --enable-vapoursynth
7. ./waf 
8. ./ waf install 
9. mpv
 </code></pre></div><p>If mpv gives an error after you type in mpv, then do this:<br /></p><div class="codebox"><pre><code>10. which mpv
11.ldd  /path/to/mpv/ 
12. cp /path/to/dependency/ /lib64/</code></pre></div><p>I hope this helps someone.</p><p>EDIT: By the way, I never did fix that VLC error, so there is still room to work in this thread.</p>]]></description>
			<author><![CDATA[null@example.com (r1k11)]]></author>
			<pubDate>Tue, 30 Jan 2018 00:24:42 +0000</pubDate>
			<guid>https://www.svp-team.com/forum/viewtopic.php?pid=67813#p67813</guid>
		</item>
		<item>
			<title><![CDATA[Re: SVP 4 Linux problem (SOLVED)]]></title>
			<link>https://www.svp-team.com/forum/viewtopic.php?pid=67806#p67806</link>
			<description><![CDATA[<p>use Ubuntu <img src="https://www.svp-team.com/forum/img/smilies/big_smile.png" width="15" height="15" alt="big_smile" /></p>]]></description>
			<author><![CDATA[null@example.com (Chainik)]]></author>
			<pubDate>Mon, 29 Jan 2018 13:27:40 +0000</pubDate>
			<guid>https://www.svp-team.com/forum/viewtopic.php?pid=67806#p67806</guid>
		</item>
		<item>
			<title><![CDATA[Re: SVP 4 Linux problem (SOLVED)]]></title>
			<link>https://www.svp-team.com/forum/viewtopic.php?pid=67805#p67805</link>
			<description><![CDATA[<p>OK so I try to rebuild mpv with --enable-vapoursynth. It goes well, it detects vapoursynth, but then it gives: <br /></p><div class="codebox"><pre><code>No OpenGL video output found or enabled. Aborting. If you really mean to compile without OpenGL video outputs use --disable-gl.</code></pre></div><p>So now I am stuck.</p>]]></description>
			<author><![CDATA[null@example.com (r1k11)]]></author>
			<pubDate>Mon, 29 Jan 2018 13:01:47 +0000</pubDate>
			<guid>https://www.svp-team.com/forum/viewtopic.php?pid=67805#p67805</guid>
		</item>
		<item>
			<title><![CDATA[Re: SVP 4 Linux problem (SOLVED)]]></title>
			<link>https://www.svp-team.com/forum/viewtopic.php?pid=67804#p67804</link>
			<description><![CDATA[<p>&gt;&nbsp; it gives me &quot;Install &#039;VLC support&#039; package and check Vapoursynth installation</p><p>this means SVP can&#039;t read plugins/libvapoursynth.so.22 version at startup<br />you can check its dependencies with ldd command</p><p>&gt; I tried with mpv, results with this message: &quot;[vapoursynth] libavfilter filter &#039;vapoursynth&#039; not found!&quot; </p><p>mpv was built w/o &quot;--enable-vapoursynth&quot; option</p>]]></description>
			<author><![CDATA[null@example.com (Chainik)]]></author>
			<pubDate>Mon, 29 Jan 2018 10:32:42 +0000</pubDate>
			<guid>https://www.svp-team.com/forum/viewtopic.php?pid=67804#p67804</guid>
		</item>
		<item>
			<title><![CDATA[SVP 4 Linux problem (SOLVED)]]></title>
			<link>https://www.svp-team.com/forum/viewtopic.php?pid=67803#p67803</link>
			<description><![CDATA[<p>Hello, I installed SVP 4 Linux on Fedora 27. When I do Control Panel &gt; Utilities &gt; SVP in VLC checkbox, it gives me &quot;Install &#039;VLC support&#039; package and check Vapoursynth installation. I installed the VLC 64bit support during the install so I&#039;m not sure what the problem is. I also installed Vapoursynth previously. Is there a directory I can copy the filters directly to?</p><p>EDIT: I looked at some other responses and apparently this seems to be a Vapoursynth problem. I went through the Vapoursynth install and it seemed to install just fine (sudo make install no errors). How can I verify this is installed properly for SVP?</p><p>EDIT 2: I tried with mpv, results with this message: &quot;[vapoursynth] libavfilter filter &#039;vapoursynth&#039; not found!&quot; However, Vapoursynth is installed and I verified this by running this short python script:<br /></p><div class="codebox"><pre><code>import vapoursynth as vs
core = vs.get_core()
print(core.version())</code></pre></div><p>which returns:<br /></p><div class="codebox"><pre><code> VapourSynth Video Processing Library
Copyright (c) 2012-2018 Fredrik Mellbin
Core R43
API R3.5
Options: -</code></pre></div><p>so it seems that Vapoursynth is installed but is simply not detected by mpv.</p>]]></description>
			<author><![CDATA[null@example.com (r1k11)]]></author>
			<pubDate>Sun, 28 Jan 2018 22:25:14 +0000</pubDate>
			<guid>https://www.svp-team.com/forum/viewtopic.php?pid=67803#p67803</guid>
		</item>
	</channel>
</rss>
