[mythtv-commits] Ticket #2842: Change export/transcode/DVD.pm to use mplex instead of tcmplex

MythTV mythtv at cvs.mythtv.org
Fri Dec 29 07:10:10 UTC 2006


#2842: Change export/transcode/DVD.pm to use mplex instead of tcmplex
----------------------------------------------+-----------------------------
 Reporter:  dhighley at highley-recommended.com  |       Owner:  ijr    
     Type:  enhancement                       |      Status:  new    
 Priority:  major                             |   Milestone:  unknown
Component:  mythtv                            |     Version:  0.20   
 Severity:  medium                            |  
----------------------------------------------+-----------------------------
 The utility tcmplex is no longer maintained and hard to locate. Should
 change to use mplex. This patch is for svn version 302.

 47,48c47,48
 <         find_program('tcmplex')
 <             or push @{$self->{'errors'}}, 'You need tcmplex to export a
 dvd.';---
 >         find_program('mplex')
 >             or push @{$self->{'errors'}}, 'You need mplex to export a
 dvd.';
 149,152c149,152
 <         my $command = "$NICE tcmplex -m d $ntsc"
 <                       .' -i '.shell_escape($self->get_outfile($episode,
 ".$$.m2v"))
 <                       .' -p '.shell_escape($self->get_outfile($episode,
 ".$$.mpa"))
 <                       .' -o '.shell_escape($self->get_outfile($episode,
 '.mpg'));
 ---
 >         my $command = "$NICE mplex -f 8 -V"
 >                       .' -o '.shell_escape($self->get_outfile($episode,
 '.mpg'))
 >                       .' '.shell_escape($self->get_outfile($episode,
 ".$$.m2v"))
 >

-- 
Ticket URL: <http://svn.mythtv.org/trac/ticket/2842>
MythTV <http://www.mythtv.org/>
MythTV


More information about the mythtv-commits mailing list