From 217544d18d700c2525b3d1b076c6a3163f372948 Mon Sep 17 00:00:00 2001 From: Esenjin_Asakha Date: Fri, 27 Dec 2024 14:28:58 +0000 Subject: [PATCH] initialisation du projet (partie 5) --- static/video-js/demo.captions.vtt | 41 + static/video-js/demo.html | 32 + static/video-js/video-js.css | 969 ++++ static/video-js/video.dev.js | 8568 +++++++++++++++++++++++++++++ static/video-js/video.js | 167 + 5 files changed, 9777 insertions(+) create mode 100644 static/video-js/demo.captions.vtt create mode 100644 static/video-js/demo.html create mode 100644 static/video-js/video-js.css create mode 100644 static/video-js/video.dev.js create mode 100644 static/video-js/video.js diff --git a/static/video-js/demo.captions.vtt b/static/video-js/demo.captions.vtt new file mode 100644 index 0000000..e598be1 --- /dev/null +++ b/static/video-js/demo.captions.vtt @@ -0,0 +1,41 @@ +WEBVTT + +00:00.700 --> 00:04.110 +Captions describe all relevant audio for the hearing impaired. +[ Heroic music playing for a seagull ] + +00:04.500 --> 00:05.000 +[ Splash!!! ] + +00:05.100 --> 00:06.000 +[ Sploosh!!! ] + +00:08.000 --> 00:09.225 +[ Splash...splash...splash splash splash ] + +00:10.525 --> 00:11.255 +[ Splash, Sploosh again ] + +00:13.500 --> 00:14.984 +Dolphin: eeeEEEEEeeee! + +00:14.984 --> 00:16.984 +Dolphin: Squawk! eeeEEE? + +00:25.000 --> 00:28.284 +[ A whole ton of splashes ] + +00:29.500 --> 00:31.000 +Mine. Mine. Mine. + +00:34.300 --> 00:36.000 +Shark: Chomp + +00:36.800 --> 00:37.900 +Shark: CHOMP!!! + +00:37.861 --> 00:41.193 +EEEEEEOOOOOOOOOOWHALENOISE + +00:42.593 --> 00:45.611 +[ BIG SPLASH ] \ No newline at end of file diff --git a/static/video-js/demo.html b/static/video-js/demo.html new file mode 100644 index 0000000..8093718 --- /dev/null +++ b/static/video-js/demo.html @@ -0,0 +1,32 @@ + + + + Video.js | HTML5 Video Player + + + + + + + + + + + + + + + + + diff --git a/static/video-js/video-js.css b/static/video-js/video-js.css new file mode 100644 index 0000000..683189e --- /dev/null +++ b/static/video-js/video-js.css @@ -0,0 +1,969 @@ +/*! +Video.js Default Styles (http://videojs.com) +Version 4.10.0 +Create your own skin at http://designer.videojs.com +*/ +/* SKIN +================================================================================ +The main class name for all skin-specific styles. To make your own skin, +replace all occurances of 'vjs-default-skin' with a new name. Then add your new +skin name to your video tag instead of the default skin. +e.g.