mirror of
https://github.com/iperov/DeepFaceLab.git
synced 2025-08-14 02:37:00 -07:00
Adding Linux shell scripts /bin/bash
This commit is contained in:
parent
46fc2397c5
commit
0d6c69644f
33 changed files with 319 additions and 0 deletions
17
scripts/8_merged_to_mov_lossless.sh
Executable file
17
scripts/8_merged_to_mov_lossless.sh
Executable file
|
@ -0,0 +1,17 @@
|
|||
#!/usr/bin/env bash
|
||||
source env.sh
|
||||
|
||||
|
||||
$DFL_PYTHON "$DFL_SRC/main.py" 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
|
||||
|
||||
$DFL_PYTHON "$DFL_SRC/main.py" videoed video-from-sequence \
|
||||
--input-dir "$DFL_WORKSPACE/data_dst/merged_mask" \
|
||||
--output-file "$DFL_WORKSPACE/result_mask.mov" \
|
||||
--reference-file "$DFL_WORKSPACE/data_dst.*" \
|
||||
--lossless
|
||||
|
Loading…
Add table
Add a link
Reference in a new issue