[mythtv-commits] Ticket #1948: mythtranscode failure on many DVB recordings

MythTV mythtv at cvs.mythtv.org
Tue Jul 18 23:08:10 UTC 2006


#1948: mythtranscode failure on many DVB recordings
----------------------------------+-----------------------------------------
 Reporter:  tino.keitel at tikei.de  |        Owner:  ghaushe
     Type:  defect                |       Status:  new    
 Priority:  minor                 |    Milestone:         
Component:  mythtv                |      Version:         
 Severity:  medium                |   Resolution:         
----------------------------------+-----------------------------------------
Comment (by Geoffrey Hausheer <ghaushe>):

 Where are these recordings coming from?  The 1st 46 packets contain
 invalid timestamps, which is causing the code to never find a valid start
 point.  The 46th and 47th packets have valid timestamps, as does
 everything after that.  This is a very tricky piece of code, as I need to
 hueristically decide whether 2 timestamps can be compared in a valid
 manner or not.  Fixing it may result in commercial cutting being off, as
 we may end up throwing away the 1st 2 seconds of video in order to get a
 valid sync point.

-- 
Ticket URL: <http://svn.mythtv.org/trac/ticket/1948#comment:4>
MythTV <http://www.mythtv.org/>
MythTV


More information about the mythtv-commits mailing list