<?xml version="1.0" encoding="windows-1252"?>

<rss version="2.0" xmlns:dc="http://purl.org/dc/elements/1.1/" xmlns:content="http://purl.org/rss/1.0/modules/content/">
	<channel>
		<title>VideoHelp Forum - Restoration</title>
		<link>https://forum.videohelp.com/</link>
		<description>Video and audio restoration. The process of improving the quality of your audio and video whether by means of hardware or software.</description>
		<language>en</language>
		<lastBuildDate>Wed, 15 Jul 2026 06:27:16 GMT</lastBuildDate>
		<generator>vBulletin</generator>
		<ttl>60</ttl>
		<image>
			<url>https://forum.videohelp.com/images/misc/rss.png</url>
			<title>VideoHelp Forum - Restoration</title>
			<link>https://forum.videohelp.com/</link>
		</image>
		<item>
			<title>Any good antialiasing script for this source?</title>
			<link>https://forum.videohelp.com/threads/420851-Any-good-antialiasing-script-for-this-source?goto=newpost</link>
			<pubDate>Mon, 13 Jul 2026 17:05:21 GMT</pubDate>
			<description><![CDATA[Hello!, I'm currently trying to restore these old episodes from an anime series and the only issue I can't fix is the aliasing. 
(Take a look at the background) 
Attachment 93031 (https://forum.videohelp.com/attachment.php?attachmentid=93031&test=1) 
I can't seem to find a good antialiasing script...]]></description>
			<content:encoded><![CDATA[<div>Hello!, I'm currently trying to restore these old episodes from an anime series and the only issue I can't fix is the aliasing.<br />
(Take a look at the background)<br />
<a rel="Lightbox_0" class='contentlink' style="font-size:11px;" href="https://forum.videohelp.com/attachment.php?attachmentid=93031" ><img alt="Image" class="thumbnail" src="https://forum.videohelp.com/attachment.php?attachmentid=93031" style="max-width:400px;"><br>[Attachment 93031 - Click to enlarge]</a><br />
I can't seem to find a good antialiasing script that fully fixes that issue.<br />
Can anyone help me out here? Thank you!<br />
Note: The native resolution of the source is 960x540 and to resize is by using descale<br />
<div class="bbcode_container">
	<div class="bbcode_description">Code:</div>
	<hr /><code class="bbcode_code">debicubic(c=1, 960, 540)</code><hr />
</div> (Another Note: I'm an <a class="contentlink" href="https://www.videohelp.com/software/Avisynth" target="_blank" rel="nofollow">AviSynth</a> user)<br />
SAMPLE FILE:<a class="contentlink" href="https://drive.google.com/file/d/1kQSrx1-LQ7s_tavuYq7QOrzJ_3CNHBlc/view?usp=sharing" target="_blank" rel="nofollow">https://drive.google.com/file/d/1kQSrx1-LQ7s_tavuYq7QOrzJ_3CNHBlc/view?usp=sharing</a></div>

 ]]></content:encoded>
			<category domain="https://forum.videohelp.com/forums/41-Restoration">Restoration</category>
			<dc:creator>themon-master</dc:creator>
			<guid isPermaLink="true">https://forum.videohelp.com/threads/420851-Any-good-antialiasing-script-for-this-source</guid>
		</item>
		<item>
			<title>QTGMC causing motion artifacts when using SD animation content</title>
			<link>https://forum.videohelp.com/threads/420843-QTGMC-causing-motion-artifacts-when-using-SD-animation-content?goto=newpost</link>
			<pubDate>Sat, 11 Jul 2026 15:25:45 GMT</pubDate>
			<description><![CDATA[I've been trying to use QTGMC on SD animation content (Mostly from DVD's) and it's been giving me some weird motion artifacts every time, 
 When I mean by "motion artifacts", I mean by ghosting, random blackspots, and some weird moving that you can see when comparing two frames apart (I don't know...]]></description>
			<content:encoded><![CDATA[<div>I've been trying to use QTGMC on SD animation content (Mostly from DVD's) and it's been giving me some weird motion artifacts every time,<br />
 When I mean by &quot;motion artifacts&quot;, I mean by ghosting, random blackspots, and some weird moving that you can see when comparing two frames apart (I don't know the exact word for that one).<br />
<a rel="Lightbox_0" class='contentlink' style="font-size:11px;" href="https://forum.videohelp.com/attachment.php?attachmentid=92995" ><img alt="Image" class="thumbnail" src="https://forum.videohelp.com/attachment.php?attachmentid=92995" style="max-width:400px;"><br>[Attachment 92995 - Click to enlarge]</a><br />
I can't find a script that fixes this issue without resizing to 1080p which fixes the problem.<br />
<a rel="Lightbox_0" class='contentlink' style="font-size:11px;" href="https://forum.videohelp.com/attachment.php?attachmentid=92997" ><img alt="Image" class="thumbnail" src="https://forum.videohelp.com/attachment.php?attachmentid=92997" style="max-width:400px;"><br>[Attachment 92997 - Click to enlarge]</a><br />
(I used Bilinear to resize to 1080p on the resized image)<br />
It's fine if I resize to 1080p, I just wanna know what's causing this issue and fix it with the new script.<br />
Can anyone help me out here? Thank you!<br />
(Note: This is the QTGMC script I use for normal 1080p/1080i content, which fixes most of the ghosting and some black parts, but not any of the weird moving I mentioned before<br />
<div class="bbcode_container">
	<div class="bbcode_description">Code:</div>
	<hr /><code class="bbcode_code">QTGMC(preset=&quot;Placebo&quot;, TR0=2, TR1=2, TR2=3, Rep0=1, Rep1=0, Rep2=5, EdiMode=&quot;EEDI3&quot;, InputType=2, NoiseRestore=1.0, NoiseProcess=1, Sigma=1.4, StabilizeNoise=True)</code><hr />
</div> <a rel="Lightbox_0" class='contentlink' style="font-size:11px;" href="https://forum.videohelp.com/attachment.php?attachmentid=92998" ><img alt="Image" class="thumbnail" src="https://forum.videohelp.com/attachment.php?attachmentid=92998" style="max-width:400px;"><br>[Attachment 92998 - Click to enlarge]</a><br />
And this is the script I used for the original size on the first image<br />
<div class="bbcode_container">
	<div class="bbcode_description">Code:</div>
	<hr /><code class="bbcode_code">QTGMC(InputType=3)</code><hr />
</div> SAMPLE: <a class="contentlink" href="https://drive.google.com/file/d/1grL5-NG5A7lGMLIdk4JXuJpEnmRnqo1p/view?usp=sharing" target="_blank" rel="nofollow">https://drive.google.com/file/d/1grL5-NG5A7lGMLIdk4JXuJpEnmRnqo1p/view?usp=sharing</a></div>

 ]]></content:encoded>
			<category domain="https://forum.videohelp.com/forums/41-Restoration">Restoration</category>
			<dc:creator>themon-master</dc:creator>
			<guid isPermaLink="true">https://forum.videohelp.com/threads/420843-QTGMC-causing-motion-artifacts-when-using-SD-animation-content</guid>
		</item>
		<item>
			<title>How to restore the blurred out curvy outlining</title>
			<link>https://forum.videohelp.com/threads/420819-How-to-restore-the-blurred-out-curvy-outlining?goto=newpost</link>
			<pubDate>Sat, 04 Jul 2026 17:21:00 GMT</pubDate>
			<description><![CDATA[I'm trying to restore this episode from an anime series, 
 and the only thing I have problems is restoring is this weird blurry outlining which only appears on the curvy areas (Look on the highlighted areas). 
Attachment 92902 (https://forum.videohelp.com/attachment.php?attachmentid=92902&test=1)...]]></description>
			<content:encoded><![CDATA[<div>I'm trying to restore this episode from an anime series,<br />
 and the only thing I have problems is restoring is this weird blurry outlining which only appears on the curvy areas (Look on the highlighted areas).<br />
<a rel="Lightbox_0" class='contentlink' style="font-size:11px;" href="https://forum.videohelp.com/attachment.php?attachmentid=92902" ><img alt="Image" class="thumbnail" src="https://forum.videohelp.com/attachment.php?attachmentid=92902" style="max-width:400px;"><br>[Attachment 92902 - Click to enlarge]</a><br />
I can't find a script that restores the problem without causing any over-filtering artifacts on the other areas.<br />
Can anyone help me out here?<br />
Thank you!<br />
<a class="contentlink" href="https://drive.google.com/file/d/1VlHWFbefeiY4TnEy2XJzG9SxWn8sBAf-/view?usp=drive_link" target="_blank" rel="nofollow">https://drive.google.com/file/d/1VlHWFbefeiY4TnEy2XJzG9SxWn8sBAf-/view?usp=drive_link</a></div>

 ]]></content:encoded>
			<category domain="https://forum.videohelp.com/forums/41-Restoration">Restoration</category>
			<dc:creator>themon-master</dc:creator>
			<guid isPermaLink="true">https://forum.videohelp.com/threads/420819-How-to-restore-the-blurred-out-curvy-outlining</guid>
		</item>
		<item>
			<title>Need suggestions for removing colored artifacts (chroma noise?)</title>
			<link>https://forum.videohelp.com/threads/420808-Need-suggestions-for-removing-colored-artifacts-(chroma-noise-)?goto=newpost</link>
			<pubDate>Thu, 02 Jul 2026 07:18:37 GMT</pubDate>
			<description><![CDATA[Hey everyone. I'm working on a tape that has lots of these defects (mostly green) around lights, hair, straight lines, etc. and need help to properly eliminate them. For the record, I'm using Hybrid (https://www.videohelp.com/software/Hybrid) and still relatively new to this. I found this post...]]></description>
			<content:encoded><![CDATA[<div>Hey everyone. I'm working on a tape that has lots of these defects (mostly green) around lights, hair, straight lines, etc. and need help to properly eliminate them. For the record, I'm using <a class="contentlink" href="https://www.videohelp.com/software/Hybrid" target="_blank" rel="nofollow">Hybrid</a> and still relatively new to this. I found <a class="contentlink" href="https://forum.selur.net/thread-4384.html" target="_blank" rel="nofollow">this post</a> and spent a few hours experimenting with the filters suggested by Selur. Got decent results using KNLMeansCL denoiser on the UV fields, but had to turn up the settings quite high and it desaturates the picture to the point where some colors are nearly monochrome (see images below). Didn't notice much of a change using the other filters, so I finally decided it would be wiser to just consult the forums.<br />
<br />
<img style="max-width:100%;max-heigth:100%" src="https://forum.videohelp.com/attachment.php?attachmentid=92880&amp;cid=1&amp;stc=1" border="0" alt="" /><img style="max-width:100%;max-heigth:100%" src="https://forum.videohelp.com/attachment.php?attachmentid=92881&amp;cid=1&amp;stc=1" border="0" alt="" /><img style="max-width:100%;max-heigth:100%" src="https://forum.videohelp.com/attachment.php?attachmentid=92882&amp;cid=1&amp;stc=1" border="0" alt="" /><br />
<br />
I'll also attach the source clip and a text file with the script I'm using for this test. Any help would be greatly appreciated. I tried to keep this post short, so please ask if you need more info about my workflow or anything else.</div>


	<div style="padding:10px">

	

	

	

	
		<fieldset class="fieldset">
			<legend>Attached Files</legend>
			<ul>
			<li>
	<img class="inlineimg" src="/avi.gif" alt="File Type: avi" />
	<a class="contentlink" href="attachments/92876-1782974187/test.avi">test.avi</a> 
(89.33 MB)
</li> <li>
	<img class="inlineimg" src="/txt.gif" alt="File Type: txt" />
	<a class="contentlink" href="attachments/92883-1782976546/Hybrid script.txt">Hybrid script.txt</a> 
(2.8 KB)
</li> 
			</ul>
		</fieldset>
	

	</div>
 ]]></content:encoded>
			<category domain="https://forum.videohelp.com/forums/41-Restoration">Restoration</category>
			<dc:creator>Jin Kyoichiro</dc:creator>
			<guid isPermaLink="true">https://forum.videohelp.com/threads/420808-Need-suggestions-for-removing-colored-artifacts-(chroma-noise-)</guid>
		</item>
		<item>
			<title>help me please im desperate</title>
			<link>https://forum.videohelp.com/threads/420768-help-me-please-im-desperate?goto=newpost</link>
			<pubDate>Wed, 24 Jun 2026 20:28:44 GMT</pubDate>
			<description>Hi everyone, 
 
I’ve been trying to rescue a critical video file for hours and have hit a complete dead end. I really need some help. 
 
The File: A 2.5 GB deleted .mov video file (originally shot on a Canon camera). 
 
The Deletion Details: I accidentally deleted both my Day 1 (d1) and Day 2 (d2)...</description>
			<content:encoded><![CDATA[<div>Hi everyone,<br />
<br />
I’ve been trying to rescue a critical video file for hours and have hit a complete dead end. I really need some help.<br />
<br />
The File: A 2.5 GB deleted .mov video file (originally shot on a Canon camera).<br />
<br />
The Deletion Details: I accidentally deleted both my Day 1 (d1) and Day 2 (d2) video files. The d1 file went straight to the Recycle Bin and I was able to get it back perfectly. However, the d2 folder/file (the 2.5 GB one) was completely nowhere to be found in the trash bin, which forced me to use recovery software.<br />
<br />
The Environment: I am working on a laptop with an SSD internal drive, and the missing files were stored on an external USB drive.<br />
<br />
The USB Drive State: The USB drive was working fine initially, but as soon as I used a tool to try and recover the video, the drive started acting up and completely turned into a gibberish format. It now shows random text, weird characters, and strange symbols instead of my folders. The actual D2 folder is completely inaccessible.<br />
<br />
The Problem: I tried using Recuva, but it only pulled a file that plays a 2-second black screen in <a class="contentlink" href="https://www.videohelp.com/software/VLC-media-player" target="_blank" rel="nofollow">VLC</a> before cutting out.<br />
<br />
What I Tried: I ran that broken 2-second file through a repair tool called <a class="contentlink" href="https://www.videohelp.com/software/MP4-Repair-untrunc-GUI" target="_blank" rel="nofollow">Untrunc</a> using the working d1 reference video, but the fixed file is still just 2 seconds of black screen. I also tried running Windows File Recovery to pull the data, but it didn't solve the problem. The full 2.5 GB of data seems completely fragmented or locked behind the corrupted USB file system.<br />
<br />
I don't have a budget for expensive recovery services, so I am trying to figure out if there is a free tool or a manual way to bypass the gibberish error, safely read the drive, and actually get my D2 folder and video back.<br />
<br />
Any guidance would mean the world to me. Thank you so much.</div>

 ]]></content:encoded>
			<category domain="https://forum.videohelp.com/forums/41-Restoration">Restoration</category>
			<dc:creator>kalinh</dc:creator>
			<guid isPermaLink="true">https://forum.videohelp.com/threads/420768-help-me-please-im-desperate</guid>
		</item>
		<item>
			<title>Help needed with temporaldegrain2 artifacts and anime</title>
			<link>https://forum.videohelp.com/threads/420733-Help-needed-with-temporaldegrain2-artifacts-and-anime?goto=newpost</link>
			<pubDate>Sat, 20 Jun 2026 18:15:23 GMT</pubDate>
			<description>Hi, 
 
I have been having some issues with TemporalDegrain2 in all of my projects. In fade-ins and fade-outs, there are a lot of artifacts. I have not been able to find another filter that eliminates blocking and noise from DVDs as well as TD2, so I hope this problem can be fixed. 
 
I tried...</description>
			<content:encoded><![CDATA[<div>Hi,<br />
<br />
I have been having some issues with TemporalDegrain2 in all of my projects. In fade-ins and fade-outs, there are a lot of artifacts. I have not been able to find another filter that eliminates blocking and noise from DVDs as well as TD2, so I hope this problem can be fixed.<br />
<br />
I tried changing every setting without luck. Changing ppSAD1 and ppSAD2 reduces the issue, but it also reduces the noise and artifact reduction.<br />
<br />
Here are some examples from an anime fade-in (filtered and unfiltered). As you can see on the hair, there are weird artifacts similar to thick lines:<br />
<br />
<a rel="Lightbox_0" class='contentlink' style="font-size:11px;" href="https://forum.videohelp.com/attachment.php?attachmentid=92782" ><img alt="Image" class="thumbnail" src="https://forum.videohelp.com/attachment.php?attachmentid=92782" style="max-width:400px;"><br>[Attachment 92782 - Click to enlarge]</a><a rel="Lightbox_0" class='contentlink' style="font-size:11px;" href="https://forum.videohelp.com/attachment.php?attachmentid=92785" ><img alt="Image" class="thumbnail" src="https://forum.videohelp.com/attachment.php?attachmentid=92785" style="max-width:400px;"><br>[Attachment 92785 - Click to enlarge]</a><br />
<a rel="Lightbox_0" class='contentlink' style="font-size:11px;" href="https://forum.videohelp.com/attachment.php?attachmentid=92783" ><img alt="Image" class="thumbnail" src="https://forum.videohelp.com/attachment.php?attachmentid=92783" style="max-width:400px;"><br>[Attachment 92783 - Click to enlarge]</a><a rel="Lightbox_0" class='contentlink' style="font-size:11px;" href="https://forum.videohelp.com/attachment.php?attachmentid=92786" ><img alt="Image" class="thumbnail" src="https://forum.videohelp.com/attachment.php?attachmentid=92786" style="max-width:400px;"><br>[Attachment 92786 - Click to enlarge]</a><br />
<a rel="Lightbox_0" class='contentlink' style="font-size:11px;" href="https://forum.videohelp.com/attachment.php?attachmentid=92784" ><img alt="Image" class="thumbnail" src="https://forum.videohelp.com/attachment.php?attachmentid=92784" style="max-width:400px;"><br>[Attachment 92784 - Click to enlarge]</a><a rel="Lightbox_0" class='contentlink' style="font-size:11px;" href="https://forum.videohelp.com/attachment.php?attachmentid=92787" ><img alt="Image" class="thumbnail" src="https://forum.videohelp.com/attachment.php?attachmentid=92787" style="max-width:400px;"><br>[Attachment 92787 - Click to enlarge]</a></div>

 ]]></content:encoded>
			<category domain="https://forum.videohelp.com/forums/41-Restoration">Restoration</category>
			<dc:creator>Lololobolosse</dc:creator>
			<guid isPermaLink="true">https://forum.videohelp.com/threads/420733-Help-needed-with-temporaldegrain2-artifacts-and-anime</guid>
		</item>
	</channel>
</rss>
