﻿id	summary	reporter	owner	description	type	status	priority	milestone	component	version	severity	resolution	keywords	cc	mlocked
2842	Change export/transcode/DVD.pm to use mplex instead of tcmplex	dhighley@…	xris	"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""))
>  "	enhancement	closed	major	unknown	perl / nuvexport	0.20	medium	fixed	mplex patch		0
