Skip to content
Projects
Groups
Snippets
Help
Loading...
Help
Contribute to GitLab
Sign in / Register
Toggle navigation
F
ffmpeg.wasm-core
Project
Project
Details
Activity
Cycle Analytics
Repository
Repository
Files
Commits
Branches
Tags
Contributors
Graph
Compare
Charts
Issues
0
Issues
0
List
Board
Labels
Milestones
Merge Requests
0
Merge Requests
0
CI / CD
CI / CD
Pipelines
Jobs
Schedules
Charts
Wiki
Wiki
Snippets
Snippets
Members
Members
Collapse sidebar
Close sidebar
Activity
Graph
Charts
Create a new issue
Jobs
Commits
Issue Boards
Open sidebar
Linshizhi
ffmpeg.wasm-core
Commits
0c0da45f
Commit
0c0da45f
authored
Nov 30, 2016
by
Vittorio Giovara
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
fate: Add a monoscopic spherical mov test
parent
4dcdecf4
Hide whitespace changes
Inline
Side-by-side
Showing
2 changed files
with
20 additions
and
0 deletions
+20
-0
mov.mak
tests/fate/mov.mak
+4
-0
mov-spherical-mono
tests/ref/fate/mov-spherical-mono
+16
-0
No files found.
tests/fate/mov.mak
View file @
0c0da45f
...
...
@@ -9,6 +9,7 @@ FATE_MOV = fate-mov-3elist \
fate-mov-aac-2048-priming \
fate-mov-init-nonkeyframe \
fate-mov-displaymatrix \
fate-mov-spherical-mono \
FATE_SAMPLES_AVCONV += $(FATE_MOV)
...
...
@@ -42,3 +43,6 @@ fate-mov-init-nonkeyframe: CMD = run ffprobe$(PROGSSUF)$(EXESUF) -show_packets -
fate-mov-displaymatrix: ffprobe$(PROGSSUF)$(EXESUF)
fate-mov-displaymatrix: CMD = run ffprobe$(PROGSSUF)$(EXESUF) -show_entries stream_side_data_list -select_streams v -v 0 $(TARGET_SAMPLES)/mov/displaymatrix.mov
fate-mov-spherical-mono: ffprobe$(PROGSSUF)$(EXESUF)
fate-mov-spherical-mono: CMD = run ffprobe$(PROGSSUF)$(EXESUF) -show_entries stream_side_data_list -select_streams v -v 0 $(TARGET_SAMPLES)/mov/spherical.mov
tests/ref/fate/mov-spherical-mono
0 → 100644
View file @
0c0da45f
[STREAM]
[SIDE_DATA]
side_data_type=Stereo 3D
side_data_size=8
type=2D
inverted=0
[/SIDE_DATA]
[SIDE_DATA]
side_data_type=Spherical Mapping
side_data_size=16
projection=equirectangular
yaw=45
pitch=30
roll=15
[/SIDE_DATA]
[/STREAM]
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