]> Gitweb @ Texas Instruments - Open Source Git Repositories - git.TI.com/gitweb - tidl/tidl-api.git/blob - examples/classification/images/scripts/img2clip.sh
classification: Update static images, synthetic video clip
[tidl/tidl-api.git] / examples / classification / images / scripts / img2clip.sh
1 # Use this script on Linux x86
2 # Make sure that ImageMagick and ffmpeg are installed first
4 convert ../*.jpg -delay 500 -morph 300 -scale 320x320 %05d.jpg
5 ffmpeg -i %05d.jpg -vcodec libx264 -profile:v main -pix_fmt yuv420p  -r 15 ../test.mp4