{% extends 'vesper/base.html' %} {% block head %} Create random clips {% load static %} {% load vesper_extras %} {% endblock head %} {% block main %}

Create random clips

Creates random clips in the specified recording channels.

The recording channels are specified as a set of station/mic pairs and a range of dates.

This command marks the clips it creates as having been created by the processor Vesper Random Clip Creator 1.0. It creates the processor in the archive database if needed.

You can limit the time intervals in which the command creates clips by selecting a Detection Schedule preset below. When you specify a schedule, the command creates clips only in the time intervals of the intersection of the recording intervals and the schedule intervals.

Specify the clip duration in seconds in the Clip duration field, and the number of clips to create in the Clip count field.

{% include "vesper/command-executes-as-job-message.html" %}
{% csrf_token %} {{ form.station_mics|block_form_element }} {{ form.start_date|form_element }} {{ form.end_date|form_element }} {{ form.schedule|form_element }} {{ form.clip_duration|form_element }} {{ form.clip_count|form_element}}
{% endblock main %}