Google Flix Engine Linux Reference Manual User Manual
Page 454

448
Flix Engine Linux Page Documentation
<label>
<input type=’checkbox’ class=’filter’
name=’FE2_FILTER_LOWPASS’ value=’afilter:’
onchange="toggle_ftable(’filter_lowpass’,this.checked)">
FE2_FILTER_LOWPASS
</label>
<table id=’filter_lowpass’ class=’disabled’>
<tr>
<th><abbr title="Default: 0.707">FE2_LOWPASS_Q</abbr></th>
<td><input type=’text’ name=’Flix2_FilterSetParam:FE2_LOWPASS_Q’></td>
</tr>
<tr>
<th>FE2_LOWPASS_CUTOFF</th>
<td><input type=’text’ name=’Flix2_FilterSetParam:FE2_LOWPASS_CUTOFF’></td>
</tr>
</table>
</td>
</tr>
<!-- END - LOWPASS filter parameters -->
<tr>
<td>
<label>
<input type=’checkbox’ class=’filter’
name=’FE2_FILTER_RESAMPLE’ value=’afilter:’
onchange="toggle_ftable(’filter_resample’,this.checked)">
FE2_FILTER_RESAMPLE
</label>
<table id=’filter_resample’ class=’disabled’>
<tr>
<th><abbr title="Default: 0">FE2_RESAMPLE_RATE</abbr></th>
<td><input type=’text’ name=’Flix2_FilterSetParam:FE2_RESAMPLE_RATE’></td>
</tr>
<tr>
<th><abbr title="Default: 0">FE2_RESAMPLE_CHANNELS</abbr></th>
<td><input type=’text’ name=’Flix2_FilterSetParam:FE2_RESAMPLE_CHANNELS’></td>
</tr>
</table>
</td>
</tr>
<!-- END - RESAMPLE filter parameters -->
</table>
</fieldset>
<!-- ##MUXERS####################################################################### -->
<hr>
<fieldset class=’collapsed’ id="muxers">
<legend onclick=’toggle_expand(this)’>Muxers</legend>
<table>
<tr>
<td>
<label>
<input type=’radio’ name=’muxer:’ value=’FE2_MUXER_3GP’
onfocus="set_muxer_visible(’tgptable’)">
FE2_MUXER_3GP
</label>
<label>
<input type=’radio’ name=’muxer:’ value=’FE2_MUXER_3G2’
onfocus="set_muxer_visible(’tg2table’)">
Generated on Tue Jul 20 17:39:03 2010 for Flix Engine Linux by Doxygen