I'm trying to encode aqua teen hunger force dvds but the lines are jagged normally I would use daa for aliasing but it seems to have little to no effect on this, I've tried everything I can think of but nothing works.
Any help would be greatly appreciated.
+ Reply to Thread
Results 1 to 14 of 14
-
-
I'd ask for a refund.
There are a few ragged lines, maybe drawn that way, but very little buzzy aliasing and it's not consistent.- My sister Ann's brother -
Is it fixable completely or at least partially?
Also I've had these for awhile just really got around to encoding them until so I can't get a refund. -
Maybe you should tell us what you mean by encoded. They're DVD, so they're already encoded as MPEG2. I think you mean that if you want to work on the supposed aliasing, you need to decode them into unencoded video, filter them, and re-encode them again. Encode them to what format? You realize that there will be some quality loss through the re-processing. The amount depends on how it's done.
And don't convert to mkv from DVD in order to do this. Use DGindex to make your work copy directly from the DVD or use VOB2MPG to extract the video and audio from the original DVD disc -- or use any of several other ways of getting there, but converting to mkv first is kinda silly..- My sister Ann's brother -
-
Ok I generated a d2v from the raw video.
So what should I use to clean up the aliasing?
I've used daa and Maa neither work on this source -
I suggest Santiag v1.6 (http://avisynth.nl/index.php/Santiag).
Try this, it worked tolerably well on your mkv and smoothed most of the sawtooth edges (the example uses your mkv):
Code:aud = ffaudiosource("path\to\Aqua Teen Hunger Force Forever_sample.mkv") vid = ffvideosource("path\to\Aqua Teen Hunger Force Forever_sample.mkv") audiodub(vid,aud) santiag(strv=4,strh=4,type="nnedi3") return last
Code:aud = NicAC3Source"path\to\AudioFile.AC3", channels=2) vid = MPEG2Source("path\to\VideoFile.d2v") audiodub(vid,aud) santiag(strv=4,strh=4,type="nnedi3") return last
- My sister Ann's brother -
The point is - when providing a sample - to upload the M2V and not an MKV which makes more work for those trying to help. You generate the M2V by using the [ and ] buttons in DGIndex to isolate a small section followed by File->Save Project and Demux Video. That gets you a D2V project file you can toss, the audio you can toss, and an M2V you upload here.
-
I'm having the exact same problem with these dvds. Can you post your script?
I get the best results using santiag with qtgmc fast preset, but it just creates new issues that ruin other parts of the video. I'm starting to think its best to just leave the aliasing alone. -
I just used what LMotlow suggested as a base but I ended up changing it slightly to get a better result.
I don't have the script since I've had to stop working on them because my motherboard is fried (2yr old spilled water on it ☹️).
If you manage to get better results please let me know.
Similar Threads
-
Aliasing and edge cleaning
By smartel in forum Newbie / General discussionsReplies: 21Last Post: 23rd Apr 2018, 15:43 -
Aliasing issues from QTGMC or source?
By Ish Kabibble in forum Video ConversionReplies: 6Last Post: 21st Jun 2017, 09:49 -
Aliasing won't go away
By grezer in forum Video ConversionReplies: 0Last Post: 2nd Jan 2016, 13:25 -
vlc anti-aliasing
By shernoam in forum Newbie / General discussionsReplies: 2Last Post: 10th Sep 2014, 15:55 -
Virtualdub anti aliasing
By simonrule in forum EditingReplies: 2Last Post: 31st Jul 2013, 12:14