Index: /trunk/install/perl/ipodtranscode.pl =================================================================== --- /trunk/install/perl/ipodtranscode.pl (リビジョン 8) +++ /trunk/install/perl/ipodtranscode.pl (リビジョン 15) @@ -84,5 +84,5 @@ # アスペクト比 if ($aspect == 16){ -$cropopt = " -croptop 70 -cropbottom 60 -cropleft 8 -cropright 14 -aspect aspect 1.7777 "; +$cropopt = " -croptop 70 -cropbottom 60 -cropleft 8 -cropright 14 -aspect 1.7777 "; }else{ $cropopt = " -croptop 8 -cropbottom 8 -cropleft 8 -cropright 14 ";