You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: README.md
+12-2
Original file line number
Diff line number
Diff line change
@@ -8,6 +8,7 @@ This project is intended as a basic example of how to integrate [Shaka Player](h
8
8
9
9
-[Background](#background)
10
10
-[Features](#features)
11
+
-[Video files](#video-files)
11
12
-[Prerequisites](#prerequisites)
12
13
-[Install](#install)
13
14
-[Run dev](#run-dev)
@@ -20,9 +21,18 @@ This project was inspired by [shaka-player-vuejs](https://github.com/davidjamesh
20
21
21
22
## Features
22
23
23
-
You can select from a list of 6 videos and watch the chosen video.
24
+
You can select from a list of 6 sample videos and watch the chosen video.
24
25
25
-
All videos' files and images used in this project are sourced from [Wikimedia Commons](https://commons.wikimedia.org/wiki/Main_Page).
26
+
## Video files
27
+
28
+
The manifest and image files of all sample videos used in this project are sourced from [Wikimedia Commons](https://commons.wikimedia.org/wiki/Main_Page).
29
+
The original video manifests have been converted from WebM to MP4 format with [FFmpeg](https://github.com/FFmpeg/FFmpeg), using this example command:
0 commit comments