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

MythTV noreply at mythtv.org
Tue Dec 25 02:58:46 UTC 2012


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

Comment (by D Lord <d_lord@…>):

 Hi,

 please check, if the following fixes your issue with not being able to
 generate pal dvd content.
 I need those tweeks with the latest "0.26.0+fixes20121220-dmo1" debian
 package of mytharchive.

 == diff of changes in
 /usr/share/mythtv/mytharchive/encoder_profiles/fmpeg_dvd_pal.xml ==

 {{{
 u at here:/usr/share/mythtv/mytharchive/encoder_profiles# diff
 ffmpeg_dvd_pal.xml ffmpeg_dvd_pal.dist
 11c11
 <         <parameter name="-target"      value="pal-dvd"/>
 ---
 >         <parameter name="-target"      value="dvd"/>
 32c32
 <         <parameter name="-target" value="pal-dvd"/>
 ---
 >         <parameter name="-target" value="dvd"/>
 51c51
 <         <parameter name="-target" value="pal-dvd"/>
 ---
 >         <parameter name="-target" value="dvd"/>
 70c70
 <         <parameter name="-target" value="pal-dvd"/>
 ---
 >         <parameter name="-target" value="dvd"/>
 }}}


 == diff of changes in /usr/share/mythtv/mytharchive/scripts/mythburn.py ==

 the -newaudio option isn't supported (any more) as it seems.

 {{{
 u at here:/usr/share/mythtv/mytharchive/scripts# diff mythburn.py
 mythburn.dist
 2034c2034
 < #        command += " -newaudio"
 ---
 >         command += " -newaudio"
 }}}

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


More information about the mythtv-commits mailing list