parent
53314eca24
commit
824bbc7d6f
|
@ -77,7 +77,7 @@ run_ffmpeg(){
|
|||
local duration=$3
|
||||
local title=$4
|
||||
|
||||
if [ "${SIMULATION}" -eq 1 ]; then
|
||||
if [ "${SIMULATION}" = 1 ]; then
|
||||
[ -z "${QUIET}" ] && echo "ffmpeg -loglevel error -ss '$from' -t '$duration' -i '${file}' '${title}'"
|
||||
else
|
||||
[ -z "${QUIET}" ] && echo "ffmpeg -loglevel error -ss '$from' -t '$duration' -i '${file}' '${title}'"
|
||||
|
|
Loading…
Reference in New Issue