8 lines
186 B
Bash
Executable File
8 lines
186 B
Bash
Executable File
#!/usr/bin/env bash
|
|
cd "$(dirname $0)/.."
|
|
source scripts/env.sh
|
|
|
|
python "$DFL_MAIN" videoed extract-video \
|
|
--input-file "$WORKSPACE/data_src.*" \
|
|
--output-dir "$WORKSPACE/data_src"
|