Opened 20 years ago
Closed 20 years ago
#2842 closed enhancement (fixed)
Change export/transcode/DVD.pm to use mplex instead of tcmplex
| Reported by: | Owned by: | xris | |
|---|---|---|---|
| Priority: | major | Milestone: | unknown |
| Component: | perl / nuvexport | Version: | 0.20 |
| Severity: | medium | Keywords: | mplex patch |
| Cc: | Ticket locked: | no |
Description
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"))
Attachments (1)
Change History (3)
comment:1 by , 20 years ago
| Component: | mythtv → perl / nuvexport |
|---|---|
| Owner: | changed from to |

Please add the patch as an attachment (and use `svn diff`) so it's actually readable.