Permit rips of .iso files, and update x264 constant quality format
This commit is contained in:
@@ -150,10 +150,10 @@
|
||||
$("#available-titles").accordion({active: {/literal}{$source->longestTitleIndex()}{literal}});
|
||||
$("input:submit").button();
|
||||
$("#quantizer-slider").slider({
|
||||
value:0.61,
|
||||
value:20,
|
||||
min: 0,
|
||||
max: 1.0,
|
||||
step: 0.01,
|
||||
max: 51,
|
||||
step: 1,
|
||||
slide: function(event, ui) {
|
||||
$("#global-quantizer").val(ui.value);
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user