[mythtv-commits] Re: Ticket #564: Editing cutlist, seek to next keyframe doesn't work for HDTV

MythTV mythtv at cvs.mythtv.org
Fri Nov 4 23:54:46 EST 2005


#564: Editing cutlist, seek to next keyframe doesn't work for HDTV
------------------------------+---------------------------------------------
 Reporter:  jppoet at gmail.com  |        Owner:  danielk
     Type:  defect            |       Status:  closed 
 Priority:  trivial           |    Milestone:  0.19   
Component:  mythtv            |      Version:  head   
 Severity:  low               |   Resolution:  fixed  
------------------------------+---------------------------------------------
Changes (by danielk):

  * resolution:  => fixed
  * status:  new => closed

Comment:

 (In [7743]) Fixes #564.

 The problem is really that keyframe distance detection is
 disabled when we use MARK_GOP_BYFRAME, but fixing that is
 somewhat involved. Until I get to that, this two liner should
 do just fine. It uses a keyframe distance of 18 for jumping
 forward by a keyframe when the keyframedist looks suspect.
 This should work for any keyframe distance over 9 and less than
 19, i.e. the common MPEG-2 distances of 12,15,18 are all covered.

-- 
Ticket URL: <http://cvs.mythtv.org/trac/ticket/564>
MythTV <http://www.mythtv.org/>
MythTV


More information about the mythtv-commits mailing list