VideoHelp Forum
+ Reply to Thread
Results 1 to 10 of 10
Thread
  1. Same rate interlaced footage looks visually interlaced. Why doesn't it appear as progressive frames? I've attached a clip as an example of what I mean. If I double the framerate when deinterlacing there are some slight shifts but each frame is 98% the same. Why is some footage like this? If I use QTGMC() followed by SelectEven() is that the proper way to deinterlace this? Should I use a same rate deinterlacer?
    Quote Quote  
  2. Member
    Join Date
    May 2005
    Location
    Australia-PAL Land
    Search Comp PM
    I've attached a clip as an example of what I mean.
    Nothing attached here, LB.
    Quote Quote  
  3. Originally Posted by Alwyn View Post
    I've attached a clip as an example of what I mean.
    Nothing attached here, LB.
    Sorry! Here it is.
    Image Attached Files
    Quote Quote  
  4. Originally Posted by LaserBones View Post
    Same rate interlaced footage looks visually interlaced.
    Of course when you watch it on a progressive monitor (PC, TV) without prior deinterlacing. You see both fields simultaneously which show up as scanlines in motion scenes.

    Corrected:
    It is not true interlaced, so there's nothing to deinterlace. The video is phase shifted progressive video. One has to match the fields to restore the progressive frames. It can be done in Avisynth or Virtual Dub.
    Last edited by Sharc; 9th Sep 2024 at 08:17.
    Quote Quote  
  5. Member
    Join Date
    May 2005
    Location
    Australia-PAL Land
    Search Comp PM
    This look OK to me:
    Code:
    TFM()
    TDecimate()
    Quote Quote  
  6. Originally Posted by Alwyn View Post
    This look OK to me:
    Code:
    TFM()
    TDecimate()
    No, but thanks. It's actually phase shifted progressive video. There is nothing to decimate, just match the fields. TFM() only.
    (I will correct my post #4 accordingly)
    Image Attached Files
    Last edited by Sharc; 9th Sep 2024 at 08:13.
    Quote Quote  
  7. Member
    Join Date
    May 2005
    Location
    Australia-PAL Land
    Search Comp PM
    Originally Posted by Sharc
    One has to match the fields to restore the progressive frames. It can be done in ... or Virtual Dub.
    How? Been looking for this for a while.
    Quote Quote  
  8. Originally Posted by Alwyn View Post
    Originally Posted by Sharc
    One has to match the fields to restore the progressive frames. It can be done in ... or Virtual Dub.
    How? Been looking for this for a while.
    Don't know. Didn't try long. Maybe several steps are needed, something like
    - separating the fields
    - deleting the first field
    - re-weaving
    There should be a better solution though......

    Edit:
    Based on above thoughts, here we go:
    Image
    [Attachment 82100 - Click to enlarge]



    Edit:
    or use ffmpeg:
    Code:
    ffmpeg  -i "%~1" -vf fieldmatch=order=tff:mode=pc -c:a copy -c:v libx264 -preset medium -crf 20 "%~1_matched.mp4"
    Last edited by Sharc; 9th Sep 2024 at 10:58.
    Quote Quote  
  9. @Alwyn: I edited post#8 for the Vdub solution. The filter is field delay.
    Quote Quote  
  10. Member
    Join Date
    May 2005
    Location
    Australia-PAL Land
    Search Comp PM
    Thanks Sharc.
    Last edited by Alwyn; 9th Sep 2024 at 23:26.
    Quote Quote  



Similar Threads

Visit our sponsor! Try DVDFab and backup Blu-rays!