Development Reset

This commit is contained in:
Smiril
2022-12-27 13:39:25 +01:00
parent 0fde70a492
commit 75284c807c
4 changed files with 0 additions and 39 deletions
-10
View File
@@ -1,10 +0,0 @@
#!/usr/bin/env bash
cd "$(dirname $0)/.."
source scripts/env.sh
$DFL_PYTHON "$DFL_SRC" videoed video-from-sequence \
--input-dir "$DFL_WORKSPACE/data_dst/aligned" \
--output-file "$DFL_WORKSPACE/result.avi" \
--include-audio \
--reference-file "$DFL_WORKSPACE/data_dst.*"
-10
View File
@@ -1,10 +0,0 @@
#!/usr/bin/env bash
cd "$(dirname $0)/.."
source scripts/env.sh
python "$DFL_MAIN" videoed video-from-sequence \
--input-dir "$WORKSPACE/data_src/merged" \
--output-file "$WORKSPACE/result.mov" \
--reference-file "$WORKSPACE/data_dst.*" \
--include-audio \
--lossless
-9
View File
@@ -1,9 +0,0 @@
#!/usr/bin/env bash
cd "$(dirname $0)/.."
source scripts/env.sh
python "$DFL_MAIN" videoed video-from-sequence \
--input-dir "$WORKSPACE/data_src/merged" \
--output-file "$WORKSPACE/result.mp4" \
--reference-file "$WORKSPACE/data_dst.*" \
--include-audio
-10
View File
@@ -1,10 +0,0 @@
#!/usr/bin/env bash
cd "$(dirname $0)/.."
source scripts/env.sh
python "$DFL_MAIN" videoed video-from-sequence \
--input-dir "$WORKSPACE/data_src/merged" \
--output-file "$WORKSPACE/result.mp4" \
--reference-file "$WORKSPACE/data_dst.*" \
--include-audio \
--lossless