Adding Linux shell scripts /bin/bash

This commit is contained in:
Chelsea E. Manning 2021-02-24 04:32:37 -05:00 committed by dongyuezhao
commit 0d6c69644f
33 changed files with 319 additions and 0 deletions

16
scripts/8_merged_to_avi.sh Executable file
View file

@ -0,0 +1,16 @@
#!/usr/bin/env bash
source env.sh
$DFL_PYTHON "$DFL_SRC/main.py" videoed video-from-sequence \
--input-dir "$DFL_WORKSPACE/data_dst/merged" \
--output-file "$DFL_WORKSPACE/result.avi" \
--reference-file "$DFL_WORKSPACE/data_dst.*" \
--include-audio
$DFL_PYTHON "$DFL_SRC/main.py" videoed video-from-sequence \
--input-dir "$DFL_WORKSPACE/data_dst/merged_mask" \
--output-file "$DFL_WORKSPACE/result_mask.avi" \
--reference-file "$DFL_WORKSPACE/data_dst.*" \
--lossless