Fix typo in neural style example

This commit is contained in:
Matt McWilliams 2021-05-09 13:32:08 -04:00
parent 9dc258297c
commit 96f3dbbdea
1 changed files with 1 additions and 3 deletions

View File

@ -16,9 +16,7 @@ for frame in ${FRAMES}; do
bash python/style_transfer.sh "${frame}" "${STYLE}" "neural-${frame}"
done
sleep 10
ffmpeg -f image2 -i frames/neural-frame-%06d.png -c:v prores_ks -profile:v 3 "${OUTPUT}"
ffmpeg -f image2 -i neural-frames/frame-%06d.png -r 24 -c:v prores_ks -profile:v 3 -an "${OUTPUT}"
# cleanup frames directories when done
rm -rf frames