- If using the advanced encoding functions, it disable the audio properties.

This commit is contained in:
pabloalcantara
2011-08-25 14:28:54 -03:00
parent f85d78c452
commit f23fd3b09e
3 changed files with 49 additions and 31 deletions

View File

@@ -290,7 +290,8 @@
<option value=${x} ${outputselect}>${x}</option>
%endfor
</select></h4>
<br>
<h3>Audio Properties:</h3>
<br>
<h4>VBR/CBR: <select name="encodervbrcbr">
%for x in ['cbr', 'vbr']:
@@ -343,8 +344,11 @@
</select></h4>
<br>
<br>
<h3>Advance Encode Options:</h3><input type="text" name="advancedencoder" value="${config['advancedencoder']}" size="43">
<br>
<h3>Advance Encode Options:</h3>
<h4>
(ignores audio properties)
</h4>
<input type="text" name="advancedencoder" value="${config['advancedencoder']}" size="43"><br>
<h3>Path to Encoder:</h3><input type="text" name="encoderfolder" value="${config['encoderfolder']}" size="43">
</td>
</tr>