From 48f53a22eb2e5b4a634ceab988c7b260ec619211 Mon Sep 17 00:00:00 2001 From: Smiril Date: Tue, 27 Feb 2024 13:31:09 +0100 Subject: [PATCH] Update 8_converted_to_mp4.sh --- scripts/8_converted_to_mp4.sh | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/scripts/8_converted_to_mp4.sh b/scripts/8_converted_to_mp4.sh index f698372..ac0727e 100755 --- a/scripts/8_converted_to_mp4.sh +++ b/scripts/8_converted_to_mp4.sh @@ -3,8 +3,8 @@ cd "$(dirname $0)/.." source scripts/env.sh $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" \ --include-audio \ - --reference-file "$DFL_WORKSPACE/data_dst.*" + --reference-file "$DFL_WORKSPACE/data_src.*"