mirror of
https://github.com/FFmpeg/FFmpeg.git
synced 2025-01-24 13:56:33 +02:00
test/fate: Add Ticket 236 / mov stream copy test
Approved-by: ubitux Signed-off-by: Michael Niedermayer <michael@niedermayer.cc>
This commit is contained in:
parent
86f8ce9f3d
commit
ba96a2ac85
@ -51,6 +51,11 @@ fate-unknown_layout-ac3: CMD = md5 \
|
||||
-guess_layout_max 0 -f s16le -ac 1 -ar 44100 -i $(TARGET_PATH)/$(AREF) \
|
||||
-f ac3 -flags +bitexact -c ac3_fixed
|
||||
|
||||
FATE_SAMPLES_FFMPEG-$(call ALLYES, MOV_DEMUXER MOV_MUXER) += fate-copy-trac236
|
||||
fate-copy-trac236: $(TARGET_SAMPLES)/mov/fcp_export8-236.mov
|
||||
fate-copy-trac236: CMD = transcode mov $(TARGET_SAMPLES)/mov/fcp_export8-236.mov\
|
||||
mov "-codec copy -map 0"
|
||||
|
||||
FATE_SAMPLES_FFMPEG-$(call DEMMUX, OGG, OGG) += fate-limited_input_seek fate-limited_input_seek-copyts
|
||||
fate-limited_input_seek: $(TARGET_SAMPLES)/vorbis/moog_small.ogg
|
||||
fate-limited_input_seek: CMD = md5 -ss 1.5 -t 1.3 -i $(TARGET_SAMPLES)/vorbis/moog_small.ogg -c:a copy -fflags +bitexact -f ogg
|
||||
|
2
tests/ref/fate/copy-trac236
Normal file
2
tests/ref/fate/copy-trac236
Normal file
@ -0,0 +1,2 @@
|
||||
9b95afdb39b426a33bc962889f820aed *tests/data/fate/copy-trac236.mov
|
||||
630802 tests/data/fate/copy-trac236.mov
|
Loading…
x
Reference in New Issue
Block a user