mirror of
https://github.com/iperov/DeepFaceLab.git
synced 2025-07-12 08:07:03 -07:00
7 lines
181 B
Bash
Executable file
7 lines
181 B
Bash
Executable file
#!/usr/bin/env bash
|
|
source env.sh
|
|
|
|
$DFL_PYTHON "$DFL_SRC/main.py" videoed extract-video \
|
|
--input-file "$DFL_WORKSPACE/data_dst.*" \
|
|
--output-dir "$DFL_WORKSPACE/data_dst"
|
|
|