New videos
This commit is contained in:
parent
a02c8f7849
commit
6c6780fc60
52 changed files with 414 additions and 74 deletions
|
|
@ -440,6 +440,7 @@ for sb in "${STORYBOARDS[@]}"; do
|
|||
say "[$sb] Publishing to $PUBLISH_DIR/$sb.{mp4,jpg}"
|
||||
cp "output/$sb/recording.mp4" "$PUBLISH_DIR/$sb.mp4"
|
||||
cp "output/$sb/poster.jpg" "$PUBLISH_DIR/$sb.jpg"
|
||||
[ -f "output/$sb/narration.vtt" ] && cp "output/$sb/narration.vtt" "$PUBLISH_DIR/$sb.vtt"
|
||||
node dist/verify.js "$sb" "$PUBLISH_DIR/$sb.mp4" "$PUBLISH_DIR/$sb.jpg"
|
||||
fi
|
||||
done
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue