i'm having problems with some of the movies i'm encoding.
most turn out fine, but some of them have jagged lines no matter what i do.
i used to use tfm(order=1,pp=0).tdecimate() along with QTGMC(Preset="Slow", InputType=1) to smooth out jagged lines with great success, but now it doesn't seem to work anymore. i'm hoping someone here has some tricks up their sleeve.
i've uploaded a small clip that has jagged lines on the car door.
can some kind soul help me clear up this mess?
+ Reply to Thread
Results 1 to 5 of 5
-
-
It's already progressive. Why would you try and field match? TDecimate alone is enough to get it back to 23.976fps.
I take it you didn't capture this yourself?
It looks to me like it was blown up from a standard def source and I can't satisfactorily anti-alias it. One solution might be to downsize it, get rid of the jaggies followed by upsizing it again:
BilinearResize(960,540)
TDecimate()
QTGMC(Preset="Slow", InputType=1)
nnedi3_rpow2(rfactor=2,cshift="lanczosresize",fwid th=1920,fheight=1080) -
i captured this from turner classic movies' hd channel, which is 1080i.
megui detects the clip as interlaced.
like i said, i've captured movies that looked like this in the past, but the (pp=0) command was enough to clean them up.
i've also used Telecide(guide=0,post=2,vthresh=45) successfully in the past, but lately, it hasn't worked for me.
as for the resized theory, i don't know the technique used by tcm to achieve 1080i, so that's a possibility. -
Which says nothing about the movies themselves. Okay, you did capture it yourself. Good.
megui detects the clip as interlaced.
...but the (pp=0) command was enough to clean them up.
i've also used Telecide(guide=0,post=2,vthresh=45) successfully in the past, but lately, it hasn't worked for me.
Similar Threads
-
Jagged lines and no subtitles on MPC-HC
By jericjan in forum Newbie / General discussionsReplies: 4Last Post: 4th Nov 2019, 04:09 -
Wavy/Jagged Lines when capturing
By rattyrattera in forum Capturing and VCRReplies: 9Last Post: 24th Dec 2018, 11:47 -
jagged lines in animation
By DaneClark in forum RestorationReplies: 10Last Post: 25th Sep 2016, 13:16 -
Fixing jagged lines
By hello_hello in forum Video ConversionReplies: 11Last Post: 8th Jul 2015, 23:02 -
Jagged Lines On Video
By DuBsTaR in forum Newbie / General discussionsReplies: 1Last Post: 24th Dec 2014, 20:53