PDA

View Full Version : Dumb question: When is the fallback deinterlacer used?


gdir
November 24th, 2008, 03:43 PM
Hello,

I'm fairly new to MythTV and so this may be a dumb question, but I didn't find an answer by reading the docs or searching the forums.

If I specify a primary and a fallback deinterlacer for TV playback, in which cases will the fallback deinterlacer be used instead of the primary deinterlacer?

Thanks,

Guenther

ian dobson
November 24th, 2008, 04:18 PM
Hi,

From the way I understand it (I've played about abit in the source code) the frontend tries the first deinterlacer and if the deinterlacer returns an error (Cannot handle format, driver not installed, hardware not supported) then it tries the fallback deinterlacer.

Regards
Ian Dobson

laga
November 24th, 2008, 05:21 PM
A common case of failure is probably with the "2x" (frame doubling) deinterlacers. These require the refresh rate of the display to be twice as high as the video frame rate. The fallback deinterlacer is probably also used when fast forwarding when a 2x deinterlacer is used by default.

AFAIK :)

gdir
November 25th, 2008, 01:19 AM
Thank you both!