Create 8_merged_to_avi.sh

This commit is contained in:
Smiril
2022-12-26 14:49:58 +01:00
parent 50c4d2606f
commit a90fba7722
+10
View File
@@ -0,0 +1,10 @@
#!/usr/bin/env bash
cd "$(dirname $0)/.."
source scripts/env.sh
$DFL_PYTHON "$DFL_SRC" videoed video-from-sequence \
--input-dir "$DFL_WORKSPACE/data_src/aligned" \
--output-file "$DFL_WORKSPACE/result.avi" \
--include-audio \
--reference-file "$DFL_WORKSPACE/data_dst.*"