Skip to content

Latest commit

 

History

History
15 lines (11 loc) · 294 Bytes

README.md

File metadata and controls

15 lines (11 loc) · 294 Bytes

Run

$ cd /mnt/c/_projects/designunit4
$ npm run dev

Convert gif to video

ffmpeg -i <filename>.gif -b:v 0 -crf 25 -f mp4 -vcodec libx264 -pix_fmt yuv420p <filename>.mp4
ffmpeg -i <filename>.gif -c vp9 -b:v 0 -crf 41 <filename>.webm