mirror of
https://github.com/FFmpeg/FFmpeg.git
synced 2024-11-21 10:55:51 +02:00
fate: Add spherical and stereo3d mov tests
This commit is contained in:
parent
68f8db6108
commit
cf1cae58b0
@ -10,6 +10,12 @@ fate-mov-rotation: CMD = probestream rotation $(TARGET_SAMPLES)/mov/displaymatri
|
||||
FATE_MOV += fate-mov-sar
|
||||
fate-mov-sar: CMD = probestream sample_aspect_ratio $(TARGET_SAMPLES)/mov/displaymatrix.mov
|
||||
|
||||
FATE_MOV += fate-mov-spherical
|
||||
fate-mov-spherical: CMD = probestream projection,yaw,pitch,roll $(TARGET_SAMPLES)/mov/spherical.mov
|
||||
|
||||
FATE_MOV += fate-mov-stereo3d
|
||||
fate-mov-stereo3d: CMD = probestream type $(TARGET_SAMPLES)/mov/spherical.mov
|
||||
|
||||
$(FATE_MOV): avprobe$(EXESUF)
|
||||
FATE_SAMPLES-$(call ALLYES, AVPROBE MOV_DEMUXER) += $(FATE_MOV)
|
||||
fate-mov: $(FATE_MOV)
|
||||
|
4
tests/ref/fate/mov-spherical
Normal file
4
tests/ref/fate/mov-spherical
Normal file
@ -0,0 +1,4 @@
|
||||
equirectangular
|
||||
45
|
||||
30
|
||||
15
|
1
tests/ref/fate/mov-stereo3d
Normal file
1
tests/ref/fate/mov-stereo3d
Normal file
@ -0,0 +1 @@
|
||||
2D
|
Loading…
Reference in New Issue
Block a user