[mythtv-commits] Re: Ticket #799: 60fps DTV recordings sometimes show doubled recording length

MythTV mythtv at cvs.mythtv.org
Tue Dec 13 23:01:51 EST 2005


#799: 60fps DTV recordings sometimes show doubled recording length
---------------------+------------------------------------------------------
 Reporter:  danielk  |        Owner:  danielk
     Type:  defect   |       Status:  new    
 Priority:  minor    |    Milestone:  0.20   
Component:  mythtv   |      Version:  head   
 Severity:  medium   |   Resolution:         
---------------------+------------------------------------------------------
Changes (by danielk):

  * milestone:  0.19 => 0.20
  * type:  task => defect

Comment:

 Glen I think you may have a different problem.

 The problem I'm seeing turns out to be due to the simplistic way we scan
 for pictures in the DTVRecorder. It picks up an extra frame whenever the
 sequence 0x0 0x0 0x1 0x0 occurs in the stream; even if the syntax is not
 right for a picture code to occur there. This same type of scan appears to
 always work with the ivtv recorder, but it appears to fail sometimes with
 the wild and wolly streams we get with DTV capture.

 Long story short, this isn't something that I can fix before 0.19, this
 requires properly parsing the stream and not just scanning for magic codes
 in the stream.

 Do I'm pushing this off to 0.20..

-- 
Ticket URL: <http://svn.mythtv.org/trac/ticket/799>
MythTV <http://www.mythtv.org/>
MythTV


More information about the mythtv-commits mailing list