And why the selection of deinterlacing mode is not automatic ?What are the main differences between the all the deinterlace settings? (Discard, Blend, Mean, Bob, Linear and X) X is new to me and how is X different from the other deinterlace settings?
I mean it seems that other players like PowerDVD and WinDVD are able to do that automatically, so I wonder why VLC can't do it...It's not automatic because it depends your needs ..... and the type of interlacing.
Code: Select all
/*****************************************************************************
* RenderX: This algo works on a 8x8 block basic, it copies the top field
* and apply a process to recreate the bottom field :
* If a 8x8 block is classified as :
* - progressive: it applies a small blend (1,6,1)
* - interlaced:
* * in the MMX version: we do a ME between the 2 fields, if there is a
* good match we use MC to recreate the bottom field (with a small
* blend (1,6,1) )
* * otherwise: it recreates the bottom field by an edge oriented
* interpolation.
*****************************************************************************/
Return to “VLC media player for Windows Troubleshooting”
Users browsing this forum: No registered users and 40 guests