[mythtv-commits] Ticket #11299: MythArchive 0.26: DVD creation from DVB-T is broken

MythTV noreply at mythtv.org
Tue Feb 26 23:32:47 UTC 2013


#11299: MythArchive 0.26:  DVD creation from DVB-T is broken
------------------------------+----------------------------
 Reporter:  J.Pilk@…          |          Owner:  stuarta
     Type:  Patch - Bug Fix   |         Status:  closed
 Priority:  minor             |      Milestone:  0.27
Component:  MythTV - General  |        Version:  0.26-fixes
 Severity:  medium            |     Resolution:  Fixed
 Keywords:                    |  Ticket locked:  0
------------------------------+----------------------------

Comment (by paulh <mythtv@…>):

 Replying to [comment:4 J.Pilk@…]:
 > It would improve consistency if Paul's third patch above were to use, in
 the first instance (which followed my suggestion), a similar form that he
 used in the second and third:  ie change
 >
 >  if string.lower(getVideoCodec(folder)) != "mpeg2video":   to
 >
 >  if not string.lower(getVideoCodec(folder)).startswith("mpeg2video"):
 >
 > Is there any likelihood of these patches, and several others that are
 outstanding, being committed soon?

 It's my understanding that only MP at ML (Main Profile/Main Level) mpeg2
 files are DVD compatible so looking for "mpeg2video (main)" would be
 correct would it not since we are looking for mpeg2 files that are already
 DVD compatible?

 In the other two we only care if the file is in mpeg2 file format so we
 ignore the profile.

-- 
Ticket URL: <http://code.mythtv.org/trac/ticket/11299#comment:16>
MythTV <http://code.mythtv.org/trac>
MythTV Media Center


More information about the mythtv-commits mailing list