94
edits
(→GET) |
(→Video) |
||
| Line 169: | Line 169: | ||
- '''miid''':''int'' // The server-provided media item id to be analyzed | - '''miid''':''int'' // The server-provided media item id to be analyzed | ||
- '''url''':''str'' // The url containing the video to be analyzed | - '''url''':''str'' // The url containing the video to be analyzed | ||
- '''transcript''':''array'' {D: null}// A list of [HH:MM:SS, transcript] tuples | - '''transcript''':''array'' {D: null}// A list of [HH:MM:SS, transcript] tuples | ||
- '''tasks''':''dictionary'' {D: null} // The list of tasks to perform. (null means perform all) | - '''tasks''':''dictionary'' {D: null} // The list of tasks to perform. (null means perform all) | ||
| Line 179: | Line 179: | ||
====Tasks==== | ====Tasks==== | ||
===== | =====transcribe===== | ||
Attempt to create a timestamped transcript for the video. The transcript will either be ripped from CC data or estimated using speech to text algorithms. | Attempt to create a timestamped transcript for the video. The transcript will either be ripped from CC data or estimated using speech to text algorithms. | ||
| Line 192: | Line 192: | ||
- '''transcript''':''array'' // list of [HH:MM:SS, transcript] tuples | - '''transcript''':''array'' // list of [HH:MM:SS, transcript] tuples | ||
- '''transcription_method''':''enum('cc','stt')'' // the method used to generate the transcript | - '''transcription_method''':''enum('cc','stt')'' // the method used to generate the transcript | ||
=====identify_audio_transitions===== | |||
Identify moments of distinct changes in audio content (e.g. speaker changes). | |||
Powered by [???] | |||
<u>'''Inputs'''</u> | |||
None | |||
<u>'''Outputs'''</u> | |||
- '''audio_transitions''':''array'' // list of [HH:MM:SS, sound_id] tuples | |||
=====identify_video_transitions===== | |||
Identify moments of distinct changes in video content (e.g. scene changes). | |||
Powered by [???] | |||
<u>'''Inputs'''</u> | |||
None | |||
<u>'''Outputs'''</u> | |||
- '''video_transitions''':''array'' // list of [HH:MM:SS, scene_id] tuples | |||
===Audio=== | ===Audio=== | ||
edits