puppeteer-lottie-cli icon indicating copy to clipboard operation
puppeteer-lottie-cli copied to clipboard

Add the ability to specify a frame range

Open cupojoe opened this issue 5 years ago • 1 comments

It would be great to be able to specify a starting and/or ending frame

> puppeteer-lottie -i input.json -o out.gif -s 5 -e 100
> puppeteer-lottie -i input.json -o out.gif -s 5
> puppeteer-lottie -i input.json -o out.gif -e 100

Ideally, it would be smart enough to use the last frame if the -e frame is larger.

cupojoe avatar Jan 30 '20 22:01 cupojoe

Yes, it sucks that my animation is suuuuper slow :( it was set to have 180 frames, when the actual animation has like 70 frames.

msqar avatar Feb 14 '20 02:02 msqar