Index: /trunk/doc/CHANGES.txt =================================================================== --- /trunk/doc/CHANGES.txt (リビジョン 25) +++ /trunk/doc/CHANGES.txt (リビジョン 28) @@ -1,3 +1,7 @@ foltia 更新履歴 http://www.dcc-jpl.com/soft/foltia/ + +06.12.24 +tvrecording.pl: + 録画開始前の余裕時間を約15秒増やした。 06.12.22 Index: /trunk/install/perl/tvrecording.pl =================================================================== --- /trunk/install/perl/tvrecording.pl (リビジョン 8) +++ /trunk/install/perl/tvrecording.pl (リビジョン 28) @@ -42,5 +42,6 @@ #tvConfig.pl ------------------------------- $extendrecendsec = 10; #recording end second. -$startupsleeptime = 52; #process wait(MAX60sec) +#$startupsleeptime = 52; #process wait(MAX60sec) +$startupsleeptime = 37; #process wait(MAX60sec) #$startupsleeptime = 1; #process wait(MAX60sec) @@ -259,6 +260,10 @@ # $recch でウェイト調整入れましょう -my $intval = $recch % 50; # 0〜49 -my $startupsleep = $startupsleeptime - $intval; # 3〜52 (VHF 40-51) +#52 +#my $intval = $recch % 50; # 0〜49 +#my $startupsleep = $startupsleeptime - $intval; # 3〜52 (VHF 40-51) +#37 +my $intval = $recch % 35; # 0〜34 +my $startupsleep = $startupsleeptime - $intval; # 3-37 (VHF 25-36,tvk 30) $reclengthsec = $reclengthsec + $intval + 1; #