Ticket #2893: patch_VCD.pm

File patch_VCD.pm, 648 bytes (added by dhighley@…, 17 years ago)

svn diff

Line 
1Index: VCD.pm
2===================================================================
3--- VCD.pm      (revision 304)
4+++ VCD.pm      (working copy)
5@@ -103,7 +103,7 @@
6         }
7     # Multiplex the streams
8         my $command = "$NICE mplex -f 1 -C"
9-                      .' -o '.shell_escape($self->get_outfile($episode, $split_file ? '.%d.mpg' : '.mpg'));
10+                      .' -o '.shell_escape($self->get_outfile($episode, $split_file ? '.%d.mpg' : '.mpg'))
11                       .' '.shell_escape($self->get_outfile($episode, ".$$.m1v"))
12                       .' '.shell_escape($self->get_outfile($episode, ".$$.mpa"));
13         system($command);