<?xml version="1.0" encoding="utf-8"?>
<rss version="2.0" xmlns:atom="http://www.w3.org/2005/Atom">
	<channel>
		<title><![CDATA[SmoothVideo Project — Guide to use SVP with XBMC?]]></title>
		<link>https://www.svp-team.com/forum/viewtopic.php?id=842</link>
		<atom:link href="https://www.svp-team.com/forum/extern.php?action=feed&amp;tid=842&amp;type=rss" rel="self" type="application/rss+xml" />
		<description><![CDATA[The most recent posts in Guide to use SVP with XBMC?.]]></description>
		<lastBuildDate>Tue, 07 Aug 2012 12:29:28 +0000</lastBuildDate>
		<generator>PunBB</generator>
		<item>
			<title><![CDATA[Re: Guide to use SVP with XBMC?]]></title>
			<link>https://www.svp-team.com/forum/viewtopic.php?pid=23946#p23946</link>
			<description><![CDATA[<p>You can use the SVP in conjunction with XBMC if you install the version with DSPlayer.<br />The latest version with the additions can be downloaded here <a href="http://depositfiles.com/files/1catka99o">http://depositfiles.com/files/1catka99o</a><br />This distribution is already configured to work with LAV and ffdshow.<br />Although I would advise to use my configs for XBMC.</p><div class="codebox"><pre><code>&lt;filtersconfig&gt;
 &lt;filters&gt;
 &lt;!-- Source --&gt;
  &lt;filter name=&quot;lavfsource&quot; type=&quot;source&quot;&gt;
   &lt;path&gt;LAVSplitter.ax&lt;/path&gt;
   &lt;guid&gt;{B98D13E7-55DB-4385-A33D-09FD1BA26338}&lt;/guid&gt;
   &lt;osdname&gt;LAV Splitter Source&lt;/osdname&gt;
  &lt;/filter&gt;
  &lt;filter name=&quot;avsource&quot; type=&quot;source&quot;&gt;    
    &lt;guid&gt;{D8980E15-E1F6-4916-A10F-D7EB4E9E10B8}&lt;/guid&gt;    
    &lt;osdname&gt;AV Source&lt;/osdname&gt;
  &lt;/filter&gt;
 &lt;!-- Splitters --&gt;
  &lt;filter name=&quot;lavfsplitter&quot; type=&quot;splitter&quot;&gt;
   &lt;path&gt;LAVSplitter.ax&lt;/path&gt;
   &lt;guid&gt;{171252A0-8820-4AFE-9DF8-5C92B2D66B04}&lt;/guid&gt;
   &lt;osdname&gt;LAV Splitter&lt;/osdname&gt;
  &lt;/filter&gt;  
  &lt;filter name=&quot;avsplitter&quot; type=&quot;splitter&quot;&gt;
   &lt;guid&gt;{529A00DB-0C43-4F5B-8EF2-05004CBE0C6F}&lt;/guid&gt;
   &lt;osdname&gt;AV Splitter&lt;/osdname&gt;
  &lt;/filter&gt;
 &lt;!-- Video --&gt;
   &lt;filter name=&quot;lavvideodec&quot; type=&quot;videodec&quot;&gt;
   &lt;guid&gt;{EE30215D-164F-4A92-A4EB-9D4C13390F9F}&lt;/guid&gt;
   &lt;osdname&gt;LAV Video Decoder&lt;/osdname&gt;
  &lt;/filter&gt;
 &lt;!-- Extra --&gt;
  &lt;filter name=&quot;ffdraw&quot; type=&quot;extra&quot;&gt;
     &lt;guid&gt;{0B390488-D80F-4A68-8408-48DC199F0E97}&lt;/guid&gt;
     &lt;osdname&gt;FFdshow RAW&lt;/osdname&gt;
  &lt;/filter&gt;
 &lt;!-- Audio --&gt;
  &lt;filter name=&quot;lavaudiodec&quot; type=&quot;audiodec&quot;&gt;
   &lt;guid&gt;{E8E73B6B-4CB3-44A4-BE99-4F7BCB96E491}&lt;/guid&gt;
   &lt;osdname&gt;LAV Audio Decoder&lt;/osdname&gt;
  &lt;/filter&gt;
 &lt;/filters&gt;
&lt;/filtersconfig&gt;</code></pre></div><div class="codebox"><pre><code>&lt;mediasconfig&gt;
 &lt;rules&gt;  
  &lt;rule filetypes=&quot;mkv|avi|mp4|m4v|flv|ts|mts&quot;&gt;
   &lt;source filter=&quot;lavfsource&quot; /&gt;
   &lt;splitter filter=&quot;lavfsplitter&quot; /&gt;
   &lt;video filter=&quot;lavvideodec&quot; /&gt;   
   &lt;audio filter=&quot;lavaudiodec&quot; /&gt;
  &lt;extra&gt;
        &lt;extra videoresolution=&quot;480|540|576|720&quot; filter=&quot;ffdraw&quot; /&gt;
   &lt;/extra&gt;
  &lt;/rule&gt;
  &lt;rule filetypes=&quot;m2ts|bdmv|mpls&quot;&gt;
   &lt;source filter=&quot;avsource&quot; /&gt;
   &lt;splitter filter=&quot;avsplitter&quot; /&gt;
   &lt;video filter=&quot;lavvideodec&quot; /&gt;   
   &lt;audio filter=&quot;lavaudiodec&quot; /&gt;
  &lt;extra&gt;
        &lt;extra videoresolution=&quot;480|540|576|720&quot; filter=&quot;ffdraw&quot; /&gt;
   &lt;/extra&gt;
  &lt;/rule&gt;
 &lt;/rules&gt;
&lt;/mediasconfig&gt;</code></pre></div><p>Configs are made with calculations that AVsplitter installed as a system and just settle into a folder LAVsplitter DSPlayer.<br />Substituting the resolution to the &quot;extra&quot; you can adjust the video resolution which will be applied smoothly.</p><p>If something is unclear, ask. I have now works fine.</p>]]></description>
			<author><![CDATA[null@example.com (LordMerlin)]]></author>
			<pubDate>Tue, 07 Aug 2012 12:29:28 +0000</pubDate>
			<guid>https://www.svp-team.com/forum/viewtopic.php?pid=23946#p23946</guid>
		</item>
		<item>
			<title><![CDATA[Re: Guide to use SVP with XBMC?]]></title>
			<link>https://www.svp-team.com/forum/viewtopic.php?pid=23898#p23898</link>
			<description><![CDATA[<p><strong>zappa79</strong><br />Did you try to use online translation?</p><p>VLC Player can not use ffdShow. Thus it is not compatible to SVP.</p>]]></description>
			<author><![CDATA[null@example.com (MAG79)]]></author>
			<pubDate>Sun, 05 Aug 2012 03:00:49 +0000</pubDate>
			<guid>https://www.svp-team.com/forum/viewtopic.php?pid=23898#p23898</guid>
		</item>
		<item>
			<title><![CDATA[Guide to use SVP with XBMC?]]></title>
			<link>https://www.svp-team.com/forum/viewtopic.php?pid=23897#p23897</link>
			<description><![CDATA[<p>Hi</p><p>I am new to this project, and I love it!</p><p>But I would love if someone could write a little guide in english on how to use SVP with XBMC media center!<br />Most of the information I find is in russian!</p><p>Also, is it possible to use SVP with VLC player, and if so, how?</p><p>Thanks in advance for any answer that anyone can provide!</p>]]></description>
			<author><![CDATA[null@example.com (zappa79)]]></author>
			<pubDate>Sat, 04 Aug 2012 23:02:59 +0000</pubDate>
			<guid>https://www.svp-team.com/forum/viewtopic.php?pid=23897#p23897</guid>
		</item>
	</channel>
</rss>
