Fixed video order.
All checks were successful
Run test asserts / Test-Asserts (push) Successful in -9s

This commit is contained in:
Willem Cazander 2024-06-30 00:33:08 +02:00
parent f786d2b9d7
commit 8f26443640

View file

@ -15,6 +15,6 @@ assert-all: | $(BUILD_TEST)
.PHONY: assert-all-video
assert-all-video: | assert-all
@echo === Build session video listing
ls -1 bin/test/*-omsx/videos/msxbuild-*.avi | awk -F "bin/test/" -v s="file '" -v e="'" '{print s$$2e}' > bin/test/video-merge.lst
ls -1tr bin/test/*-omsx/videos/msxbuild-*.avi | awk -F "bin/test/" -v s="file '" -v e="'" '{print s$$2e}' > bin/test/video-merge.lst
ffmpeg -v quiet -y -f concat -i bin/test/video-merge.lst -c copy bin/test/video-session.avi
@echo === Concatted video completed