Ffmpeg : Fix function export.
This commit is contained in:
parent
bb082dc2e3
commit
202f06c7df
|
@ -85,7 +85,7 @@
|
||||||
}
|
}
|
||||||
|
|
||||||
# Get recommended keyframe interval for a file.
|
# Get recommended keyframe interval for a file.
|
||||||
_ffprobe_keyint() {
|
function _ffprobe_keyint() {
|
||||||
local fps=$(_ffprobe_fps "''${1}")
|
local fps=$(_ffprobe_fps "''${1}")
|
||||||
echo $((fps*5))
|
echo $((fps*5))
|
||||||
}
|
}
|
||||||
|
|
Loading…
Reference in a new issue