Forgot the contents of the ffmpegThreads template...
This commit is contained in:
parent
f1b2c43286
commit
8dfb0cadd7
1 changed files with 6 additions and 0 deletions
|
|
@ -0,0 +1,6 @@
|
|||
<div class="control-group" title="{{ _('Number of FFMPEG encoding threads') }}">
|
||||
<label class="control-label" for="settings-webcam_ffmpegThreads">{{ _('FFMPEG threads') }}</label>
|
||||
<div class="controls">
|
||||
<input class="input-mini" data-bind="value: webcam_ffmpegThreads" id="settings-webcamFfmpegThreads" type="number" step="1" min="1">
|
||||
</div>
|
||||
</div>
|
||||
Loading…
Reference in a new issue