mirror of
https://github.com/FFmpeg/FFmpeg.git
synced 2024-12-23 12:43:46 +02:00
fate: Add a monoscopic spherical mov test
This commit is contained in:
parent
4dcdecf471
commit
0c0da45f0f
@ -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
|
||||
|
16
tests/ref/fate/mov-spherical-mono
Normal file
16
tests/ref/fate/mov-spherical-mono
Normal file
@ -0,0 +1,16 @@
|
||||
[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]
|
Loading…
Reference in New Issue
Block a user