This commit is contained in:
parent
b99ad11836
commit
07b5a6235e
|
@ -72,7 +72,7 @@ endef
|
|||
define mb_create_flight_video
|
||||
@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
|
||||
ffmpeg -v quiet -y -f concat -i $(1)/$(MB_FLIGHT_VIDEO_NAME)lst -c copy $(1)/$(MB_FLIGHT_VIDEO_NAME).avi
|
||||
ffmpeg -v quiet -y -f concat -i $(1)/$(MB_FLIGHT_VIDEO_NAME).lst -c copy $(1)/$(MB_FLIGHT_VIDEO_NAME).avi
|
||||
@echo === Flight video completed
|
||||
endef
|
||||
|
||||
|
|
Loading…
Reference in a new issue