Skip to content

Commit

Permalink
Add comment
Browse files Browse the repository at this point in the history
  • Loading branch information
KillerX committed Aug 15, 2024
1 parent 6ce7679 commit c51d863
Showing 1 changed file with 7 additions and 0 deletions.
7 changes: 7 additions & 0 deletions services/vidispine/chapter_test.go
Original file line number Diff line number Diff line change
Expand Up @@ -59,6 +59,13 @@ func Test_GetChapterMetaForClips_Overlapping(t *testing.T) {
t.Skip("VIDISPINE_BASE_URL is not set")
}

// The important thing here is the VXID of the main file (not the audio file),
// together with the in and out points of the clip.
//
// The situation is that two annotations (chapters) in MB overlap by a few frames,
// making the system think that there are two chapters between the in and out point.
// While this is techinically correct, it is not what we want, if one of the "chapters"
// is very short (less than 10 seconds). At this point it is unlikely to be a real chapter and we can ignore it.
testData := [][]*Clip{
{
{
Expand Down

0 comments on commit c51d863

Please sign in to comment.