Opened 19 years ago
Closed 19 years ago
Last modified 18 years ago
#15 closed patch (fixed)
Fallback to onefield deint rather than none for non-1x speeds
Reported by: | Owned by: | Isaac Richards | |
---|---|---|---|
Priority: | minor | Milestone: | unknown |
Component: | mythtv | Version: | head |
Severity: | medium | Keywords: | |
Cc: | Ticket locked: | no |
Description
If bob deinterlacing is turned on, current Mythfrontend turns it off if the playback speed is not 1x (such as when fast-forward/rewinding or using timestretch). This was done because otherwise panning motions can be quite unsmooth, particularly with timestretch. Unfortunately turning off all deinterlacing results in the usual ugly interlaced artifacts, particularly if the output is scaled (e.g. 1080i material being displayed at 1280x720).
This patch uses the onefield deinterlacer instead for non 1x. I chose onefield because it's the lowest resource-consumption deinterlacer, and if you're fast forwarding you could be processing frames much faster than usual.
The patch