You can not select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.

30 lines
1.6KB

  1. FATE_MAPCHAN += fate-mapchan-6ch-extract-2
  2. fate-mapchan-6ch-extract-2: tests/data/asynth-22050-6.wav
  3. fate-mapchan-6ch-extract-2: CMD = ffmpeg -i $(TARGET_PATH)/tests/data/asynth-22050-6.wav -map_channel 0.0.0 -flags +bitexact -f wav md5: -map_channel 0.0.1 -flags +bitexact -f wav md5:
  4. FATE_MAPCHAN += fate-mapchan-6ch-extract-2-downmix-mono
  5. fate-mapchan-6ch-extract-2-downmix-mono: tests/data/asynth-22050-6.wav
  6. fate-mapchan-6ch-extract-2-downmix-mono: CMD = md5 -i $(TARGET_PATH)/tests/data/asynth-22050-6.wav -map_channel 0.0.1 -map_channel 0.0.0 -ac 1 -flags +bitexact -f wav
  7. FATE_MAPCHAN += fate-mapchan-silent-mono
  8. fate-mapchan-silent-mono: tests/data/asynth-22050-1.wav
  9. fate-mapchan-silent-mono: CMD = md5 -i $(TARGET_PATH)/tests/data/asynth-22050-1.wav -map_channel -1 -map_channel 0.0.0 -flags +bitexact -f wav
  10. FATE_FFMPEG += $(FATE_MAPCHAN)
  11. fate-mapchan: $(FATE_MAPCHAN)
  12. FATE_FFMPEG += fate-force_key_frames
  13. fate-force_key_frames: tests/data/vsynth2.yuv
  14. fate-force_key_frames: CMD = enc_dec \
  15. "rawvideo -s 352x288 -pix_fmt yuv420p" tests/data/vsynth2.yuv \
  16. avi "-c mpeg4 -g 240 -qscale 10 -force_key_frames 0.5,0:00:01.5" \
  17. framecrc "" "" "-skip_frame nokey"
  18. FATE_SAMPLES_FFMPEG-$(call ALLYES, VOBSUB_DEMUXER DVDSUB_DECODER AVFILTER OVERLAY_FILTER DVDSUB_ENCODER) += fate-sub2video
  19. fate-sub2video: tests/data/vsynth2.yuv
  20. fate-sub2video: CMD = framecrc \
  21. -f rawvideo -r 5 -s 352x288 -pix_fmt yuv420p -i tests/data/vsynth2.yuv \
  22. -ss 132 -i $(SAMPLES)/sub/vobsub.idx \
  23. -filter_complex "sws_flags=+accurate_rnd+bitexact;[0:0]scale=720:480[v];[v][1:0]overlay[v2]" \
  24. -map "[v2]" -c:v rawvideo -map 1:s -c:s dvdsub