Skip to content

Instantly share code, notes, and snippets.

@mrprompt
Last active April 27, 2020 18:55
Show Gist options
  • Save mrprompt/5569d5939ef13f1fcf972fe4dea9d551 to your computer and use it in GitHub Desktop.
Save mrprompt/5569d5939ef13f1fcf972fe4dea9d551 to your computer and use it in GitHub Desktop.
convert AVI files to MP4 and sync BRAMON captures to S3
@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