hedgewars/ArgParsers.inc
changeset 7306 3cff5c769509
parent 7235 baa69bd025d9
child 7376 48b79b3ca592
equal deleted inserted replaced
7303:998128081b86 7306:3cff5c769509
    70 {$IFDEF USE_VIDEO_RECORDING}
    70 {$IFDEF USE_VIDEO_RECORDING}
    71 procedure internalStartVideoRecordingWithParameters();
    71 procedure internalStartVideoRecordingWithParameters();
    72 begin
    72 begin
    73     internalStartGameWithParameters();
    73     internalStartGameWithParameters();
    74     GameType:= gmtRecord;
    74     GameType:= gmtRecord;
    75     cRecPrefix:= ParamStr(20);
    75     RecPrefix:= ParamStr(20);
    76     cAVFormat:= ParamStr(21);
    76     cAVFormat:= ParamStr(21);
    77     cVideoCodec:= ParamStr(22);
    77     cVideoCodec:= ParamStr(22);
    78     cVideoQuality:= StrToInt(ParamStr(23));
    78     cVideoQuality:= StrToInt(ParamStr(23));
    79     cVideoPreset:= ParamStr(24);
    79     cVideoPreset:= ParamStr(24);
    80     cAudioCodec:= ParamStr(25);
    80     cAudioCodec:= ParamStr(25);