Index: trunk/install/perl/recwrap.pl =================================================================== --- trunk/install/perl/recwrap.pl (リビジョン 43) +++ trunk/install/perl/recwrap.pl (リビジョン 44) @@ -89,5 +89,5 @@ &writelog("recwrap retry recording $now $starttime"); $starttime = (`date +%s`); -$oserr = system("$toolpath/perl/tvrecording.pl $recch $reclength 0 $outputfilename $bitrate $tid $countno"); +$oserr = system("$toolpath/perl/tvrecording.pl $recch $reclength N $outputfilename $bitrate $tid $countno"); $now = (`date +%s`); $oserr = $oserr / 256;