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

15
scripts/8_merged_to_mp4.sh Executable file
View file

@ -0,0 +1,15 @@
#!/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.mp4" \
--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.mp4" \
--reference-file "$DFL_WORKSPACE/data_dst.*" \
--lossless