Fix typo in neural style example
This commit is contained in:
parent
9dc258297c
commit
96f3dbbdea
|
@ -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
|
||||
|
|
Loading…
Reference in New Issue