Updated frontend animation trigger mechanism.

This commit is contained in:
genxium
2022-11-25 11:20:05 +08:00
parent 1593965950
commit c58e690a47
9 changed files with 92 additions and 97 deletions

View File

@@ -1,3 +1,8 @@
# Double playback speed of a video
```
ffmpeg -i input.mp4 -filter:v "setpts=0.5*PTS" output.mp4
```
# GIF creation cmd reference
```
ffmpeg -ss 12 -t 13 -i input.mp4 -vf "fps=10,scale=480:-1" -loop 0 output.gif

Binary file not shown.

Before

Width:  |  Height:  |  Size: 2.7 MiB

BIN
charts/melee_attack_2.gif Normal file

Binary file not shown.

After

Width:  |  Height:  |  Size: 5.3 MiB