From 50c4d2606fe7530424bb29da7add58ccab094624 Mon Sep 17 00:00:00 2001 From: Smiril Date: Mon, 26 Dec 2022 14:37:43 +0100 Subject: [PATCH] Development Reset --- scripts/8_converted_to_mov_lossless+alpha.sh | 1 + scripts/8_converted_to_mp4.sh | 1 + scripts/8_converted_to_mp4_lossless+alpha.sh | 1 + 3 files changed, 3 insertions(+) diff --git a/scripts/8_converted_to_mov_lossless+alpha.sh b/scripts/8_converted_to_mov_lossless+alpha.sh index d159673..26a125c 100755 --- a/scripts/8_converted_to_mov_lossless+alpha.sh +++ b/scripts/8_converted_to_mov_lossless+alpha.sh @@ -6,5 +6,6 @@ $DFL_PYTHON "$DFL_SRC" videoed video-from-sequence \ --input-dir "$DFL_WORKSPACE/data_dst/merged" \ --output-file "$DFL_WORKSPACE/result.mov" \ --reference-file "$DFL_WORKSPACE/data_dst.*" \ + --include-audio \ --lossless diff --git a/scripts/8_converted_to_mp4.sh b/scripts/8_converted_to_mp4.sh index 7ed3270..8fcc075 100755 --- a/scripts/8_converted_to_mp4.sh +++ b/scripts/8_converted_to_mp4.sh @@ -5,5 +5,6 @@ source scripts/env.sh $DFL_PYTHON "$DFL_SRC" videoed video-from-sequence \ --input-dir "$DFL_WORKSPACE/data_dst/merged" \ --output-file "$DFL_WORKSPACE/result.mp4" \ + --include-audio \ --reference-file "$DFL_WORKSPACE/data_dst.*" diff --git a/scripts/8_converted_to_mp4_lossless+alpha.sh b/scripts/8_converted_to_mp4_lossless+alpha.sh index 471b13b..0145f5e 100755 --- a/scripts/8_converted_to_mp4_lossless+alpha.sh +++ b/scripts/8_converted_to_mp4_lossless+alpha.sh @@ -6,5 +6,6 @@ $DFL_PYTHON "$DFL_SRC" videoed video-from-sequence \ --input-dir "$DFL_WORKSPACE/data_dst/merged" \ --output-file "$DFL_WORKSPACE/result.mp4" \ --reference-file "$DFL_WORKSPACE/data_dst.*" \ + --include-audio \ --lossless