[mythtv-commits] Ticket #3246: mythtranscode --mpeg2 fails: expectedPTS != expectedDTS+ptsIncrement

MythTV mythtv at cvs.mythtv.org
Sat Mar 31 01:54:37 UTC 2007


#3246: mythtranscode --mpeg2 fails: expectedPTS != expectedDTS+ptsIncrement
-----------------------+----------------------------------------------------
 Reporter:  anonymous  |        Owner:  ghaushe
     Type:  defect     |       Status:  new    
 Priority:  minor      |    Milestone:  unknown
Component:  mythtv     |      Version:  0.20   
 Severity:  medium     |   Resolution:         
-----------------------+----------------------------------------------------

Comment(by ghaushe):

 Can you ocnfirm that this recording is over 11GB in size?  That seems
 awfully large even for HD material.

 In any case, try something like:
 dd if=1051_20070319070000.mpg of=tmp.mpg bs=1024 count=20000 seek=11575000
 which should give you a 20MB file
 then rerun:
 {{{
 mythtranscode --infile tmp.mpg --outfile 1051_20070319070000.mpg.tmp
 --mpeg2
 }}}
 and see if it fails.
 you can play around with different combinations of seek and count to try
 to get something that mythtranscode will crash on.
 If you can get the size smaller than 20MB, you can send me the sample, and
 I can try to debug, but otherwise, it's not something that can be easily
 debugged with logs on such a large file.

-- 
Ticket URL: <http://svn.mythtv.org/trac/ticket/3246#comment:3>
MythTV <http://svn.mythtv.org/trac>
MythTV


More information about the mythtv-commits mailing list