From 96f3dbbdea4ec4bf6e44956702a3f6cab84eda42 Mon Sep 17 00:00:00 2001 From: mattmcw Date: Sun, 9 May 2021 13:32:08 -0400 Subject: [PATCH] Fix typo in neural style example --- python/neural.sh | 4 +--- 1 file changed, 1 insertion(+), 3 deletions(-) diff --git a/python/neural.sh b/python/neural.sh index 54f5279..d75c326 100644 --- a/python/neural.sh +++ b/python/neural.sh @@ -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