Google Flix Engine Linux Reference Manual User Manual

Page 445

Advertising
background image

7.13 CGI

439

<!-- PCM codec parameters -->

<table id=’pcmtable’ class=’hidden’>

<tr>

<th>(FE2_CODEC_PCM defines no parameters)</th>

</tr>

</table>

<!-- END - PCM codec parameters -->

<!-- VORBIS codec parameters -->

<table id=’vorbistable’ class=’hidden’>

<tr>

<th><abbr title="Default: 64kbps">FE2_VORBIS_BITRATE</abbr></th>

<td><input type=’text’ name=’Flix2_CodecSetParam:FE2_VORBIS_BITRATE’></td>

</tr>

</table>

<!-- END - VORBIS codec parameters -->

</td>

</tr> <!-- END - audio codecs -->

</table>

</fieldset>

<!-- ##FILTERS###################################################################### -->

<hr>

<fieldset class=’collapsed’ id="filters">

<legend onclick=’toggle_expand(this)’>Filters</legend>

<table>

<tr><th><b>A/V Filters</b></th></tr>

<tr>

<td>

<label>

<input type=’checkbox’ class=’filter’

name=’FE2_FILTER_CUT’ value=’avfilter:’

onchange="toggle_ftable(’filter_cut’,this.checked)">

FE2_FILTER_CUT

</label>

<table id=’filter_cut’ class=’disabled’>

<tr>

<th><abbr title="Default: 0">FE2_CUT_START_SEC</abbr></th>

<td><input type=’text’ name=’Flix2_FilterSetParam:FE2_CUT_START_SEC’></td>

</tr>

<tr>

<th><abbr title="Default: -1">FE2_CUT_STOP_SEC</abbr></th>

<td><input type=’text’ name=’Flix2_FilterSetParam:FE2_CUT_STOP_SEC’></td>

</tr>

<tr>

<th><abbr title="Default: 1">FE2_CUT_USE_SEEK</abbr></th>

<td>

<select name="Flix2_FilterSetParam:FE2_CUT_USE_SEEK">

<option value=""></option>

<option value="on2false">FALSE</option>

<option value="on2true">TRUE</option>

</select>

</td>

</tr>

</table>

</td>

Generated on Tue Jul 20 17:39:03 2010 for Flix Engine Linux by Doxygen

Advertising