mirror of
https://github.com/FFmpeg/FFmpeg.git
synced 2024-12-23 12:43:46 +02:00
fate: add test for -time_base option
Signed-off-by: Michael Bradshaw <mjbshaw@google.com> Signed-off-by: Michael Niedermayer <michael@niedermayer.cc>
This commit is contained in:
parent
09096fb687
commit
50be8f2142
@ -118,3 +118,9 @@ fate-ffmpeg-bsf-remove-e: CMD = transcode "mpeg" $(TARGET_SAMPLES)/mpeg2/matrixb
|
||||
|
||||
|
||||
FATE_SAMPLES_FFMPEG-yes += $(FATE_STREAMCOPY-yes)
|
||||
|
||||
FATE_TIME_BASE-$(call ALLYES, MPEGPS_DEMUXER MXF_MUXER) += fate-time_base
|
||||
fate-time_base: $(TARGET_SAMPLES)/mpeg2/dvd_single_frame.vob
|
||||
fate-time_base: CMD = md5 -i $(TARGET_SAMPLES)/mpeg2/dvd_single_frame.vob -an -sn -c:v copy -r 25 -time_base 1001:30000 -fflags +bitexact -f mxf
|
||||
|
||||
FATE_SAMPLES_FFMPEG-yes += $(FATE_TIME_BASE-yes)
|
||||
|
1
tests/ref/fate/time_base
Normal file
1
tests/ref/fate/time_base
Normal file
@ -0,0 +1 @@
|
||||
ef9896ce045941607782e895aea930b6
|
Loading…
Reference in New Issue
Block a user