Skip to content
GitLab
Explore
Sign in
Primary navigation
Search or go to…
Project
F
FFmpeg
Manage
Activity
Members
Labels
Plan
Issues
Issue boards
Milestones
Wiki
Code
Merge requests
Repository
Branches
Commits
Tags
Repository graph
Compare revisions
Snippets
Build
Pipelines
Jobs
Pipeline schedules
Artifacts
Deploy
Releases
Container Registry
Model registry
Operate
Environments
Monitor
Incidents
Service Desk
Analyze
Value stream analytics
Contributor analytics
CI/CD analytics
Repository analytics
Model experiments
Help
Help
Support
GitLab documentation
Compare GitLab plans
Community forum
Contribute to GitLab
Provide feedback
Keyboard shortcuts
?
Snippets
Groups
Projects
Show more breadcrumbs
libremedia
Tethys
FFmpeg
Commits
0c0da45f
"README.md" did not exist on "b481bbc32abd94e5dc1c1de731254a0fda2810ff"
Commit
0c0da45f
authored
8 years ago
by
Vittorio Giovara
Browse files
Options
Downloads
Patches
Plain Diff
fate: Add a monoscopic spherical mov test
parent
4dcdecf4
No related branches found
No related tags found
No related merge requests found
Changes
2
Hide whitespace changes
Inline
Side-by-side
Showing
2 changed files
tests/fate/mov.mak
+4
-0
4 additions, 0 deletions
tests/fate/mov.mak
tests/ref/fate/mov-spherical-mono
+16
-0
16 additions, 0 deletions
tests/ref/fate/mov-spherical-mono
with
20 additions
and
0 deletions
tests/fate/mov.mak
+
4
−
0
View file @
0c0da45f
...
@@ -9,6 +9,7 @@ FATE_MOV = fate-mov-3elist \
...
@@ -9,6 +9,7 @@ FATE_MOV = fate-mov-3elist \
fate-mov-aac-2048-priming
\
fate-mov-aac-2048-priming
\
fate-mov-init-nonkeyframe
\
fate-mov-init-nonkeyframe
\
fate-mov-displaymatrix
\
fate-mov-displaymatrix
\
fate-mov-spherical-mono
\
FATE_SAMPLES_AVCONV
+=
$(
FATE_MOV
)
FATE_SAMPLES_AVCONV
+=
$(
FATE_MOV
)
...
@@ -42,3 +43,6 @@ fate-mov-init-nonkeyframe: CMD = run ffprobe$(PROGSSUF)$(EXESUF) -show_packets -
...
@@ -42,3 +43,6 @@ fate-mov-init-nonkeyframe: CMD = run ffprobe$(PROGSSUF)$(EXESUF) -show_packets -
fate-mov-displaymatrix
:
ffprobe$(PROGSSUF)$(EXESUF)
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-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
This diff is collapsed.
Click to expand it.
tests/ref/fate/mov-spherical-mono
0 → 100644
+
16
−
0
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]
This diff is collapsed.
Click to expand it.
Preview
0%
Loading
Try again
or
attach a new file
.
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Save comment
Cancel
Please
register
or
sign in
to comment