Create requirements_3.10_arm64.txt #103

Open
Smiril wants to merge 165 commits from Smiril/master into master
5 changed files with 5 additions and 5 deletions
Showing only changes of commit 3c2f4e318a - Show all commits
+1 -1
View File
@@ -3,7 +3,7 @@ cd "$(dirname $0)/.."
source scripts/env.sh
$DFL_PYTHON "$DFL_SRC" merge \
--input-dir "$DFL_WORKSPACE/data_dst" \
--input-dir "$DFL_WORKSPACE/data_src" \
--output-dir "$DFL_WORKSPACE/data_dst/merged" \
--output-mask-dir "$DFL_WORKSPACE/data_dst/masked" \
--aligned-dir "$DFL_WORKSPACE/data_dst/aligned" \
+1 -1
View File
@@ -3,7 +3,7 @@ cd "$(dirname $0)/.."
source scripts/env.sh
$DFL_PYTHON "$DFL_SRC" videoed video-from-sequence \
--input-dir "$DFL_WORKSPACE/data_src/aligned" \
--input-dir "$DFL_WORKSPACE/data_dst/aligned" \
--output-file "$DFL_WORKSPACE/result.avi" \
--include-audio \
--reference-file "$DFL_WORKSPACE/data_dst.*"
+1 -1
View File
@@ -3,7 +3,7 @@ cd "$(dirname $0)/.."
source scripts/env.sh
python "$DFL_MAIN" videoed video-from-sequence \
--input-dir "$WORKSPACE/data_dst/merged" \
--input-dir "$WORKSPACE/data_src/merged" \
--output-file "$WORKSPACE/result.mov" \
--reference-file "$WORKSPACE/data_dst.*" \
--include-audio \
+1 -1
View File
@@ -3,7 +3,7 @@ cd "$(dirname $0)/.."
source scripts/env.sh
python "$DFL_MAIN" videoed video-from-sequence \
--input-dir "$WORKSPACE/data_dst/merged" \
--input-dir "$WORKSPACE/data_src/merged" \
--output-file "$WORKSPACE/result.mp4" \
--reference-file "$WORKSPACE/data_dst.*" \
--include-audio
+1 -1
View File
@@ -3,7 +3,7 @@ cd "$(dirname $0)/.."
source scripts/env.sh
python "$DFL_MAIN" videoed video-from-sequence \
--input-dir "$WORKSPACE/data_dst/merged" \
--input-dir "$WORKSPACE/data_src/merged" \
--output-file "$WORKSPACE/result.mp4" \
--reference-file "$WORKSPACE/data_dst.*" \
--include-audio \