Browse Source

fix day 12 anim in firefox

master
mid-kid 2 years ago
parent
commit
134111df20
  1. BIN
      d12_anim.webm
  2. 2
      makeanim.sh

BIN
d12_anim.webm

Binary file not shown.

2
makeanim.sh

@ -1,4 +1,4 @@
#!/bin/sh #!/bin/sh
ffmpeg -threads 0 -pattern_type glob -i "img/*.pam" -r 60 \ ffmpeg -threads 0 -pattern_type glob -i "img/*.pam" -r 60 \
-filter:v "setpts=0.05*PTS,scale=iw*4:ih*4:flags=neighbor" \ -vf "format=yuv444p,setpts=0.05*PTS,scale=iw*4:ih*4:flags=neighbor" \
anim.webm anim.webm

Loading…
Cancel
Save