Index: trunk/doc/CHANGES.txt =================================================================== --- trunk/doc/CHANGES.txt (リビジョン 32) +++ trunk/doc/CHANGES.txt (リビジョン 35) @@ -1,3 +1,7 @@ foltia 更新履歴 http://www.dcc-jpl.com/soft/foltia/ + +07.1.4 +ipodtranscode.pl: + mp4pspの起動をフルパスに修正。 07.1.2 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 ");