Merge branch 'master' of github.com:ffplayout/ffplayout-engine

This commit is contained in:
Jonathan Baecker 2019-08-20 14:45:17 +02:00
commit adcfbfb482

View File

@ -50,6 +50,6 @@ while read -r line; do
printf '\t\t"in": 0,\n\t\t"out": %s,\n\t\t"duration": %s,\n\t\t"source": "%s"\n\t%s\n' "$clipDuration" "$clipDuration" "$clipPath" "$last" >> "$trunk/$playlist"
done < <( find "$src" -name "*.mp4" )
done < <( find "$src" -name "*.mp4" | sort -R)
printf "}\n" >> "$trunk/$playlist"