[mythtv-commits] Ticket #2984: Enhancement for finding MPEG2 startcodes

MythTV mythtv at cvs.mythtv.org
Wed Jan 24 17:24:16 UTC 2007


#2984: Enhancement for finding MPEG2 startcodes
-------------------------------+--------------------------------------------
 Reporter:  gnome42 at gmail.com  |        Owner:  janne  
     Type:  enhancement        |       Status:  new    
 Priority:  minor              |    Milestone:  unknown
Component:  mythtv             |      Version:  0.20   
 Severity:  medium             |   Resolution:         
-------------------------------+--------------------------------------------
Changes (by danielk):

  * owner:  ijr => janne

Comment:

 The algorithm is naive in that it is just searching for certain bytecodes
 instead of parsing the stream. This will still always work with PVR-x50
 output, and still works with 99.9% of DVB/ATSC/QAM streams.

 If you want too look at getting the remaining 0.1% to work, have a look at
 #799, it points to some sample streams via other tickets it points to. One
 way to make those work would be to use ffmpeg to find the frames, another
 would be to look at their code and extract the relevant parts, and finally
 you could buy copies of the relevant MPEG standards and implement
 something based on that.

-- 
Ticket URL: <http://cvs.mythtv.org/trac/ticket/2984#comment:1>
MythTV <http://www.mythtv.org/>
MythTV


More information about the mythtv-commits mailing list