<%= @video.name ? @video.name : @video.filename %> (<%= @video.project.name %>)
EDL Events
| Channel | Source | Clip | TC In | TC Out |
|---|---|---|---|---|
| <%= edl_event.channel %> | <%= edl_event.source_file_name %> | <%= edl_event.clip_name %> | <%= edl_event.timecode_in %> | <%= edl_event.timecode_out %> |
AI Matches
| EDL # | EDL TC | VID TC | Name | Photo | ||
|---|---|---|---|---|---|---|
| <%= fa_icon("check-circle", style: "font-size:24px;color:green", "data-ujs-target" => "match-confirmed-check") %> | <%= match.timecode_in %> | <%= match.appears_at_timecode %> | <%= button_to_video_release_confirmation @video, match, additional_video_release_params: { file_info_id: match.file_info.id }, classes: "btn btn-success btn-sm" do %> <%= fa_icon "plus" %> <% end %> | |||
| <%= fa_icon("check-circle", style: "font-size:24px;color:green", "data-ujs-target" => "match-confirmed-check") %> | N/A | <%= match.appears_at_timecode %> | <%= match.name %> | <%= image_tag thumbnail_variant(match.photo), class: "img-fluid figure-img" %> | <%= button_to_video_release_confirmation @video, match, classes: "btn btn-success btn-sm" do %> <%= fa_icon "plus" %> <% end %> |
Added to Report
AI Matches
| EDL # | EDL TC | VID TC | Filename | ||
|---|---|---|---|---|---|
| <%= fa_icon("check-circle", style: "font-size:24px;color:green", "data-ujs-target" => "graphics-confirmed-check") %> | <%= match.timecode_in %> | <%= match.appears_at_timecode %> | <%= match.filename %> | <%= button_to new_video_video_analyses_graphics_element_path(@video), class: "btn btn-success btn-sm", form: { data: { ujs_target: "graphics-element-form" } }, params: { graphics_element: { text: "", time_elapsed: match.start_time, edl_type: "graphics" }, matched_file_name: match.filename }, method: :get, form_class: "text-center", remote: true do %> <%= fa_icon "plus" %> <% end %> |
Added to Report
AI Matches
| EDL # | EDL TC | VID TC | Filename | ||
|---|---|---|---|---|---|
| <%= fa_icon("check-circle", style: "font-size:24px;color:green", "data-ujs-target" => "match-confirmed-check") %> | <%= match.timecode_in %> | <%= match.appears_at_timecode %> | <%= match.presented_filename %> | <%= button_to new_video_video_analyses_audio_confirmation_path(@video), class: "btn btn-success btn-sm", form: { data: { ujs_target: "audio-confirmation-form" } }, params: { audio_confirmation: { confirmation_type: match.confirmation_type, time_elapsed: match.start_time, composer_info: match.composer_info, publisher_info: match.publisher_info, catalog: match.catalog, title: match.title, edl_type: match.edl_type }, matched_file_name: match.filename }, method: :get, remote: true, data: { disable_with: t("shared.disable_with") } do %> <%= fa_icon "plus" %> <% end %> |
Added to Report
Added to Report
Notes
| <%= Bookmark.human_attribute_name(:category) %> | Text | Video TC |
|---|
Talent Releases
-
<%= render "releasables", releasables: @talent_releases, video: @video %>
Appearance Releases
-
<%= render "releasables", releasables: @appearance_releases, video: @video %>
Location Releases
-
<%= render "releasables", releasables: @location_releases, video: @video %>
Acquired Media Releases (Footage & Stills)
-
<%= render "releasables", releasables: @acquired_media_releases, video: @video %>
Music Releases (Original Music Release)
-
<%= render "releasables", releasables: @music_releases, video: @video %>
Material Releases (Products / Logos)
-
<%= render "releasables", releasables: @material_releases, video: @video %>