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