Converted to dubble white spaced code format.
All checks were successful
Run test asserts / Test-Asserts (push) Successful in 3s
All checks were successful
Run test asserts / Test-Asserts (push) Successful in 3s
This commit is contained in:
parent
a0efbc4c29
commit
932d423544
9 changed files with 99 additions and 5 deletions
|
|
@ -17,6 +17,7 @@ MB_DOC_HELP_VARIABLE += $(call mb_doc_variable,MB_FLIGHT_RECORD_FLAG,"Command pa
|
|||
MB_FLIGHT_VIDEO_NAME ?= night-flight
|
||||
MB_DOC_HELP_VARIABLE += $(call mb_doc_variable,MB_FLIGHT_VIDEO_NAME,"Video file name of the final result merged video.")
|
||||
|
||||
|
||||
define mb_flight_video_merge
|
||||
@echo === Indexing flight videos
|
||||
ls -1tr $(1)/*-omsx/videos/*.avi | awk -F "$(1)/" -v s="file '" -v e="'" '{print s$$2e}' > $(1)/$(MB_FLIGHT_VIDEO_NAME).lst
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue