Modified converters to support pngs option of lottieconverter
See https://github.com/Eramde/LottieConverter/commit/37e73d8dc15152e050288ea0a55541546dde84d1
This commit is contained in:
@@ -21,6 +21,4 @@ for i in {0..99}; do
|
||||
$lottieconverter input frame-${padded: -2}.png png $resolution $((i+1))
|
||||
done
|
||||
|
||||
ffmpeg -start_number 0 -framerate 30 -i frame-%02d.png -c:v libvpx-vp9 -pix_fmt yuva420p out.webm
|
||||
|
||||
cat out.webm
|
||||
ffmpeg -start_number 0 -framerate 30 -i frame-%02d.png -c:v libvpx-vp9 -pix_fmt yuva420p out.webm -f webm -
|
||||
|
||||
Reference in New Issue
Block a user