Fixed missed renames.
All checks were successful
Run test asserts / Test-Asserts (push) Successful in 7s
All checks were successful
Run test asserts / Test-Asserts (push) Successful in 7s
This commit is contained in:
parent
760ebffb6f
commit
05da6ba318
3 changed files with 6 additions and 6 deletions
|
|
@ -20,7 +20,7 @@ $(call mb-make-call,mb-doc-variable,MB_FLIGHT_VIDEO_NAME,Video file name of the
|
|||
|
||||
define mb-flight-video-merge
|
||||
$(MB_ᕽᕽᕽ )$(call mb-make-call,mb-make-check-arg1,$(0),$(1))
|
||||
$(MB_ᕽᕽᕽ )$(call mb-make-call,mb-os-echo_command,Indexing flight videos)
|
||||
$(MB_ᕽᕽᕽ )$(call mb-make-call,mb-os-echo-command,Indexing flight videos)
|
||||
$(MB_ᕽᕽᕽ )find $(1) -type f -name '*.avi' -printf '%T@ %Tc %p\n' | sort -n | awk -F "$(1)/" -v s="file '" -v e="'" '{print s$$2e}' > $(1)/$(MB_FLIGHT_VIDEO_NAME).lst
|
||||
$(MB_ᕽᕽᕽ )ffmpeg -v quiet -y -f concat -safe 0 -i $(1)/$(MB_FLIGHT_VIDEO_NAME).lst -c copy $(1)/$(MB_FLIGHT_VIDEO_NAME).avi
|
||||
$(MB_ᕽᕽᕽ )$(call mb-make-call,mb-os-echo-remark,Flight video completed)
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue