aboutsummaryrefslogtreecommitdiffstats
path: root/multimedia/dvdrip/files/patch-lib::Video::DVDRip::Title.pm
blob: b225ecdf31b213eb20187b441a45bd4e8cb1e0d5 (plain) (blame)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
--- lib/Video/DVDRip/Title.pm.orig  Wed Dec 29 20:15:48 2004
+++ lib/Video/DVDRip/Title.pm   Wed Dec 29 20:16:44 2004
@@ -2152,10 +2152,10 @@
 
        $command .=
            "dr_exec avimerge".
-           " -i $avi_file".
            " -p $audio_file".
            " -a $target_nr".
-           " -o $avi_file.merged &&".
+           " -o $avi_file.merged".
+           " -i $avi_file &&".
            " mv $avi_file.merged $avi_file &&".
            " rm $audio_file &&".
            " echo DVDRIP_SUCCESS";
@@ -2540,7 +2540,7 @@
    my $target_file = $self->preview_filename( type => $type );
    
    my $catch = $self->system (
-       command => "identify -ping $source_file"
+       command => "identify $source_file"
    );
    my ($width, $height);
    ($width, $height) = ( $catch =~ /(\d+)x(\d+)/ );
@@ -2598,7 +2598,7 @@
    }
    
    my $catch = $self->system (
-       command => "identify -ping $source_file"
+       command => "identify $source_file"
    );
    my ($width, $height);
    ($width, $height) = ( $catch =~ /(\d+)x(\d+)/ );