mirror of
https://mirror.skon.top/https://github.com/FFmpeg/FFmpeg
synced 2026-04-20 21:00:41 +08:00
tests/fate/matroska: remove copyts from audio tests
It's not needed after the previous commit. Signed-off-by: James Almer <jamrial@gmail.com>
This commit is contained in:
@@ -200,11 +200,11 @@ fate-matroska-mpegts-remux: CMD = transcode mpegts $(TARGET_SAMPLES)/mpegts/pmtc
|
||||
# to make them zero before reaching the muxer while it does not
|
||||
# for the ogg-opus-remux test. -avoid_negative_ts make_zero counters this.
|
||||
FATE_MATROSKA_FFMPEG_FFPROBE-$(call REMUX, MATROSKA, OPUS_PARSER OPUS_DECODER) += fate-matroska-opus-remux
|
||||
fate-matroska-opus-remux: CMD = transcode matroska $(TARGET_SAMPLES)/mkv/codec_delay_opus.mkv matroska "-avoid_negative_ts make_zero -c copy" "-copyts -c copy" "-show_packets -show_entries stream=codec_name,initial_padding -read_intervals %0.05"
|
||||
fate-matroska-opus-remux: CMD = transcode matroska $(TARGET_SAMPLES)/mkv/codec_delay_opus.mkv matroska "-avoid_negative_ts make_zero -c copy" "-c copy" "-show_packets -show_entries stream=codec_name,initial_padding -read_intervals %0.05"
|
||||
|
||||
# Tests maintaining codec delay while remuxing from ogg.
|
||||
FATE_MATROSKA_FFMPEG_FFPROBE-$(call REMUX, MATROSKA, OGG_DEMUXER OPUS_PARSER OPUS_DECODER) += fate-matroska-ogg-opus-remux
|
||||
fate-matroska-ogg-opus-remux: CMD = transcode ogg $(TARGET_SAMPLES)/ogg/intro-partial.opus matroska "-c copy" "-copyts -c copy" "-show_packets -show_entries stream=codec_name,initial_padding -read_intervals %0.05"
|
||||
fate-matroska-ogg-opus-remux: CMD = transcode ogg $(TARGET_SAMPLES)/ogg/intro-partial.opus matroska "-c copy" "-c copy" "-show_packets -show_entries stream=codec_name,initial_padding -read_intervals %0.05"
|
||||
|
||||
# This tests reencoding with an audio encoder that adds initial padding.
|
||||
# The initial padding is currently not maintained.
|
||||
@@ -213,7 +213,7 @@ FATE_MATROSKA_FFMPEG_FFPROBE-$(call REMUX, MATROSKA, MXF_DEMUXER PCM_S16LE_DECOD
|
||||
MPEG2VIDEO_DECODER MPEGVIDEO_PARSER \
|
||||
MPEGAUDIO_PARSER \
|
||||
EXTRACT_EXTRADATA_BSF) += fate-matroska-encoding-delay
|
||||
fate-matroska-encoding-delay: CMD = transcode mxf $(TARGET_SAMPLES)/mxf/Sony-00001.mxf matroska "-c:v copy -af aresample -c:a mp2fixed" "-copyts -c copy" "-show_packets -show_entries stream=codec_name,initial_padding -read_intervals %0.05"
|
||||
fate-matroska-encoding-delay: CMD = transcode mxf $(TARGET_SAMPLES)/mxf/Sony-00001.mxf matroska "-c:v copy -af aresample -c:a mp2fixed" "-c copy" "-show_packets -show_entries stream=codec_name,initial_padding -read_intervals %0.05"
|
||||
|
||||
FATE_MATROSKA-$(call REMUX, MATROSKA, SUP_DEMUXER) += fate-matroska-pgs-remux
|
||||
fate-matroska-pgs-remux: CMD = transcode sup $(TARGET_SAMPLES)/sub/pgs_sub.sup matroska "-copyts -c:s copy" "-copyts -c:s copy"
|
||||
|
||||
Reference in New Issue
Block a user