Last active
April 27, 2020 18:55
-
-
Save mrprompt/5569d5939ef13f1fcf972fe4dea9d551 to your computer and use it in GitHub Desktop.
convert AVI files to MP4 and sync BRAMON captures to S3
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
@echo off | |
setlocal | |
for %%d in (D E) do ( | |
call C:\bramon\tools\convert.bat "%%d:\" | |
cd /d "%%d:\" | |
aws s3 sync . s3://meteoros/ | |
) | |
endlocal |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment