local index
index=$(printf "${F_FMT}" ${1})
- echo "${dest}/${group}-f${index}.png"
+ echo "${dest}/${dest}-${group}-f${index}.png"
}
# Arg1: start frame
if which ffmpeg 1> /dev/null 2>&1; then
set +e
- png_files=$(ls ${dest}/${group}-f*.png 2> /dev/null)
+ png_files=$(ls ${dest}/${dest}-${group}-f*.png 2> /dev/null)
set -e
if [ x"${png_files}" != x"" ]; then
local outfile
- outfile=${dest}/${group}.mp4
+ outfile=${dest}/${dest}-${group}.mp4
if [ ${dry_run} -eq 1 ]; then
touch ${outfile}