<?xml version="1.0" encoding="UTF-8"?>
<rss version="2.0" xmlns:content="http://purl.org/rss/1.0/modules/content/" xmlns:dc="http://purl.org/dc/elements/1.1/">
	<channel>
		<title><![CDATA[Selur's Little Message Board - A/V Talk]]></title>
		<link>https://forum.selur.net/</link>
		<description><![CDATA[Selur's Little Message Board - https://forum.selur.net]]></description>
		<pubDate>Sun, 05 Apr 2026 11:05:40 +0000</pubDate>
		<generator>MyBB</generator>
		<item>
			<title><![CDATA[before and after comparison]]></title>
			<link>https://forum.selur.net/thread-4350.html</link>
			<pubDate>Mon, 16 Mar 2026 16:56:21 +0100</pubDate>
			<dc:creator><![CDATA[<a href="https://forum.selur.net/member.php?action=profile&uid=3647">antsim</a>]]></dc:creator>
			<guid isPermaLink="false">https://forum.selur.net/thread-4350.html</guid>
			<description><![CDATA[not hybrid related, but i figured out this would be a nice place to ask.<br />
<br />
for a few days now when i am trying to create a new album on imgsli.com it says site under construction. do we have any alternative? that also provides a link for each before/after?]]></description>
			<content:encoded><![CDATA[not hybrid related, but i figured out this would be a nice place to ask.<br />
<br />
for a few days now when i am trying to create a new album on imgsli.com it says site under construction. do we have any alternative? that also provides a link for each before/after?]]></content:encoded>
		</item>
		<item>
			<title><![CDATA[Vapoursynth script ports,....]]></title>
			<link>https://forum.selur.net/thread-4347.html</link>
			<pubDate>Fri, 13 Mar 2026 21:55:51 +0100</pubDate>
			<dc:creator><![CDATA[<a href="https://forum.selur.net/member.php?action=profile&uid=1">Selur</a>]]></dc:creator>
			<guid isPermaLink="false">https://forum.selur.net/thread-4347.html</guid>
			<description><![CDATA[Since I from time to time try porting some AviSynth scripts to VapourSynth, I thought create a thread in which I could mention them and maybe add them if someone did some testing. <img src="https://forum.selur.net/images/smilies/smile.png" alt="Smile" title="Smile" class="smilie smilie_1" /><br />
<br />
I tried to make a port of SpotLess + DeltaRestore: <a href="https://github.com/Selur/VapoursynthScriptsInHybrid/blob/master/SpotLess.py" target="_blank" rel="noopener" class="mycode_url">SpotLess</a> (included in Hybrid)<br />
Didn't have time to really test it a lot so feedback is welcome.<br />
<br />
Cu Selur]]></description>
			<content:encoded><![CDATA[Since I from time to time try porting some AviSynth scripts to VapourSynth, I thought create a thread in which I could mention them and maybe add them if someone did some testing. <img src="https://forum.selur.net/images/smilies/smile.png" alt="Smile" title="Smile" class="smilie smilie_1" /><br />
<br />
I tried to make a port of SpotLess + DeltaRestore: <a href="https://github.com/Selur/VapoursynthScriptsInHybrid/blob/master/SpotLess.py" target="_blank" rel="noopener" class="mycode_url">SpotLess</a> (included in Hybrid)<br />
Didn't have time to really test it a lot so feedback is welcome.<br />
<br />
Cu Selur]]></content:encoded>
		</item>
		<item>
			<title><![CDATA[Vapoursynth filters I stumbled upon,...]]></title>
			<link>https://forum.selur.net/thread-4345.html</link>
			<pubDate>Sun, 08 Mar 2026 19:11:25 +0100</pubDate>
			<dc:creator><![CDATA[<a href="https://forum.selur.net/member.php?action=profile&uid=1">Selur</a>]]></dc:creator>
			<guid isPermaLink="false">https://forum.selur.net/thread-4345.html</guid>
			<description><![CDATA[Just thought from time to time I post Vapoursynth filters I stumble upon (which might not make it into Hybrid, but might be interesting to someone).<br />
<br />
To start off I just stumbled over <a href="https://github.com/LumeCraft-Labs/vs-fidelityfx" target="_blank" rel="noopener" class="mycode_url">vs-fidelityfx</a> which offers <a href="https://www.amd.com/en/products/graphics/technologies/fidelityfx.html" target="_blank" rel="noopener" class="mycode_url">FidelityFX</a> for VapourSynth.<br />
<blockquote class="mycode_quote"><cite>Quote:</cite><span style="font-weight: bold;" class="mycode_b">EASU – Upscaling</span><br />
<br />
<span style="font-style: italic;" class="mycode_i">fidelityfx.EASU(clip, width=?, height=?)</span><br />
<ul class="mycode_list"><li><span style="font-weight: bold;" class="mycode_b">width</span>: Output width (must not be lower than the input width)<br />
</li>
<li><span style="font-weight: bold;" class="mycode_b">height</span>: Output height (must not be lower than the input height)<br />
</li>
</ul>
<br />
<span style="font-weight: bold;" class="mycode_b">RCAS – Sharpening</span><br />
<br />
<span style="font-style: italic;" class="mycode_i">fidelityfx.RCAS(clip, sharpness=0.2)</span><br />
<ul class="mycode_list"><li><span style="font-weight: bold;" class="mycode_b">sharpness</span>: Sharpening strength, range [0.0, 2.0] (default 0.2)<ul class="mycode_list"><li>0.0 = maximum sharpening<br />
</li>
<li>2.0 = minimum sharpening<br />
</li>
</ul>
</li>
</ul>
<br />
<span style="font-weight: bold;" class="mycode_b">ChromaticAberration – Chromatic Aberration</span><br />
<br />
<span style="font-style: italic;" class="mycode_i">fidelityfx.ChromaticAberration(clip, intensity=1.0)</span><br />
<ul class="mycode_list"><li><span style="font-weight: bold;" class="mycode_b">intensity</span>: Chromatic aberration strength, range [0.0, 20.0] (default 1.0)<ul class="mycode_list"><li>0.0 = no chromatic aberration<br />
</li>
</ul>
</li>
</ul>
<br />
<span style="font-weight: bold;" class="mycode_b">Vignette – Vignetting</span><br />
<br />
<span style="font-style: italic;" class="mycode_i">fidelityfx.Vignette(clip, intensity=1.0)</span><br />
<ul class="mycode_list"><li><span style="font-weight: bold;" class="mycode_b">intensity</span>: Vignette strength, range [0.0, 2.0] (default 1.0)<ul class="mycode_list"><li>0.0 = no vignette<br />
</li>
</ul>
</li>
</ul>
<br />
<span style="font-weight: bold;" class="mycode_b">Grain – Film Grain</span><br />
<br />
<span style="font-style: italic;" class="mycode_i">fidelityfx.Grain(clip, scale=1.0, amount=0.05, seed=-1)</span><br />
<ul class="mycode_list"><li><span style="font-weight: bold;" class="mycode_b">scale</span>: Grain scale, range [0.01, 20.0] (default 1.0)<br />
</li>
<li><span style="font-weight: bold;" class="mycode_b">amount</span>: Grain strength, range [0.0, 20.0] (default 0.05)<ul class="mycode_list"><li>0.0 = no grain<br />
</li>
</ul>
</li>
<li><span style="font-weight: bold;" class="mycode_b">seed</span>: Random seed, integer (default -1)<ul class="mycode_list"><li>-1: Use the frame index as the seed (grain differs per frame, simulating real film)<br />
</li>
<li>≥ 0: Use a fixed seed (grain is identical on all frames)<br />
</li>
</ul>
</li>
</ul>
</blockquote>
<br />
In case you want to use it:<ul class="mycode_list"><li>copy the vs_fidelity.dll to somewhere<br />
</li>
<li>create a custom section with:<br />
<div class="codeblock"><!--div class="title">Code:</div--><div class="body" dir="ltr"><code># requires colorformat RGBH<br />
core.std.LoadPlugin(path="PATH TO vs_fidelityfx.dll")<br />
clip = core.fidelityfx.EASU(clip, width=2560, height=1440)<br />
# width 2560<br />
# height 1440</code></div></div>(the comment lines are needed to let Hybrid know what color format the filter needs and that it changed the resolution)<br />
or<br />
<div class="codeblock"><!--div class="title">Code:</div--><div class="body" dir="ltr"><code># requires colorformat RGBH<br />
core.std.LoadPlugin(path="PATH TO vs_fidelityfx.dll")<br />
clip = core.fidelityfx.Grain(clip, amount=0.5)</code></div></div>...<br />
</li>
</ul>
<br />
Why it will probably not make it into Hybrid?<br />
Maybe in the future, it gets some functionality I think would be nice to have, but atm.  I simply don't think it offers anything that seems really useful.<br />
If you think otherwise let me know.<br />
<br />
<br />
You can also use this thread to post about filters you came across, that you tested and you think should make it into Hybrid. <img src="https://forum.selur.net/images/smilies/smile.png" alt="Smile" title="Smile" class="smilie smilie_1" /><br />
<br />
Cu Selur]]></description>
			<content:encoded><![CDATA[Just thought from time to time I post Vapoursynth filters I stumble upon (which might not make it into Hybrid, but might be interesting to someone).<br />
<br />
To start off I just stumbled over <a href="https://github.com/LumeCraft-Labs/vs-fidelityfx" target="_blank" rel="noopener" class="mycode_url">vs-fidelityfx</a> which offers <a href="https://www.amd.com/en/products/graphics/technologies/fidelityfx.html" target="_blank" rel="noopener" class="mycode_url">FidelityFX</a> for VapourSynth.<br />
<blockquote class="mycode_quote"><cite>Quote:</cite><span style="font-weight: bold;" class="mycode_b">EASU – Upscaling</span><br />
<br />
<span style="font-style: italic;" class="mycode_i">fidelityfx.EASU(clip, width=?, height=?)</span><br />
<ul class="mycode_list"><li><span style="font-weight: bold;" class="mycode_b">width</span>: Output width (must not be lower than the input width)<br />
</li>
<li><span style="font-weight: bold;" class="mycode_b">height</span>: Output height (must not be lower than the input height)<br />
</li>
</ul>
<br />
<span style="font-weight: bold;" class="mycode_b">RCAS – Sharpening</span><br />
<br />
<span style="font-style: italic;" class="mycode_i">fidelityfx.RCAS(clip, sharpness=0.2)</span><br />
<ul class="mycode_list"><li><span style="font-weight: bold;" class="mycode_b">sharpness</span>: Sharpening strength, range [0.0, 2.0] (default 0.2)<ul class="mycode_list"><li>0.0 = maximum sharpening<br />
</li>
<li>2.0 = minimum sharpening<br />
</li>
</ul>
</li>
</ul>
<br />
<span style="font-weight: bold;" class="mycode_b">ChromaticAberration – Chromatic Aberration</span><br />
<br />
<span style="font-style: italic;" class="mycode_i">fidelityfx.ChromaticAberration(clip, intensity=1.0)</span><br />
<ul class="mycode_list"><li><span style="font-weight: bold;" class="mycode_b">intensity</span>: Chromatic aberration strength, range [0.0, 20.0] (default 1.0)<ul class="mycode_list"><li>0.0 = no chromatic aberration<br />
</li>
</ul>
</li>
</ul>
<br />
<span style="font-weight: bold;" class="mycode_b">Vignette – Vignetting</span><br />
<br />
<span style="font-style: italic;" class="mycode_i">fidelityfx.Vignette(clip, intensity=1.0)</span><br />
<ul class="mycode_list"><li><span style="font-weight: bold;" class="mycode_b">intensity</span>: Vignette strength, range [0.0, 2.0] (default 1.0)<ul class="mycode_list"><li>0.0 = no vignette<br />
</li>
</ul>
</li>
</ul>
<br />
<span style="font-weight: bold;" class="mycode_b">Grain – Film Grain</span><br />
<br />
<span style="font-style: italic;" class="mycode_i">fidelityfx.Grain(clip, scale=1.0, amount=0.05, seed=-1)</span><br />
<ul class="mycode_list"><li><span style="font-weight: bold;" class="mycode_b">scale</span>: Grain scale, range [0.01, 20.0] (default 1.0)<br />
</li>
<li><span style="font-weight: bold;" class="mycode_b">amount</span>: Grain strength, range [0.0, 20.0] (default 0.05)<ul class="mycode_list"><li>0.0 = no grain<br />
</li>
</ul>
</li>
<li><span style="font-weight: bold;" class="mycode_b">seed</span>: Random seed, integer (default -1)<ul class="mycode_list"><li>-1: Use the frame index as the seed (grain differs per frame, simulating real film)<br />
</li>
<li>≥ 0: Use a fixed seed (grain is identical on all frames)<br />
</li>
</ul>
</li>
</ul>
</blockquote>
<br />
In case you want to use it:<ul class="mycode_list"><li>copy the vs_fidelity.dll to somewhere<br />
</li>
<li>create a custom section with:<br />
<div class="codeblock"><!--div class="title">Code:</div--><div class="body" dir="ltr"><code># requires colorformat RGBH<br />
core.std.LoadPlugin(path="PATH TO vs_fidelityfx.dll")<br />
clip = core.fidelityfx.EASU(clip, width=2560, height=1440)<br />
# width 2560<br />
# height 1440</code></div></div>(the comment lines are needed to let Hybrid know what color format the filter needs and that it changed the resolution)<br />
or<br />
<div class="codeblock"><!--div class="title">Code:</div--><div class="body" dir="ltr"><code># requires colorformat RGBH<br />
core.std.LoadPlugin(path="PATH TO vs_fidelityfx.dll")<br />
clip = core.fidelityfx.Grain(clip, amount=0.5)</code></div></div>...<br />
</li>
</ul>
<br />
Why it will probably not make it into Hybrid?<br />
Maybe in the future, it gets some functionality I think would be nice to have, but atm.  I simply don't think it offers anything that seems really useful.<br />
If you think otherwise let me know.<br />
<br />
<br />
You can also use this thread to post about filters you came across, that you tested and you think should make it into Hybrid. <img src="https://forum.selur.net/images/smilies/smile.png" alt="Smile" title="Smile" class="smilie smilie_1" /><br />
<br />
Cu Selur]]></content:encoded>
		</item>
		<item>
			<title><![CDATA[VHS-Material TV-tauglich machen]]></title>
			<link>https://forum.selur.net/thread-4323.html</link>
			<pubDate>Thu, 12 Feb 2026 15:39:08 +0100</pubDate>
			<dc:creator><![CDATA[<a href="https://forum.selur.net/member.php?action=profile&uid=4647">RextheC</a>]]></dc:creator>
			<guid isPermaLink="false">https://forum.selur.net/thread-4323.html</guid>
			<description><![CDATA[VHS-Material TV-tauglich machen..<br />
<br />
..Round 12 ( -B<br />
<br />
Hallihallo :-)<br />
<br />
Nach langem Gezehter, habe ich es endlich geschafft meine avi mit Avisynth zu laden.<br />
Ich habe ein Skript vom "www".Rainer, aus Forum xyz, was aber irdwo nicht richtig passt.<br />
<br />
Am Ende sollte Progressive rauskommen und evt ein paar Parameter einstellbar sein wie entrauschen, schärfen, vlt resize?!<br />
<br />
Leider hab ich mich mit dem ganzen Thema nicht von Anfang an auseinandergesetzt. Weshalb ich jetzt wohl auch hier bin ;-I<br />
<br />
Hier das Skript (hab zwei verschiedene vom Rainer weil ich unterschiedliche vids hochgeladen hab _und da schon irdw ein Durcheinander entstand-:<br />
<br />
AVISource("D:\1992.avi", audio=true)<br />
ConvertToYUY2(interlaced=true) # alternative that specifies interlacing<br />
#ColorYUV(autowhite=true) # auto white balance<br />
AssumeTFF() # optional, BFF for DV source<br />
QTGMC(Preset="Slow", EZDenoise=1.5, TR2=3) <br />
#QTGMC(preset="slow", matchpreset="Slow", matchpreset2="Slow", fpsdivisor=2, sourcematch=3, tr1=2, tr2=1, NoiseTR=2, sharpness=0.1) <br />
#QTGMC(preset="Slower", matchpreset="slow", matchpreset2="slow", sourcematch=3, SubPel=2, SubPelInterp=2, TR1=2, TR2=0, NoisePreset="Slower", NoiseProcess = 2,  NoiseTR=2, ShutterBlur=3, sharpness=0.1, EdiThreads=3)<br />
TWEAK(0,1.05,-7.3,0.9)<br />
crop(4,2,-4,-8) # use both lines<br />
spline36resize(768,576)<br />
<br />
und<br />
<br />
<br />
#AVISource("V:\wetransfer_1985-teil1-avi_2024-12-29_1850\MyClip000.avi", audio=true)<br />
#DirectShowSource("V:\wetransfer_1985-teil1-avi_2024-12-29_1850\1985-Teil1.avi", audio=true)<br />
FFmpegSource2("V:\wetransfer_1985-teil1-avi_2024-12-29_1850\MyClip000.mkv", atrack = -1)<br />
ConvertToYUY2(interlaced=true) # alternative that specifies interlacing<br />
#ColorYUV(autowhite=true) # auto white balance<br />
AssumeTFF() # optional, BFF for DV source<br />
QTGMC(Preset="Slow", EZDenoise=1.5, TR2=3) <br />
#QTGMC(preset="slow", matchpreset="Slow", matchpreset2="Slow", fpsdivisor=2, sourcematch=3, tr1=2, tr2=1, NoiseTR=2, sharpness=0.1) <br />
#QTGMC(preset="Slower", matchpreset="slow", matchpreset2="slow", sourcematch=3, SubPel=2, SubPelInterp=2, TR1=2, TR2=0, NoisePreset="Slower", NoiseProcess = 2,  NoiseTR=2, ShutterBlur=3, sharpness=0.1, EdiThreads=3)<br />
TWEAK(0,1.05,-7.3,0.9)<br />
crop(16,4,-8,-8) # use both lines<br />
spline36resize(768,576)<br />
<br />
<br />
Was sagt mir das ganze?<br />
<br />
[FRAGE]<br />
<br />
Momentan kann ich meine avi nur laden wenn ein # vor allen qtgmc einträgen ist. D.h ja qtgmc zeilen werden übersprungen?!<br />
Ich möchte ja aber progressive<br />
aus dem interlace videos machen?!?<br />
Ich danke schonmals recht herzlich für Tipps :-)]]></description>
			<content:encoded><![CDATA[VHS-Material TV-tauglich machen..<br />
<br />
..Round 12 ( -B<br />
<br />
Hallihallo :-)<br />
<br />
Nach langem Gezehter, habe ich es endlich geschafft meine avi mit Avisynth zu laden.<br />
Ich habe ein Skript vom "www".Rainer, aus Forum xyz, was aber irdwo nicht richtig passt.<br />
<br />
Am Ende sollte Progressive rauskommen und evt ein paar Parameter einstellbar sein wie entrauschen, schärfen, vlt resize?!<br />
<br />
Leider hab ich mich mit dem ganzen Thema nicht von Anfang an auseinandergesetzt. Weshalb ich jetzt wohl auch hier bin ;-I<br />
<br />
Hier das Skript (hab zwei verschiedene vom Rainer weil ich unterschiedliche vids hochgeladen hab _und da schon irdw ein Durcheinander entstand-:<br />
<br />
AVISource("D:\1992.avi", audio=true)<br />
ConvertToYUY2(interlaced=true) # alternative that specifies interlacing<br />
#ColorYUV(autowhite=true) # auto white balance<br />
AssumeTFF() # optional, BFF for DV source<br />
QTGMC(Preset="Slow", EZDenoise=1.5, TR2=3) <br />
#QTGMC(preset="slow", matchpreset="Slow", matchpreset2="Slow", fpsdivisor=2, sourcematch=3, tr1=2, tr2=1, NoiseTR=2, sharpness=0.1) <br />
#QTGMC(preset="Slower", matchpreset="slow", matchpreset2="slow", sourcematch=3, SubPel=2, SubPelInterp=2, TR1=2, TR2=0, NoisePreset="Slower", NoiseProcess = 2,  NoiseTR=2, ShutterBlur=3, sharpness=0.1, EdiThreads=3)<br />
TWEAK(0,1.05,-7.3,0.9)<br />
crop(4,2,-4,-8) # use both lines<br />
spline36resize(768,576)<br />
<br />
und<br />
<br />
<br />
#AVISource("V:\wetransfer_1985-teil1-avi_2024-12-29_1850\MyClip000.avi", audio=true)<br />
#DirectShowSource("V:\wetransfer_1985-teil1-avi_2024-12-29_1850\1985-Teil1.avi", audio=true)<br />
FFmpegSource2("V:\wetransfer_1985-teil1-avi_2024-12-29_1850\MyClip000.mkv", atrack = -1)<br />
ConvertToYUY2(interlaced=true) # alternative that specifies interlacing<br />
#ColorYUV(autowhite=true) # auto white balance<br />
AssumeTFF() # optional, BFF for DV source<br />
QTGMC(Preset="Slow", EZDenoise=1.5, TR2=3) <br />
#QTGMC(preset="slow", matchpreset="Slow", matchpreset2="Slow", fpsdivisor=2, sourcematch=3, tr1=2, tr2=1, NoiseTR=2, sharpness=0.1) <br />
#QTGMC(preset="Slower", matchpreset="slow", matchpreset2="slow", sourcematch=3, SubPel=2, SubPelInterp=2, TR1=2, TR2=0, NoisePreset="Slower", NoiseProcess = 2,  NoiseTR=2, ShutterBlur=3, sharpness=0.1, EdiThreads=3)<br />
TWEAK(0,1.05,-7.3,0.9)<br />
crop(16,4,-8,-8) # use both lines<br />
spline36resize(768,576)<br />
<br />
<br />
Was sagt mir das ganze?<br />
<br />
[FRAGE]<br />
<br />
Momentan kann ich meine avi nur laden wenn ein # vor allen qtgmc einträgen ist. D.h ja qtgmc zeilen werden übersprungen?!<br />
Ich möchte ja aber progressive<br />
aus dem interlace videos machen?!?<br />
Ich danke schonmals recht herzlich für Tipps :-)]]></content:encoded>
		</item>
		<item>
			<title><![CDATA[Codec M101 RAW-AVI-Datei bearbeiten]]></title>
			<link>https://forum.selur.net/thread-4315.html</link>
			<pubDate>Sun, 01 Feb 2026 22:24:59 +0100</pubDate>
			<dc:creator><![CDATA[<a href="https://forum.selur.net/member.php?action=profile&uid=4647">RextheC</a>]]></dc:creator>
			<guid isPermaLink="false">https://forum.selur.net/thread-4315.html</guid>
			<description><![CDATA[Heho allerseits <img src="https://forum.selur.net/images/smilies/smile.png" alt="Smile" title="Smile" class="smilie smilie_1" /><br />
<br />
Ist es möglich den von MATROX für das mx02 mini auf WIN verwendeten uncompressed raw M101 codec irgdw AVISOURCE- fähig zu machen, damit ich mit VD und Avisynth weitermachen könnte...?<br />
<br />
,hab schon so viel versucht..<br />
Bin kurz davor auf den "weniger garstigen" dafür lossy, mpeg 2 I-frame zu wechseln.<br />
<br />
Der Unterschied schaut nicht weltbewegend aus im capture fenster.<br />
<br />
Jemand einen Rat?<br />
Hab das restliche Internet schon abgegraßt, leider nix gut bis jetzt D- ;<br />
<br />
THX schonmal für die Aufmerksamkeit<br />
greetz<br />
<br />
ü<img src="https://forum.selur.net/images/smilies/smile.png" alt="Smile" title="Smile" class="smilie smilie_1" />Ü(:]]></description>
			<content:encoded><![CDATA[Heho allerseits <img src="https://forum.selur.net/images/smilies/smile.png" alt="Smile" title="Smile" class="smilie smilie_1" /><br />
<br />
Ist es möglich den von MATROX für das mx02 mini auf WIN verwendeten uncompressed raw M101 codec irgdw AVISOURCE- fähig zu machen, damit ich mit VD und Avisynth weitermachen könnte...?<br />
<br />
,hab schon so viel versucht..<br />
Bin kurz davor auf den "weniger garstigen" dafür lossy, mpeg 2 I-frame zu wechseln.<br />
<br />
Der Unterschied schaut nicht weltbewegend aus im capture fenster.<br />
<br />
Jemand einen Rat?<br />
Hab das restliche Internet schon abgegraßt, leider nix gut bis jetzt D- ;<br />
<br />
THX schonmal für die Aufmerksamkeit<br />
greetz<br />
<br />
ü<img src="https://forum.selur.net/images/smilies/smile.png" alt="Smile" title="Smile" class="smilie smilie_1" />Ü(:]]></content:encoded>
		</item>
		<item>
			<title><![CDATA[how to process the pulldown portion of videos from DVDs in vapoursynth]]></title>
			<link>https://forum.selur.net/thread-4273.html</link>
			<pubDate>Mon, 01 Dec 2025 02:31:51 +0100</pubDate>
			<dc:creator><![CDATA[<a href="https://forum.selur.net/member.php?action=profile&uid=4577">tda</a>]]></dc:creator>
			<guid isPermaLink="false">https://forum.selur.net/thread-4273.html</guid>
			<description><![CDATA[I'm wondering if I can get some advice. I'm processing a bunch of snowboard videos from DVDs. These videos often seem to have messed-up formatting, and are often a mix of progressive, pulldown, and interlaced. The pulldown portions usually have a "combed-combed-clean-clean-clean" pattern.<br />
<br />
To process the pulldown portions of these videos, I've tried a bunch of different vapoursynth functions like deblend, but I can't get any of them give good results. But I feel like there must be a vapoursynth function for processing this type of video since that combed-combed-clean-clean-clean pattern appears in so many of these videos.<br />
<br />
I have put a link to one video below. The combed-combed-clean-clean-clean pattern appears often after the live action begins around time 02:10. If anyone knows how to process this type of video in vapoursynth, please let me know.<br />
<br />
<a href="https://transfer.pcloud.com/download.html?code=5ZmbTP5ZOau9IvNbPDjZwiaUZ80rL3ohmiNkTEfgASkBfEBPgI4Cy" target="_blank" rel="noopener" class="mycode_url">https://transfer.pcloud.com/download.htm...BfEBPgI4Cy</a>]]></description>
			<content:encoded><![CDATA[I'm wondering if I can get some advice. I'm processing a bunch of snowboard videos from DVDs. These videos often seem to have messed-up formatting, and are often a mix of progressive, pulldown, and interlaced. The pulldown portions usually have a "combed-combed-clean-clean-clean" pattern.<br />
<br />
To process the pulldown portions of these videos, I've tried a bunch of different vapoursynth functions like deblend, but I can't get any of them give good results. But I feel like there must be a vapoursynth function for processing this type of video since that combed-combed-clean-clean-clean pattern appears in so many of these videos.<br />
<br />
I have put a link to one video below. The combed-combed-clean-clean-clean pattern appears often after the live action begins around time 02:10. If anyone knows how to process this type of video in vapoursynth, please let me know.<br />
<br />
<a href="https://transfer.pcloud.com/download.html?code=5ZmbTP5ZOau9IvNbPDjZwiaUZ80rL3ohmiNkTEfgASkBfEBPgI4Cy" target="_blank" rel="noopener" class="mycode_url">https://transfer.pcloud.com/download.htm...BfEBPgI4Cy</a>]]></content:encoded>
		</item>
		<item>
			<title><![CDATA[Changed the sub-forum order,...]]></title>
			<link>https://forum.selur.net/thread-4242.html</link>
			<pubDate>Sat, 25 Oct 2025 08:21:06 +0200</pubDate>
			<dc:creator><![CDATA[<a href="https://forum.selur.net/member.php?action=profile&uid=1">Selur</a>]]></dc:creator>
			<guid isPermaLink="false">https://forum.selur.net/thread-4242.html</guid>
			<description><![CDATA[Hi, <br />
just a small notice: You are not crazy,... I changed the sub-forum order in the forum.<br />
I moved the General sub-forum to the 'Talk, Talk, Talk' section and the 'Hybrid - Support' below the 'Talk, Talk, Talk' section.<br />
<br />
Cu Selur]]></description>
			<content:encoded><![CDATA[Hi, <br />
just a small notice: You are not crazy,... I changed the sub-forum order in the forum.<br />
I moved the General sub-forum to the 'Talk, Talk, Talk' section and the 'Hybrid - Support' below the 'Talk, Talk, Talk' section.<br />
<br />
Cu Selur]]></content:encoded>
		</item>
		<item>
			<title><![CDATA[current status of vapoursynth/havsfunc in Arch Linux]]></title>
			<link>https://forum.selur.net/thread-4232.html</link>
			<pubDate>Sat, 11 Oct 2025 02:10:18 +0200</pubDate>
			<dc:creator><![CDATA[<a href="https://forum.selur.net/member.php?action=profile&uid=4577">tda</a>]]></dc:creator>
			<guid isPermaLink="false">https://forum.selur.net/thread-4232.html</guid>
			<description><![CDATA[I am wondering if anyone knows of how to get havsfunc working on Arch Linux. I have successfully used it for a couple years, but the <span style="font-weight: bold;" class="mycode_b">vapoursynth-plugin-havsfunc-git</span> package no longer works. When running a vpy script, I get this error:<br />
<br />
<div class="codeblock"><!--div class="title">Code:</div--><div class="body" dir="ltr"><code>ImportError: cannot import name 'BM3D' from 'vsdenoise' (/usr/lib/python3.13/site-packages/vsdenoise/__init__.py). Did you mean: 'bm3d'?</code></div></div><br />
This exact error has been mentioned in the comments of the AUR package webpage in June/July, but it has not been addressed:<br />
<a href="https://aur.archlinux.org/packages/vapoursynth-plugin-havsfunc-git" target="_blank" rel="noopener" class="mycode_url">https://aur.archlinux.org/packages/vapou...vsfunc-git</a><br />
<br />
This exact error has also been mentioned as an issue on the havsfunc Github page below in June (with 7 likes), but it has not been addressed:<br />
<a href="https://github.com/HomeOfVapourSynthEvolution/havsfunc/issues/95" target="_blank" rel="noopener" class="mycode_url">https://github.com/HomeOfVapourSynthEvol.../issues/95</a>]]></description>
			<content:encoded><![CDATA[I am wondering if anyone knows of how to get havsfunc working on Arch Linux. I have successfully used it for a couple years, but the <span style="font-weight: bold;" class="mycode_b">vapoursynth-plugin-havsfunc-git</span> package no longer works. When running a vpy script, I get this error:<br />
<br />
<div class="codeblock"><!--div class="title">Code:</div--><div class="body" dir="ltr"><code>ImportError: cannot import name 'BM3D' from 'vsdenoise' (/usr/lib/python3.13/site-packages/vsdenoise/__init__.py). Did you mean: 'bm3d'?</code></div></div><br />
This exact error has been mentioned in the comments of the AUR package webpage in June/July, but it has not been addressed:<br />
<a href="https://aur.archlinux.org/packages/vapoursynth-plugin-havsfunc-git" target="_blank" rel="noopener" class="mycode_url">https://aur.archlinux.org/packages/vapou...vsfunc-git</a><br />
<br />
This exact error has also been mentioned as an issue on the havsfunc Github page below in June (with 7 likes), but it has not been addressed:<br />
<a href="https://github.com/HomeOfVapourSynthEvolution/havsfunc/issues/95" target="_blank" rel="noopener" class="mycode_url">https://github.com/HomeOfVapourSynthEvol.../issues/95</a>]]></content:encoded>
		</item>
		<item>
			<title><![CDATA[Encoding newbie, some questions on converting to square PAR]]></title>
			<link>https://forum.selur.net/thread-4205.html</link>
			<pubDate>Sat, 06 Sep 2025 04:04:12 +0200</pubDate>
			<dc:creator><![CDATA[<a href="https://forum.selur.net/member.php?action=profile&uid=4557">spicy_noodles</a>]]></dc:creator>
			<guid isPermaLink="false">https://forum.selur.net/thread-4205.html</guid>
			<description><![CDATA[Hi guys,<br />
<br />
I'm currently in the process of ripping a library of DVDs and encoding them via Hybrid. Because I'd like the videos to be played in a browser over web, the videos need to be deinterlaced. From what I understand, it's also considered good practice to convert the PAR of the video to square for web video. My confusion stems from whether I should be squeezing or stretching the source when doing so - i.e for a 720x480 source with a PAR of 32x27 / aspect ratio of 16:9, should the picture be resized to 720x406 or 854x480? Or for my use case, should I omit converting to square PAR entirely?]]></description>
			<content:encoded><![CDATA[Hi guys,<br />
<br />
I'm currently in the process of ripping a library of DVDs and encoding them via Hybrid. Because I'd like the videos to be played in a browser over web, the videos need to be deinterlaced. From what I understand, it's also considered good practice to convert the PAR of the video to square for web video. My confusion stems from whether I should be squeezing or stretching the source when doing so - i.e for a 720x480 source with a PAR of 32x27 / aspect ratio of 16:9, should the picture be resized to 720x406 or 854x480? Or for my use case, should I omit converting to square PAR entirely?]]></content:encoded>
		</item>
		<item>
			<title><![CDATA[deinterlacing: motion-adaptive vs. motion-compensating]]></title>
			<link>https://forum.selur.net/thread-4149.html</link>
			<pubDate>Sun, 13 Jul 2025 00:38:20 +0200</pubDate>
			<dc:creator><![CDATA[<a href="https://forum.selur.net/member.php?action=profile&uid=3404">tailland</a>]]></dc:creator>
			<guid isPermaLink="false">https://forum.selur.net/thread-4149.html</guid>
			<description><![CDATA[doing some deinterlacing, i decided to read up on some different methods: <a href="https://www.albalaing.es/faq/articulos/Deinterlacing%20Algorithms.pdf" target="_blank" rel="noopener" class="mycode_url">https://www.albalaing.es/faq/articulos/D...rithms.pdf</a><br />
<br />
is there a deinterlacing filter out there (maybe hybrid-embeddable?) which has motion-compensation?]]></description>
			<content:encoded><![CDATA[doing some deinterlacing, i decided to read up on some different methods: <a href="https://www.albalaing.es/faq/articulos/Deinterlacing%20Algorithms.pdf" target="_blank" rel="noopener" class="mycode_url">https://www.albalaing.es/faq/articulos/D...rithms.pdf</a><br />
<br />
is there a deinterlacing filter out there (maybe hybrid-embeddable?) which has motion-compensation?]]></content:encoded>
		</item>
		<item>
			<title><![CDATA[MKV Cutter feature request]]></title>
			<link>https://forum.selur.net/thread-4147.html</link>
			<pubDate>Fri, 11 Jul 2025 15:25:29 +0200</pubDate>
			<dc:creator><![CDATA[<a href="https://forum.selur.net/member.php?action=profile&uid=4529">roadhazard</a>]]></dc:creator>
			<guid isPermaLink="false">https://forum.selur.net/thread-4147.html</guid>
			<description><![CDATA[Hello, I think your amazing program, 'MKV Cutter' is no longer developed <img src="https://forum.selur.net/images/smilies/sad.png" alt="Sad" title="Sad" class="smilie smilie_8" /> but I had a question. First, could you PLEASE continue development of it? <img src="https://forum.selur.net/images/smilies/smile.png" alt="Smile" title="Smile" class="smilie smilie_1" /> The reason I ask is because so far, it's the ONLY program I've found that can perfectly cut MKVs while retaining soft-embedded subtitles and it also retains the exact/proper names of multiple audio tracks.<br />
<br />
The only things I was wondering if you could fix are;<br />
<br />
1. When the subtitles are passed to the new file, the name is changed and it's replaced by 'Track 1'. Example, I was editing a file that had a subtitle track called 'Forced-English'. When I saved the file, the sub track was renamed to 'Track 1'. This is a MINOR issue. When working with an MKV that has multiple audio tracks that have names like (English AC3, English Atmos, Commentary)..... when I make my edits and save the file, those names are retained, which is perfect. But sub tracks get renamed to that generic 'Track 1')<br />
<br />
2. Could you add the ability to play the file? Sometimes, I want to get the cut point at a certain spot but I'd like to hear what is being said. Example, in Avidemux, you can play the video and hear what is being said and zero in on what you'd like to cut. With MKV Cutter, I can only jump around and can't play the video to see it in motion and hear it. (Unless I'm doing something wrong and it DOES have this capability?)<br />
<br />
Bonus question, do you have a link to the latest version of MKV Cutter? I only found the '2017' one on Videohelp and the '2019' one they link to throws up security warnings when I download it. (False positive?)<br />
<br />
Sorry, one last question, I see all the EXE's that the 2017 version uses.... can I simply replace those with newer versions or will that break something?<br />
<br />
So if by chance you read this, please don't abandon MKV Cutter. It's truly an amazing app! I'd be willing to pay money for a newer version, especially if you can make those changes.<br />
<br />
Thank you]]></description>
			<content:encoded><![CDATA[Hello, I think your amazing program, 'MKV Cutter' is no longer developed <img src="https://forum.selur.net/images/smilies/sad.png" alt="Sad" title="Sad" class="smilie smilie_8" /> but I had a question. First, could you PLEASE continue development of it? <img src="https://forum.selur.net/images/smilies/smile.png" alt="Smile" title="Smile" class="smilie smilie_1" /> The reason I ask is because so far, it's the ONLY program I've found that can perfectly cut MKVs while retaining soft-embedded subtitles and it also retains the exact/proper names of multiple audio tracks.<br />
<br />
The only things I was wondering if you could fix are;<br />
<br />
1. When the subtitles are passed to the new file, the name is changed and it's replaced by 'Track 1'. Example, I was editing a file that had a subtitle track called 'Forced-English'. When I saved the file, the sub track was renamed to 'Track 1'. This is a MINOR issue. When working with an MKV that has multiple audio tracks that have names like (English AC3, English Atmos, Commentary)..... when I make my edits and save the file, those names are retained, which is perfect. But sub tracks get renamed to that generic 'Track 1')<br />
<br />
2. Could you add the ability to play the file? Sometimes, I want to get the cut point at a certain spot but I'd like to hear what is being said. Example, in Avidemux, you can play the video and hear what is being said and zero in on what you'd like to cut. With MKV Cutter, I can only jump around and can't play the video to see it in motion and hear it. (Unless I'm doing something wrong and it DOES have this capability?)<br />
<br />
Bonus question, do you have a link to the latest version of MKV Cutter? I only found the '2017' one on Videohelp and the '2019' one they link to throws up security warnings when I download it. (False positive?)<br />
<br />
Sorry, one last question, I see all the EXE's that the 2017 version uses.... can I simply replace those with newer versions or will that break something?<br />
<br />
So if by chance you read this, please don't abandon MKV Cutter. It's truly an amazing app! I'd be willing to pay money for a newer version, especially if you can make those changes.<br />
<br />
Thank you]]></content:encoded>
		</item>
		<item>
			<title><![CDATA[Doctor Who Season 18/19/24 on One: AI without NI]]></title>
			<link>https://forum.selur.net/thread-4138.html</link>
			<pubDate>Tue, 01 Jul 2025 15:39:28 +0200</pubDate>
			<dc:creator><![CDATA[<a href="https://forum.selur.net/member.php?action=profile&uid=4515">LigH</a>]]></dc:creator>
			<guid isPermaLink="false">https://forum.selur.net/thread-4138.html</guid>
			<description><![CDATA[Artificial Intelligence without Natural Intelligence destroyed these videos: Apparently someone upscaled interlaced content without deinterlacing properly, you can clearly spot wobbling caused by field-blended vertical scaling.<br />
<br />
<a href="https://www.ligh.de/test/DrWho_S18-E01_Wobble.mp4" target="_blank" rel="noopener" class="mycode_url">https://www.ligh.de/test/DrWho_S18-E01_Wobble.mp4</a>]]></description>
			<content:encoded><![CDATA[Artificial Intelligence without Natural Intelligence destroyed these videos: Apparently someone upscaled interlaced content without deinterlacing properly, you can clearly spot wobbling caused by field-blended vertical scaling.<br />
<br />
<a href="https://www.ligh.de/test/DrWho_S18-E01_Wobble.mp4" target="_blank" rel="noopener" class="mycode_url">https://www.ligh.de/test/DrWho_S18-E01_Wobble.mp4</a>]]></content:encoded>
		</item>
		<item>
			<title><![CDATA[Using mlrt in AviSynth+ on non-RTX GPU]]></title>
			<link>https://forum.selur.net/thread-4130.html</link>
			<pubDate>Wed, 18 Jun 2025 14:24:18 +0200</pubDate>
			<dc:creator><![CDATA[<a href="https://forum.selur.net/member.php?action=profile&uid=4515">LigH</a>]]></dc:creator>
			<guid isPermaLink="false">https://forum.selur.net/thread-4130.html</guid>
			<description><![CDATA[Hello there! <img src="https://forum.selur.net/images/smilies/dodgy.png" alt="Dodgy" title="Dodgy" class="smilie smilie_14" /> <br />
<br />
Sometimes I like to give myself some little challenges... my latest was looking for a HD version of "Titan A.E.", discovering no Blu-ray to be released, and trying to upscale it myself from DVD using AviSynth (I still have no knowledge in Python, so it won't be VapourSynth for me).<br />
<br />
First rather "conventional" attempt: NNEDI3. Quick and not too dirty. <br />
<br />
Second attempt: Looking for specific "Anime upscalers" in the list of external AviSynth plugins. Had a little trouble I tried to solve in the doom9 forum until I was asked bluntly why I don't use mlrt. Well ... because I did not yet know it. So I had to learn about it!<br />
<br />
Asd-g released a <a href="https://github.com/Asd-g/avs-mlrt" target="_blank" rel="noopener" class="mycode_url">partial AviSynth+ port</a> of <a href="https://github.com/AmusementClub/vs-mlrt" target="_blank" rel="noopener" class="mycode_url">vs-mlrt</a> with a useful <a href="https://github.com/Asd-g/avs-mlrt/releases/tag/models" target="_blank" rel="noopener" class="mycode_url">archive of models</a> including convenient <a href="https://github.com/Asd-g/avs-mlrt/tree/main/scripts" target="_blank" rel="noopener" class="mycode_url">wrapper scripts</a> with simpler parameter lists. Specifically for upscaling, I found CUGAN and RealESRGAN models to be available.<br />
<br />
The ESRGAN model turned out to be quite useful for upscaling cartoon material, and I made it working on my GeForce 1660 Super (6 GB VRAM) using the ncnn Vulkan backend. The ort backend for CUDA was a bit harder to run, causing a lot of errors, until I discovered methods to prevent them, e.g. by applying memory-saving parameters. So I would like to recommend one of these methods today to blow up video by a factor of 4:<br />
<br />
<div class="codeblock"><!--div class="title">Code:</div--><div class="body" dir="ltr"><code>LwLibavVideoSource("TitanAE.mkv") # output of makeMKV reading the DVD main PGC<br />
ColorMatrix("Rec.601-&gt;Rec.709")<br />
ConvertToYV24()<br />
Crop(0, 80, -0, -80)<br />
ConvertBits(32)<br />
ConvertToPlanarRGB()<br />
mlrt_RealESRGAN(model=2, backend=["ncnn", "fp16=true"])<br />
#mlrt_RealESRGAN(model=2, backend=["ort", """provider="CUDA" """]) # just for documenting, hardly used; not using CUDA explicitly may fall back to using CPU<br />
Spline16Resize(1920, 800)<br />
ConvertBits(8)<br />
ConvertToYV12()</code></div></div><br />
For more natural video content, CUGAN may be the more generic model. But it is also a lot more demanding, needs much more memory, often caused an "inference error" in the ncnn interface. I had to learn that splitting the video into tiles is very useful to avoid that. A full PAL DVD video source (720×576) required such a set of parameters:<br />
<br />
<div class="codeblock"><!--div class="title">Code:</div--><div class="body" dir="ltr"><code>mlrt_CUGAN(noise=2, scale=2, tiles=3, overlap_w=24, backend=["ncnn", "fp16=true"])</code></div></div><br />
At least I hope this is a sensible combination, splitting the width of 720 pixels into 3 tiles of 256 pixels width 24 pixels overlaps. May be a waste. Not sure which tile widths are optimal.<br />
<br />
In general I am not overly enthusiastic about these AI models. They look quite artificial to me, denoise and flatten a lot. I found to prefer a 50:50 merge with NNEDI3 and a final addition of some subtle noise to look more credible.]]></description>
			<content:encoded><![CDATA[Hello there! <img src="https://forum.selur.net/images/smilies/dodgy.png" alt="Dodgy" title="Dodgy" class="smilie smilie_14" /> <br />
<br />
Sometimes I like to give myself some little challenges... my latest was looking for a HD version of "Titan A.E.", discovering no Blu-ray to be released, and trying to upscale it myself from DVD using AviSynth (I still have no knowledge in Python, so it won't be VapourSynth for me).<br />
<br />
First rather "conventional" attempt: NNEDI3. Quick and not too dirty. <br />
<br />
Second attempt: Looking for specific "Anime upscalers" in the list of external AviSynth plugins. Had a little trouble I tried to solve in the doom9 forum until I was asked bluntly why I don't use mlrt. Well ... because I did not yet know it. So I had to learn about it!<br />
<br />
Asd-g released a <a href="https://github.com/Asd-g/avs-mlrt" target="_blank" rel="noopener" class="mycode_url">partial AviSynth+ port</a> of <a href="https://github.com/AmusementClub/vs-mlrt" target="_blank" rel="noopener" class="mycode_url">vs-mlrt</a> with a useful <a href="https://github.com/Asd-g/avs-mlrt/releases/tag/models" target="_blank" rel="noopener" class="mycode_url">archive of models</a> including convenient <a href="https://github.com/Asd-g/avs-mlrt/tree/main/scripts" target="_blank" rel="noopener" class="mycode_url">wrapper scripts</a> with simpler parameter lists. Specifically for upscaling, I found CUGAN and RealESRGAN models to be available.<br />
<br />
The ESRGAN model turned out to be quite useful for upscaling cartoon material, and I made it working on my GeForce 1660 Super (6 GB VRAM) using the ncnn Vulkan backend. The ort backend for CUDA was a bit harder to run, causing a lot of errors, until I discovered methods to prevent them, e.g. by applying memory-saving parameters. So I would like to recommend one of these methods today to blow up video by a factor of 4:<br />
<br />
<div class="codeblock"><!--div class="title">Code:</div--><div class="body" dir="ltr"><code>LwLibavVideoSource("TitanAE.mkv") # output of makeMKV reading the DVD main PGC<br />
ColorMatrix("Rec.601-&gt;Rec.709")<br />
ConvertToYV24()<br />
Crop(0, 80, -0, -80)<br />
ConvertBits(32)<br />
ConvertToPlanarRGB()<br />
mlrt_RealESRGAN(model=2, backend=["ncnn", "fp16=true"])<br />
#mlrt_RealESRGAN(model=2, backend=["ort", """provider="CUDA" """]) # just for documenting, hardly used; not using CUDA explicitly may fall back to using CPU<br />
Spline16Resize(1920, 800)<br />
ConvertBits(8)<br />
ConvertToYV12()</code></div></div><br />
For more natural video content, CUGAN may be the more generic model. But it is also a lot more demanding, needs much more memory, often caused an "inference error" in the ncnn interface. I had to learn that splitting the video into tiles is very useful to avoid that. A full PAL DVD video source (720×576) required such a set of parameters:<br />
<br />
<div class="codeblock"><!--div class="title">Code:</div--><div class="body" dir="ltr"><code>mlrt_CUGAN(noise=2, scale=2, tiles=3, overlap_w=24, backend=["ncnn", "fp16=true"])</code></div></div><br />
At least I hope this is a sensible combination, splitting the width of 720 pixels into 3 tiles of 256 pixels width 24 pixels overlaps. May be a waste. Not sure which tile widths are optimal.<br />
<br />
In general I am not overly enthusiastic about these AI models. They look quite artificial to me, denoise and flatten a lot. I found to prefer a 50:50 merge with NNEDI3 and a final addition of some subtle noise to look more credible.]]></content:encoded>
		</item>
		<item>
			<title><![CDATA[vs-mlrt download not working from github]]></title>
			<link>https://forum.selur.net/thread-4099.html</link>
			<pubDate>Sat, 10 May 2025 15:28:43 +0200</pubDate>
			<dc:creator><![CDATA[<a href="https://forum.selur.net/member.php?action=profile&uid=1">Selur</a>]]></dc:creator>
			<guid isPermaLink="false">https://forum.selur.net/thread-4099.html</guid>
			<description><![CDATA[Trying to download the latest vs-mlrt from <a href="https://github.com/AmusementClub/vs-mlrt/releases" target="_blank" rel="noopener" class="mycode_url">https://github.com/AmusementClub/vs-mlrt/releases</a>, but for some unknown reason download speed it limited to 280kB/s and aborts after a while for all larger files.<br />
(normal downloads from other sources come with 10-12MB/s)<br />
Resuming the downloads doesn't work in either Chrome nor Firefox.<br />
<br />
Does this only happen to me? <br />
Does anyone know a way how to download the release files so that the resume works?<br />
<br />
Cu Selur]]></description>
			<content:encoded><![CDATA[Trying to download the latest vs-mlrt from <a href="https://github.com/AmusementClub/vs-mlrt/releases" target="_blank" rel="noopener" class="mycode_url">https://github.com/AmusementClub/vs-mlrt/releases</a>, but for some unknown reason download speed it limited to 280kB/s and aborts after a while for all larger files.<br />
(normal downloads from other sources come with 10-12MB/s)<br />
Resuming the downloads doesn't work in either Chrome nor Firefox.<br />
<br />
Does this only happen to me? <br />
Does anyone know a way how to download the release files so that the resume works?<br />
<br />
Cu Selur]]></content:encoded>
		</item>
		<item>
			<title><![CDATA[Disabled automatic quoting,...]]></title>
			<link>https://forum.selur.net/thread-4078.html</link>
			<pubDate>Thu, 24 Apr 2025 05:42:10 +0200</pubDate>
			<dc:creator><![CDATA[<a href="https://forum.selur.net/member.php?action=profile&uid=1">Selur</a>]]></dc:creator>
			<guid isPermaLink="false">https://forum.selur.net/thread-4078.html</guid>
			<description><![CDATA[It's not a bug, but intentional.<br />
Since users often use full quotes of previous posts, which makes ever reading threads cumbersome, I set the max nesting level in quotes to 0, which effectively  disables automatic quoting. <br />
<br />
Cu Selur]]></description>
			<content:encoded><![CDATA[It's not a bug, but intentional.<br />
Since users often use full quotes of previous posts, which makes ever reading threads cumbersome, I set the max nesting level in quotes to 0, which effectively  disables automatic quoting. <br />
<br />
Cu Selur]]></content:encoded>
		</item>
	</channel>
</rss>