I know what a scallop is
"Wavy"- ahhh - you're probably not viewing it at 1:1 at normal dimensions . I'm thinking you have it scaled to fit a frame, and it's scaling it progressively
Take a screenshot with VLC . Shift+S is the default hotkey
Also try the ffplay suggestion above , and/or take a screenshot with ffmpeg
+ Reply to Thread
Results 61 to 71 of 71
-
-
Not for interlace checking
https://wiki.videolan.org/File:Example-Phospor_Doubler.png/
You have to examine videos at 100% , 1:1 unscaled in order to diagnose interlace and patterns (in any program). If using a smaller display, you can examine a portion of the frame at a time, pan around
But it does not work well for this purpose either in VLC. I just downloaded the newest 3.0.8 , same problems with bob and yadif 2x too. If you can get bob and yadif2x working properly on your setup where you can advance frame by frame ("e" key) to diagnose, then it should be usable. Does not work for me. -
If bob and yadif don't work for you then why would they work for me?
I'm confused. With the deinterlacer turned off I get different visual artifacts depending on whether or not the video was encoded with interlace (or tinterlace). You say this is not reliable. Why? If I advance frame by frame or field by field then I see motion in every frame/field, interlaced or not.
Let's keep telecine out of the discussion for now, please.
I also use idet to check interlace. Here is the output:
Code:[Parsed_idet_0 @ 00000245a7add040] Repeated Fields: Neither: 61 Top: 0 Bottom: 0 [Parsed_idet_0 @ 00000245a7add040] Single frame detection: TFF: 2 BFF: 0 Progressive: 0 Undetermined: 59 [Parsed_idet_0 @ 00000245a7add040] Multi frame detection: TFF: 51 BFF: 0 Progressive: 0 Undetermined: 10
Last edited by chris319; 20th Sep 2019 at 12:30.
-
Sometimes players work differently for whatever reason, different HW, different drivers, etc... . eg if your GPU was decoding it might be different, SW decoding might be different etc...
I'm confused. With the deinterlacer turned off I get different visual artifacts depending on whether or not the video was encoded with interlace (or tinterlace). You say this is not reliable. Why? If I advance frame by frame or field by field then I see motion in every frame/field, interlaced or not.
You cannot examine interlace reliably looking frame by frame, or you will misdiagnose some streams. If a deinterlacer is turned "off" it you should be looking at weaved fields as a single frame. This is not reliable because you are looking at 2 moments in time at once.
If a 2x or bob deinterlacer is turned "on" you should be looking at fields separated out (de-weaved) , and resized to full sized frames . But it doesn't work in VLC.
Code:[Parsed_idet_0 @ 00000245a7add040] Repeated Fields: Neither: 61 Top: 0 Bottom: 0 [Parsed_idet_0 @ 00000245a7add040] Single frame detection: TFF: 2 BFF: 0 Progressive: 0 Undetermined: 59 [Parsed_idet_0 @ 00000245a7add040] Multi frame detection: TFF: 51 BFF: 0 Progressive: 0 Undetermined: 10
-
If a deinterlacer is turned "off" it you should be looking at weaved fields as a single frame. This is not reliable because you are looking at 2 moments in time at once.
With a moving object, I'm going to see a different image every 1/60 second. If interlaced, the image will be every other scan line (odd or even lines) or one field. If progressive, it will be every scan line or one frame. I think this is what the "phosphor" deinterlacer does but I could be wrong.
The basis of my confusion is that I'm going to see a slightly different image every 1/60 second whether an interlaced field or progressive frame.
If you can advance by fields reliably , then it can be usedLast edited by chris319; 20th Sep 2019 at 15:08.
-
What you need is a simple AviSynth script opened in VDub. One of the problems with what might appear to be interlaced is that it might be phase-shifted, a particular problem in PAL land. And field-blended crap can also fool someone into thinking it might be truly interlaced when viewing frames.
But a simple Yadif(Mode=1) will bob the video and then you can look for the blending of the bobbed fields to decide if the source is field-blended, if it's phase-shifted and really progressive, telecined or really interlaced. And what you see will point you to how to handle it. That might be to use an unblender, realign the fields with TFM, apply an IVTC or bob it with the better QTGMC.
This isn't rocket science. How the original source looks by itself combined with how it looks when bobbed will almost always tell you what you have and how to treat it. Trying to figure it out with a player is a waste of time, in my opinion. Especially when the 'fix' might need an AviSynth script anyway. -
Or one that can apply double rate deinterlace, and allows you to advance frame by frame. So essentially each field is separated and resized to a frame. So you're looking at all individual 60 pictures per second
vdub2 (not vdub) was suggested earlier ; if you don't want to get your feet wet with avisynth just yet
You can apply yadif 2x in vdub2 . This works and many people still use it -
But a simple Yadif(Mode=1) will bob the video and then you can look for the blending of the bobbed fields to decide if the source is field-blended, if it's phase-shifted and really progressive, telecined or really interlaced.
vdub2 (not vdub) was suggested earlier
In vdub2:
Code:video=>filters => add=> deinterlace . Select yadif , double frame rate, top field first
Last edited by chris319; 20th Sep 2019 at 17:03.
-
You don't know what 'blending' means? How about 'double exposure'? How about 'double image'? How about 'ghosting' or 'ghost image'? I can show you a picture, if you prefer, as unblending field-blended films is a big part of my life, unfortunately. I don't know what your source is like as you haven't provided a sample, have you?
And even if using Yadif2X in VDub2 as pdr suggests to help examine the video, fixing it is something else again. Sure, you can use Yadif2X on it if you decide to keep the bobbed image. But AviSynth has much better bobbers. Is there a robust IVTC in VDub2, if that's what's called for? Can it realign the fields in cases where the video is phase-shifted? I don't know as I don't use VDub2 for those things. But I'm pretty sure you can't unblend a field-blended video.
There are programs that use AviSynth in case you don't want to have to learn it. Both StaxRip and Hybrid can do all the things I mentioned, I believe. -
I finally got a chance to look at some videos with vdub2.
On interlaced videos I can see distinct line pairing with no filtering at all (no deinterlacing). The line pairing is visible if the recommended deinterlacing filters are engaged.
When playing progressive-scan videos, there is no line pairing to see.
Quite a different experience from VLC.
The interlacing is added to progressive video with ffmpeg.Last edited by chris319; 21st Sep 2019 at 17:15.
Similar Threads
-
Capmaster Checking In
By Capmaster in forum Off topicReplies: 4Last Post: 5th Apr 2019, 12:35 -
Spell-checking errors
By nunit in forum SubtitleReplies: 3Last Post: 22nd Mar 2019, 11:41 -
Virtualdub: GUI convert PAL interlace to NTSC interlace
By kalemvar1 in forum Video ConversionReplies: 4Last Post: 23rd Sep 2017, 15:30 -
Checking through VHS tapes on old player?
By Master Tape in forum MediaReplies: 10Last Post: 22nd Sep 2016, 10:16 -
checking videos
By natty in forum Newbie / General discussionsReplies: 8Last Post: 24th May 2016, 07:04