|
|
@ -17,6 +17,7 @@ FATE_MOV = fate-mov-3elist \ |
|
|
|
fate-mov-bbi-elst-starts-b \
|
|
|
|
fate-mov-bbi-elst-starts-b \
|
|
|
|
fate-mov-neg-firstpts-discard-frames \
|
|
|
|
fate-mov-neg-firstpts-discard-frames \
|
|
|
|
fate-mov-stream-shorter-than-movie \
|
|
|
|
fate-mov-stream-shorter-than-movie \
|
|
|
|
|
|
|
|
fate-mov-pcm-remux \
|
|
|
|
# FIXME: Uncomment these two lines once the test files are uploaded to the fate
|
|
|
|
# FIXME: Uncomment these two lines once the test files are uploaded to the fate
|
|
|
|
# server.
|
|
|
|
# server.
|
|
|
|
# fate-mov-avif-demux-still-image-1-item \
|
|
|
|
# fate-mov-avif-demux-still-image-1-item \
|
|
|
@ -177,6 +178,11 @@ FATE_MOV_FFMPEG-$(call TRANSCODE, PCM_S16LE, MOV, WAV_DEMUXER PAN_FILTER) \ |
|
|
|
fate-mov-mp4-pcm-float: tests/data/asynth-44100-1.wav |
|
|
|
fate-mov-mp4-pcm-float: tests/data/asynth-44100-1.wav |
|
|
|
fate-mov-mp4-pcm-float: CMD = transcode wav $(TARGET_PATH)/tests/data/asynth-44100-1.wav mp4 "-af aresample,pan=FL+LFE+BR|c0=c0|c1=c0|c2=c0 -c:a pcm_f32le" "-map 0 -c copy -frames:a 0" |
|
|
|
fate-mov-mp4-pcm-float: CMD = transcode wav $(TARGET_PATH)/tests/data/asynth-44100-1.wav mp4 "-af aresample,pan=FL+LFE+BR|c0=c0|c1=c0|c2=c0 -c:a pcm_f32le" "-map 0 -c copy -frames:a 0" |
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
fate-mov-pcm-remux: tests/data/asynth-44100-1.wav |
|
|
|
|
|
|
|
fate-mov-pcm-remux: CMD = md5 -i $(TARGET_PATH)/tests/data/asynth-44100-1.wav -map 0 -c copy -fflags +bitexact -f mp4 |
|
|
|
|
|
|
|
fate-mov-pcm-remux: CMP = oneline |
|
|
|
|
|
|
|
fate-mov-pcm-remux: REF = e76115bc392d702da38f523216bba165 |
|
|
|
|
|
|
|
|
|
|
|
FATE_FFMPEG += $(FATE_MOV_FFMPEG-yes)
|
|
|
|
FATE_FFMPEG += $(FATE_MOV_FFMPEG-yes)
|
|
|
|
|
|
|
|
|
|
|
|
fate-mov: $(FATE_MOV) $(FATE_MOV_FFMPEG-yes) $(FATE_MOV_FFPROBE) $(FATE_MOV_FASTSTART) $(FATE_MOV_FFMPEG_FFPROBE-yes) |
|
|
|
fate-mov: $(FATE_MOV) $(FATE_MOV_FFMPEG-yes) $(FATE_MOV_FFPROBE) $(FATE_MOV_FASTSTART) $(FATE_MOV_FFMPEG_FFPROBE-yes) |
|
|
|