<?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 in Linux from command line?]]></title>
		<link>https://www.svp-team.com/forum/viewtopic.php?id=6680</link>
		<atom:link href="https://www.svp-team.com/forum/extern.php?action=feed&amp;tid=6680&amp;type=rss" rel="self" type="application/rss+xml" />
		<description><![CDATA[The most recent posts in SVP in Linux from command line?.]]></description>
		<lastBuildDate>Thu, 20 Jul 2023 17:35:26 +0000</lastBuildDate>
		<generator>PunBB</generator>
		<item>
			<title><![CDATA[Re: SVP in Linux from command line?]]></title>
			<link>https://www.svp-team.com/forum/viewtopic.php?pid=82739#p82739</link>
			<description><![CDATA[<p>Use VapourSynth or Avisynth, and write your video-editing script</p><p>VapourSynth will have better Linux support.</p>]]></description>
			<author><![CDATA[null@example.com (Mystery)]]></author>
			<pubDate>Thu, 20 Jul 2023 17:35:26 +0000</pubDate>
			<guid>https://www.svp-team.com/forum/viewtopic.php?pid=82739#p82739</guid>
		</item>
		<item>
			<title><![CDATA[Re: SVP in Linux from command line?]]></title>
			<link>https://www.svp-team.com/forum/viewtopic.php?pid=80825#p80825</link>
			<description><![CDATA[<p>can&#039;t tell, check the environment<br />this error is usually because of Python versions conflict or something like this</p>]]></description>
			<author><![CDATA[null@example.com (Chainik)]]></author>
			<pubDate>Sun, 07 Aug 2022 14:48:24 +0000</pubDate>
			<guid>https://www.svp-team.com/forum/viewtopic.php?pid=80825#p80825</guid>
		</item>
		<item>
			<title><![CDATA[Re: SVP in Linux from command line?]]></title>
			<link>https://www.svp-team.com/forum/viewtopic.php?pid=80824#p80824</link>
			<description><![CDATA[<p>Ok thank you. Any instructions as to why it only runs from within the control panel? I.e. running the same command, but in the terminal, results in the error:</p><div class="codebox"><pre><code>[vapoursynth] Could not initialize VapourSynth scripting.
[user_filter_wrapper] Creating filter &#039;vapoursynth&#039; failed.
[vo/lavc] error encoding at EOF</code></pre></div>]]></description>
			<author><![CDATA[null@example.com (feckpwn)]]></author>
			<pubDate>Sun, 07 Aug 2022 13:59:06 +0000</pubDate>
			<guid>https://www.svp-team.com/forum/viewtopic.php?pid=80824#p80824</guid>
		</item>
		<item>
			<title><![CDATA[Re: SVP in Linux from command line?]]></title>
			<link>https://www.svp-team.com/forum/viewtopic.php?pid=80823#p80823</link>
			<description><![CDATA[<p>&gt; where is it indicated that transcoding should force 60 FPS exact?</p><p>in the vapoursynth script, obviously</p><p>there&#039;s no _simple_ CL interface in SVP</p>]]></description>
			<author><![CDATA[null@example.com (Chainik)]]></author>
			<pubDate>Sun, 07 Aug 2022 06:28:30 +0000</pubDate>
			<guid>https://www.svp-team.com/forum/viewtopic.php?pid=80823#p80823</guid>
		</item>
		<item>
			<title><![CDATA[Re: SVP in Linux from command line?]]></title>
			<link>https://www.svp-team.com/forum/viewtopic.php?pid=80821#p80821</link>
			<description><![CDATA[<p>Thanks! In the SVP Control Panel log i find that the command : </p><div class="codebox"><pre><code>/usr/bin/mpv input.mp4 --o=input.SVP.temporary.mkv --no-audio --no-sub --no-sub-auto --input-ipc-server=/tmp/mpvencodesocket --input-media-keys=no --no-msg-color --vf=vapoursynth:/home/user/.local/share/SVP4/scripts/ffff.py:4:48 --of=matroska --ovc=libx264 --ovcopts=crf=17,preset=slow,threads=48</code></pre></div><p>is being run. Yet i don&#039;t see anywhere where one can control the settings except crf=17? Like, where is it indicated that transcoding should force 60 FPS exact?</p><p>Also, when i do run the above command from within a terminal i get the error:</p><div class="codebox"><pre><code>[vapoursynth] Could not initialize VapourSynth scripting.
[user_filter_wrapper] Creating filter &#039;vapoursynth&#039; failed.
[vo/lavc] error encoding at EOF
Video: no video
No video or audio streams selected.
[encode] no data written to target file
Exiting... (Interrupted by error)</code></pre></div><p>Which is weird because the command runs fine from within the SVP Control panel</p>]]></description>
			<author><![CDATA[null@example.com (feckpwn)]]></author>
			<pubDate>Sun, 07 Aug 2022 02:09:15 +0000</pubDate>
			<guid>https://www.svp-team.com/forum/viewtopic.php?pid=80821#p80821</guid>
		</item>
		<item>
			<title><![CDATA[Re: SVP in Linux from command line?]]></title>
			<link>https://www.svp-team.com/forum/viewtopic.php?pid=80806#p80806</link>
			<description><![CDATA[<p>via mpv<br />run transcoding in SVPcode, look through the coder log</p>]]></description>
			<author><![CDATA[null@example.com (Chainik)]]></author>
			<pubDate>Fri, 05 Aug 2022 09:11:08 +0000</pubDate>
			<guid>https://www.svp-team.com/forum/viewtopic.php?pid=80806#p80806</guid>
		</item>
		<item>
			<title><![CDATA[SVP in Linux from command line?]]></title>
			<link>https://www.svp-team.com/forum/viewtopic.php?pid=80804#p80804</link>
			<description><![CDATA[<p>Can i use SVP from the command line?</p><p>I&#039;m using SVP for Linux, and after some trouble getting it running (the guide <a href="https://www.svp-team.com/wiki/SVP:Linux">https://www.svp-team.com/wiki/SVP:Linux</a> seems to be a bit outdated), it&#039;s now running great!</p><p>I have a large set of video-clips of different frame-rates, quite random, 52.92, 55.62, 23.89, etc. that all needs to be converted with motion interpolation to frame-rate 60.000 exact. </p><p>I can do this with SVP using the control panel, but manually selecting and running each file is not feasible as i literally have thousands of files.</p><p>Is it possible to run SVP in linux from the command line like with FFMPEG?</p><p>With FFMPEG i can just do:</p><div class="codebox"><pre><code>ffmpeg -i input_001328.mp4 -crf 18 -filter:v &quot;minterpolate=fps=60:mi_mode=mci:mc_mode=aobmc:me_mode=bidir:vsbmc=1&quot; -crf 18 output_001328.mp4</code></pre></div><p>For each file. Which technically works, but unfortunately it is 100x slower than SVP, so i would have to wait weeks for it to finish.. So can SVP work from the command line as well?</p>]]></description>
			<author><![CDATA[null@example.com (feckpwn)]]></author>
			<pubDate>Thu, 04 Aug 2022 04:13:07 +0000</pubDate>
			<guid>https://www.svp-team.com/forum/viewtopic.php?pid=80804#p80804</guid>
		</item>
	</channel>
</rss>
