Index: trunk/install/perl/recwrap.pl =================================================================== --- trunk/install/perl/recwrap.pl (リビジョン 110) +++ trunk/install/perl/recwrap.pl (リビジョン 115) @@ -63,6 +63,11 @@ if ($tid == 0){ + if ($usedigital == 1){ + $outputfilename = "0--".$outputfile."-".$digitalch.$extension; + $mp4newstylefilename = "-0--".$outputfile."-".$digitalch; + }else{ $outputfilename = "0--".$outputfile."-".$recch.$extension; $mp4newstylefilename = "-0--".$outputfile."-".$recch; + } }else{ if ($countno == 0){