项目作者: hyrious

项目描述 :
simple config file for playing Celeste
高级语言:
项目地址: git://github.com/hyrious/obs-input-overlay-zxc-arrows.git
创建时间: 2019-04-18T07:43:16Z
项目社区:https://github.com/hyrious/obs-input-overlay-zxc-arrows

开源协议:Creative Commons Zero v1.0 Universal

下载


Work with input-overlay on obs studio.

Preview:

License: CC0

Notes about input-overlay v5.0: use zxc-arrows.json.

Notes about input-overlay v4.8: If you are using this version, go edit the zxc-arrows.ini:

  1. Rename all 1_ at begin-of-line to 0_.
  2. Rename all 2_ at begin-of-line to 1_.

Notes to myself: record a gif using obs, ffmpeg and gifsicle

  1. ffmpeg -y -i a.flv a.mp4
  2. ffmpeg -y -i a.mp4 -ss 00:00:19.50 -t 00:00:02 b.mp4 # -t / -to
  3. ffmpeg -i b.mp4 -vf palettegen palette.png
  4. ffmpeg -y -i b.mp4 -i palette.png -lavfi "fps=15,scale=640:360,paletteuse" b.gif
  5. gifsicle -i b.gif --scale 0.5 -O3 -o c.gif