Index: trunk/install/perl/ipodtranscode.pl =================================================================== --- trunk/install/perl/ipodtranscode.pl (リビジョン 15) +++ trunk/install/perl/ipodtranscode.pl (リビジョン 35) @@ -114,5 +114,5 @@ &writelog("ipodtranscode mp4psp -p $mp4file $movietitleeuc"); -system("mp4psp -p $mp4file $movietitleeuc"); +system("/usr/local/bin/mp4psp -p $mp4file '$movietitleeuc' "); &writelog("ipodtranscode mp4psp COMPLETE $mp4file ");