[mythtv] Ticket #7067: Initial DVD playback speed too fast.

Paul Gardiner lists at glidos.net
Tue Dec 8 11:22:46 UTC 2009


Daniel Chassot wrote:
>> On Tue, Dec 8, 2009 at 8:09 AM, Manuel McLure <manuel at mclure.org> wrote:
>> I'm having trouble getting this to reproduce consistently - the show
>> that showed the problem today doesn't show it now. I'll work on
>> figuring out what the trigger factor is.
> 
> I have a similar problem with the SVN trunk version 22957.
> The output is XV in my case, using the timer as timebase.
> 
> In my case, the stuttering is linked to the scan detection. If I set
> the scan to Interlieved or progressive, I get a perfect playback. If I
> have it in the automatic mode, then I have some random stuttering.
> Perhaps you have the same problem on your side

Tom Dexter mentioned a problem like that. His problem was in the
context of using the "Interlaced x2" deinterlacer, but the problem
may be the same one. Tom suggests a fix here:

http://www.gossamer-threads.com/lists/mythtv/users/376812#376812


The quick hack he mentions is in NuppelVideoPlayer::AutoDeint() to
change

m_scan_locked = false;

to

m_scan_locked = (m_scan_tracker > min_count);



Paul.



More information about the mythtv-dev mailing list