<%= form_with model: tape do |form| %>
<%= form.label :title %> <%= form.text_field :title %> <%= form.file_field :video, :accept => 'video/quicktime,video/mp4' %>
<%= form.submit %>
<% end %>