diff options
Diffstat (limited to 'scripts')
-rwxr-xr-x | scripts/manicure.rb | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/scripts/manicure.rb b/scripts/manicure.rb index 913022f1f..7c398e573 100755 --- a/scripts/manicure.rb +++ b/scripts/manicure.rb @@ -234,7 +234,7 @@ class PresetClass when 1 commandString << " -b " << hash["VideoAvgBitrate"] when 2 - commandString << " -q " << hash["VideoQualitySlider"] << " -Q" + commandString << " -q " << hash["VideoQualitySlider"] end #FPS @@ -374,7 +374,7 @@ class PresetClass when 1 commandString << " -b " << hash["VideoAvgBitrate"] when 2 - commandString << " -q " << hash["VideoQualitySlider"] << " -Q" + commandString << " -q " << hash["VideoQualitySlider"] end #FPS @@ -678,7 +678,7 @@ class PresetClass when 1 commandString << " -b " << hash["VideoAvgBitrate"] when 2 - commandString << " -q " << hash["VideoQualitySlider"] << " -Q " + commandString << " -q " << hash["VideoQualitySlider"] end #FPS |