Skip to content
GitLab
Projects
Groups
Snippets
Help
Loading...
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in
Toggle navigation
T
track-test
Project overview
Project overview
Details
Activity
Releases
Repository
Repository
Files
Commits
Branches
Tags
Contributors
Graph
Compare
Issues
0
Issues
0
List
Boards
Labels
Service Desk
Milestones
Merge Requests
0
Merge Requests
0
CI / CD
CI / CD
Pipelines
Jobs
Schedules
Operations
Operations
Incidents
Environments
Packages & Registries
Packages & Registries
Container Registry
Analytics
Analytics
CI / CD
Repository
Value Stream
Wiki
Wiki
External Wiki
External Wiki
Members
Members
Collapse sidebar
Close sidebar
Activity
Graph
Create a new issue
Jobs
Commits
Issue Boards
Open sidebar
App_Technologies
track-test
Commits
6b8609b3
Commit
6b8609b3
authored
Dec 05, 2014
by
Brendan Long
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
Add MP4 of Sintel Trailer.
parent
9df3d957
Changes
2
Hide whitespace changes
Inline
Side-by-side
Showing
2 changed files
with
12 additions
and
3 deletions
+12
-3
demo.html
demo.html
+11
-2
get_files.sh
get_files.sh
+1
-1
No files found.
demo.html
View file @
6b8609b3
...
...
@@ -39,11 +39,14 @@ var config = {
label
:
"
Multi Track Test File (Matroska; 2x Theora + 2x Vorbis)
"
,
url
:
"
test.mkv
"
},
{
label
:
"
Sintel Trailer (Local File; h264 + aac + Subtitles)
"
,
label
:
"
Sintel Trailer (Local File
MKV
; h264 + aac + Subtitles)
"
,
url
:
"
Sintel_Trailer1.480p.DivX_Plus_HD.mkv
"
},
{
label
:
"
Sintel Trailer (Local File; Theora + Vorbis + Kate)
"
,
label
:
"
Sintel Trailer (Local File
Ogg
; Theora + Vorbis + Kate)
"
,
url
:
"
sintel_trailer-480p.ogv
"
},
{
label
:
"
Sintel Trailer (Local File Mp4; h264 + aac)
"
,
url
:
"
sintel_trailer-480p.mp4
"
},
{
label
:
"
Tears of Steel (Local File; MPEG-TS + CEA 608)
"
,
url
:
"
Ultimate-Stream-1280x720-5Mb-mpeg2v-ac3_0100_CC_Trim.ts
"
...
...
@@ -77,6 +80,12 @@ var config = {
},
{
label
:
"
UserPrivateStreams.ts (DLNA test video?)
"
,
url
:
"
media/UserPrivateStreams.ts
"
},
{
label
:
"
Multisize (Local File; Matroska; vp8)
"
,
url
:
"
multisize.mkv
"
},
{
label
:
"
Multisize (Local File; MP4; h.264)
"
,
url
:
"
multisize.mp4
"
}],
/* Whether or not to show native controls */
...
...
get_files.sh
View file @
6b8609b3
#!/bin/bash
# This script attempts to download the "local files" for demo.html.
FILES
=(
http://download.blender.org/durian/trailer/Sintel_Trailer1.480p.DivX_Plus_HD.mkv http://download.blender.org/durian/trailer/sintel_trailer-480p.ogv
)
FILES
=(
http://download.blender.org/durian/trailer/Sintel_Trailer1.480p.DivX_Plus_HD.mkv http://download.blender.org/durian/trailer/sintel_trailer-480p.ogv
http://download.blender.org/durian/trailer/sintel_trailer-480p.mp4
)
for
file
in
${
FILES
[@]
}
;
do
if
[[
!
-f
$(
basename
"
$file
"
)
]]
;
then
...
...
Write
Preview
Markdown
is supported
0%
Try again
or
attach a new file
.
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment