I thought all/most Blu-Rays were Progressive but for some reason this one during playback looks as if its interlaced.
I personally don't think its interlacing if that's true their all progressive, and I assume its a blend perhaps?
Anyone know what this is or the cause of it? It does not seem to go away with IVTC or QTGMC deinterlacers.
+ Reply to Thread
Results 1 to 10 of 10
-
Last edited by killerteengohan; 21st Mar 2015 at 21:07. Reason: Files are no longer up
-
I just used a standard IVTC script, and it seemed to work. However, I always drop the video into my NLE (Sony Vegas) and frameserve out of that into the AVS script. This avoids any weirdness with the way video sometimes gets read into an AVISynth script.
Here's the script I used. It is pretty much right out of the cookbook:
Code:AVISource("e:\fs.avi") AssumeTFF() converttoYV12(interlaced=false) tfm(display=false) tdecimate() AssumeFPS(23.976, true)
-
Looks like it's telecined from on odd framerate at first glance. QTGMC on my end works much better than TIVTC. I've noticed that the
backgrounds seem to run at 23.97 (filmrate) while the characters are animated much slower. Have you tried sRestore with QTGMC? -
-
Slightly irregular pulldown pattern:
Code:ffVideoSource("00016.m2ts", fpsnum=30000, fpsden=1001) AssumeTFF() Crop(240,0,-240,-0) TFM() TDecimate(mode=1, cycle=10, cycleR=2)
-
I never seen cycle or cycleR parameters for tdecimate and I been using it for almost 4 years with just mode and hybrid parameters. did those change the pattern somehow I take it, or was it the assumetff?
The end result looks perfect to me. Thanks I will give that a try. -
Then you should read the manual sometime. I use that mode with some frequency.
did those change the pattern somehow I take it, or was it the assumetff?
Similar Threads
-
Progressive Segm.Frame video to real progressive videos in PREMIERE PRO CS5
By Stears555 in forum EditingReplies: 4Last Post: 3rd Mar 2013, 14:43 -
Determine original framerate of progressive source
By bobp127001 in forum Video ConversionReplies: 8Last Post: 2nd Mar 2013, 15:52 -
Remove Interlacing Artefacts without convert to Progressive with Avisynth
By VideoFanatic in forum RestorationReplies: 12Last Post: 22nd Jun 2012, 04:53 -
PAL converted from NTSC source - Ghosting and interlacing
By OngekibouRekka in forum Video ConversionReplies: 7Last Post: 3rd Dec 2011, 12:20 -
Removing jagged interlacing artifacts from a progressive file?
By tfolder in forum RestorationReplies: 13Last Post: 17th Mar 2011, 04:19