]> Gitweb @ Texas Instruments - Open Source Git Repositories - git.TI.com/gitweb - tidl/tidl-api.git/blob - examples/classification/images/img2clip.sh
f79f2d4292e258aee558e39b6208eb0523e0cd5f
[tidl/tidl-api.git] / examples / classification / images / img2clip.sh
1 convert ../*.jpg -delay 500 -morph 300 -scale 320x320 %05d.jpg
2 ffmpeg -i %05d.jpg -vcodec libx264 -profile:v main -pix_fmt yuv420p  -r 15 test.mp4