Update 8_converted_to_mp4.sh

This commit is contained in:
Smiril
2024-02-27 13:31:09 +01:00
committed by GitHub
parent 2668a3c905
commit 48f53a22eb
+2 -2
View File
@@ -3,8 +3,8 @@ cd "$(dirname $0)/.."
source scripts/env.sh source scripts/env.sh
$DFL_PYTHON "$DFL_MAIN" videoed video-from-sequence \ $DFL_PYTHON "$DFL_MAIN" videoed video-from-sequence \
--input-dir "$DFL_WORKSPACE/data_dst/merged" \ --input-dir "$DFL_WORKSPACE/data_dst/aligned" \
--output-file "$DFL_WORKSPACE/result.mp4" \ --output-file "$DFL_WORKSPACE/result.mp4" \
--include-audio \ --include-audio \
--reference-file "$DFL_WORKSPACE/data_dst.*" --reference-file "$DFL_WORKSPACE/data_src.*"