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