Update 8_converted_to_avi.sh

This commit is contained in:
Smiril
2022-12-26 09:54:29 +01:00
parent 1060c69b4d
commit 729d9e3aea
+3 -2
View File
@@ -3,7 +3,8 @@ 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" \
--reference-file "$DFL_WORKSPACE/data_dst.*"
--include-audio \
--reference-file "$DFL_WORKSPACE/data_src.*"