mirror of
https://github.com/mit-regressions/viewer.git
synced 2025-04-09 14:20:15 -04:00
fully populate metadata VTT file
This commit is contained in:
parent
42bfbd9bd7
commit
1fa10ad8ae
|
@ -18,7 +18,65 @@ NOTE separation between MUSIC SOURCE, VIDEO SOURCE, NARRATION SOURCE, COMMENTAR
|
|||
}
|
||||
}
|
||||
|
||||
00:00:01.560 --> 00:00:04.948
|
||||
{
|
||||
"uid": "2",
|
||||
"type": "video_source",
|
||||
"data": {
|
||||
"type": "video_source",
|
||||
"title": "original footage",
|
||||
"artist": "MIT: REGRESSIONS",
|
||||
"year": "2022",
|
||||
"notes": "",
|
||||
"retrieved_from": "",
|
||||
"hyperlink": ""
|
||||
}
|
||||
}
|
||||
|
||||
00:00:04.949 --> 00:00:12.948
|
||||
{
|
||||
"uid": "2",
|
||||
"type": "video_source",
|
||||
"data": {
|
||||
"type": "video_source",
|
||||
"title": "MIT Holiday Greeting 2021",
|
||||
"artist": "MIT Video Productions",
|
||||
"year": "2021",
|
||||
"notes": "",
|
||||
"retrieved_from": "YouTube",
|
||||
"hyperlink": "https://www.youtube.com/watch?v=7X2r6863KGA"
|
||||
}
|
||||
}
|
||||
|
||||
00:00:13.560 --> 00:00:15.559
|
||||
{
|
||||
"uid": "2",
|
||||
"type": "video_source",
|
||||
"data": {
|
||||
"type": "video_source",
|
||||
"title": "original footage",
|
||||
"artist": "MIT: REGRESSIONS",
|
||||
"year": "2021",
|
||||
"notes": "",
|
||||
"retrieved_from": "",
|
||||
"hyperlink": ""
|
||||
}
|
||||
}
|
||||
|
||||
00:00:15.560 --> 00:00:17.549
|
||||
{
|
||||
"uid": "2",
|
||||
"type": "video_source",
|
||||
"data": {
|
||||
"type": "video_source",
|
||||
"title": "Fall around MIT",
|
||||
"artist": "Andrei Ivanov",
|
||||
"year": "2012",
|
||||
"notes": "AI-upscaled and color-corrected",
|
||||
"retrieved_from": "YouTube",
|
||||
"hyperlink": "https://www.youtube.com/watch?v=xZXTpEJJxgs"
|
||||
}
|
||||
}
|
||||
|
||||
00:00:17.550 --> 00:00:19.548
|
||||
{
|
||||
|
@ -35,7 +93,144 @@ NOTE separation between MUSIC SOURCE, VIDEO SOURCE, NARRATION SOURCE, COMMENTAR
|
|||
}
|
||||
}
|
||||
|
||||
00:00:47.000 --> 00:00:48.600
|
||||
00:00:19.549 --> 00:00:24.200
|
||||
{
|
||||
"uid": "2",
|
||||
"type": "video_source",
|
||||
"data": {
|
||||
"type": "video_source",
|
||||
"title": "Course 3 at MIT (confirm)",
|
||||
"artist": "MIT Video Productions",
|
||||
"year": "2019",
|
||||
"notes": "",
|
||||
"retrieved_from": "YouTube",
|
||||
"hyperlink": "https://www.youtube.com/watch?v=e6m8se96yyM&ab_channel=AndreiIvanov"
|
||||
}
|
||||
}
|
||||
|
||||
00:00:24.201 --> 00:00:29.200
|
||||
{
|
||||
"uid": "2",
|
||||
"type": "video_source",
|
||||
"data": {
|
||||
"type": "video_source",
|
||||
"title": "MIT.nano: An Overview",
|
||||
"artist": "MIT",
|
||||
"year": "2015",
|
||||
"notes": "",
|
||||
"retrieved_from": "YouTube",
|
||||
"hyperlink": "https://www.youtube.com/watch?v=rGnr2ipfY3o"
|
||||
}
|
||||
}
|
||||
|
||||
00:00:29.201 --> 00:00:30.999
|
||||
{
|
||||
"uid": "2",
|
||||
"type": "video_source",
|
||||
"data": {
|
||||
"type": "video_source",
|
||||
"title": "ZigZag Episode X",
|
||||
"artist": "MIT",
|
||||
"year": "200X",
|
||||
"notes": "AI-upscaled",
|
||||
"retrieved_from": "YouTube",
|
||||
"hyperlink": ""
|
||||
}
|
||||
}
|
||||
|
||||
00:00:31.000 --> 00:00:32.900
|
||||
{
|
||||
"uid": "2",
|
||||
"type": "video_source",
|
||||
"data": {
|
||||
"type": "video_source",
|
||||
"title": "ZigZag Episode X2",
|
||||
"artist": "MIT",
|
||||
"year": "200X",
|
||||
"notes": "AI-upscaled and frame-interpolated",
|
||||
"retrieved_from": "YouTube",
|
||||
"hyperlink": ""
|
||||
}
|
||||
}
|
||||
|
||||
00:00:33.000 --> 00:00:36.000
|
||||
{
|
||||
"uid": "2",
|
||||
"type": "video_source",
|
||||
"data": {
|
||||
"type": "video_source",
|
||||
"title": "A Celebration of Charles Vest",
|
||||
"artist": "MIT Video Productions",
|
||||
"year": "2005",
|
||||
"notes": "AI-upscaled and color corrected",
|
||||
"retrieved_from": "YouTube",
|
||||
"hyperlink": ""
|
||||
}
|
||||
}
|
||||
|
||||
00:00:36.000 --> 00:00:38.100
|
||||
{
|
||||
"uid": "2",
|
||||
"type": "video_source",
|
||||
"data": {
|
||||
"type": "video_source",
|
||||
"title": "MIT Project Athena: A Computer-Aided Teaching System",
|
||||
"artist": "MIT Video Productions",
|
||||
"year": "1984",
|
||||
"notes": "AI-upscaled and color corrected",
|
||||
"retrieved_from": "YouTube",
|
||||
"hyperlink": "https://www.youtube.com/watch?v=tG7i7HCD9g0&t=34s"
|
||||
}
|
||||
}
|
||||
|
||||
00:00:38.101 --> 00:00:41.800
|
||||
{
|
||||
"uid": "2",
|
||||
"type": "video_source",
|
||||
"data": {
|
||||
"type": "video_source",
|
||||
"title": "Afgan: The Soviet Experience",
|
||||
"artist": "",
|
||||
"year": "1989",
|
||||
"notes": "AI-upscaled and color corrected",
|
||||
"retrieved_from": "YouTube",
|
||||
"hyperlink": "https://www.youtube.com/watch?v=tG7i7HCD9g0&t=34s"
|
||||
}
|
||||
}
|
||||
|
||||
|
||||
|
||||
00:00:38.101 --> 00:00:42.800
|
||||
{
|
||||
"uid": "2",
|
||||
"type": "video_source",
|
||||
"data": {
|
||||
"type": "video_source",
|
||||
"title": "Chemistry Lab at MIT",
|
||||
"artist": "WGBH",
|
||||
"year": "1980s",
|
||||
"notes": "AI-upscaled",
|
||||
"retrieved_from": "WGBH Open Vault",
|
||||
"hyperlink": ""
|
||||
}
|
||||
}
|
||||
|
||||
00:00:43.001 --> 00:00:44.000
|
||||
{
|
||||
"uid": "2",
|
||||
"type": "video_source",
|
||||
"data": {
|
||||
"type": "video_source",
|
||||
"title": "Jugglers at MIT",
|
||||
"artist": "(confirm)",
|
||||
"year": "1970s",
|
||||
"notes": "AI-upscaled and color-corrected",
|
||||
"retrieved_from": "YouTube",
|
||||
"hyperlink": ""
|
||||
}
|
||||
}
|
||||
|
||||
00:00:44.001 --> 00:00:45.600
|
||||
{
|
||||
"uid": "2",
|
||||
"type": "video_source",
|
||||
|
@ -50,7 +245,7 @@ NOTE separation between MUSIC SOURCE, VIDEO SOURCE, NARRATION SOURCE, COMMENTAR
|
|||
}
|
||||
}
|
||||
|
||||
00:00:56.000 --> 00:01:01.600
|
||||
00:00:45.601 --> 00:00:47.499
|
||||
{
|
||||
"uid": "3",
|
||||
"type": "video_source",
|
||||
|
@ -65,6 +260,142 @@ NOTE separation between MUSIC SOURCE, VIDEO SOURCE, NARRATION SOURCE, COMMENTAR
|
|||
}
|
||||
}
|
||||
|
||||
00:00:47.500 --> 00:00:48.600
|
||||
{
|
||||
"uid": "2",
|
||||
"type": "video_source",
|
||||
"data": {
|
||||
"type": "video_source",
|
||||
"title": "The November Actions",
|
||||
"artist": "Ricky Leacock",
|
||||
"year": "1969",
|
||||
"notes": "AI-upscaled and frame-interpolated",
|
||||
"retrieved_from": "MIT Museum",
|
||||
"hyperlink": ""
|
||||
}
|
||||
}
|
||||
|
||||
00:00:48.601 --> 00:00:50.900
|
||||
{
|
||||
"uid": "2",
|
||||
"type": "video_source",
|
||||
"data": {
|
||||
"type": "video_source",
|
||||
"title": "MIT Centennial Procession",
|
||||
"artist": "MIT",
|
||||
"year": "1961",
|
||||
"notes": "AI-upscaled and color-corrected",
|
||||
"retrieved_from": "MIT Museum",
|
||||
"hyperlink": ""
|
||||
}
|
||||
}
|
||||
|
||||
00:00:50.901 --> 00:00:52.200
|
||||
{
|
||||
"uid": "3",
|
||||
"type": "video_source",
|
||||
"data": {
|
||||
"type": "video_source",
|
||||
"title": "MIT: Progressions",
|
||||
"artist": "David and Sheri Espar",
|
||||
"year": "1969",
|
||||
"notes": "AI-upscaled and frame-interpolated",
|
||||
"retrieved_from": "Kenneth Friedman (YouTube)",
|
||||
"hyperlink": "https://www.youtube.com/watch?v=p3mq5E0GwLA&ab_channel=KennethFriedman"
|
||||
}
|
||||
}
|
||||
|
||||
00:00:52.201 --> 00:00:53.999
|
||||
{
|
||||
"uid": "3",
|
||||
"type": "video_source",
|
||||
"data": {
|
||||
"type": "video_source",
|
||||
"title": "MIT AI Lab Films",
|
||||
"artist": "MIT",
|
||||
"year": "1950s",
|
||||
"notes": "Color-corrected",
|
||||
"retrieved_from": "MIT",
|
||||
"hyperlink": "https://www.youtube.com/watch?v=p3mq5E0GwLA&ab_channel=KennethFriedman"
|
||||
}
|
||||
}
|
||||
|
||||
00:00:54.000 --> 00:00:55.000
|
||||
{
|
||||
"uid": "3",
|
||||
"type": "video_source",
|
||||
"data": {
|
||||
"type": "video_source",
|
||||
"title": "MIT: Progressions",
|
||||
"artist": "David and Sheri Espar",
|
||||
"year": "1969",
|
||||
"notes": "AI-upscaled and frame-interpolated",
|
||||
"retrieved_from": "Kenneth Friedman (YouTube)",
|
||||
"hyperlink": "https://www.youtube.com/watch?v=p3mq5E0GwLA&ab_channel=KennethFriedman"
|
||||
}
|
||||
}
|
||||
|
||||
00:00:55.100 --> 00:00:55.800
|
||||
{
|
||||
"uid": "3",
|
||||
"type": "video_source",
|
||||
"data": {
|
||||
"type": "video_source",
|
||||
"title": "The Social Beaver",
|
||||
"artist": "Oscar H. Horovitz",
|
||||
"year": "1956",
|
||||
"notes": "AI-upscaled and color-corrected",
|
||||
"retrieved_from": "MIT Museum",
|
||||
"hyperlink": "https://www.youtube.com/watch?v=X4TriKZrszw"
|
||||
}
|
||||
}
|
||||
|
||||
|
||||
00:00:55.950 --> 00:01:01.600
|
||||
{
|
||||
"uid": "3",
|
||||
"type": "video_source",
|
||||
"data": {
|
||||
"type": "video_source",
|
||||
"title": "MIT: Progressions",
|
||||
"artist": "David and Sheri Espar",
|
||||
"year": "1969",
|
||||
"notes": "AI-upscaled and frame-interpolated",
|
||||
"retrieved_from": "Kenneth Friedman (YouTube)",
|
||||
"hyperlink": "https://www.youtube.com/watch?v=p3mq5E0GwLA&ab_channel=KennethFriedman"
|
||||
}
|
||||
}
|
||||
|
||||
00:01:01.700 --> 00:01:02.899
|
||||
{
|
||||
"uid": "3",
|
||||
"type": "video_source",
|
||||
"data": {
|
||||
"type": "video_source",
|
||||
"title": "The Social Beaver",
|
||||
"artist": "Oscar H. Horovitz",
|
||||
"year": "1956",
|
||||
"notes": "AI-upscaled and color-corrected",
|
||||
"retrieved_from": "MIT Museum",
|
||||
"hyperlink": "https://www.youtube.com/watch?v=X4TriKZrszw"
|
||||
}
|
||||
}
|
||||
|
||||
00:01:02.900 --> 00:01:03.799
|
||||
{
|
||||
"uid": "3",
|
||||
"type": "video_source",
|
||||
"data": {
|
||||
"type": "video_source",
|
||||
"title": "Making Electrons Count",
|
||||
"artist": "Lloyd C. Sanford",
|
||||
"year": "c. 1950",
|
||||
"notes": "AI-upscaled and color-corrected",
|
||||
"retrieved_from": "MIT Museum",
|
||||
"hyperlink": "https://www.youtube.com/watch?v=KH0tcv3nEQI"
|
||||
}
|
||||
}
|
||||
|
||||
00:01:03.800 --> 00:01:15.600
|
||||
{
|
||||
"uid": "3",
|
||||
|
@ -72,7 +403,7 @@ NOTE separation between MUSIC SOURCE, VIDEO SOURCE, NARRATION SOURCE, COMMENTAR
|
|||
"data": {
|
||||
"type": "video_source",
|
||||
"title": "Technology",
|
||||
"artist": "unknown creators",
|
||||
"artist": "MIT",
|
||||
"year": "1934",
|
||||
"notes": "AI-upscaled and frame-interpolated. View Kathleen E. 23's <a href=\"https://mitadmissions.org/blogs/entry/5-historical-mit-videos/#video5\"><strong>post</strong></a>",
|
||||
"retrieved_from": "MIT Museum",
|
||||
|
|
Loading…
Reference in New Issue
Block a user