Update 'README.md'

This commit is contained in:
oDinZu WenKi 2023-10-24 19:45:22 -04:00
parent 1af5353345
commit e1c4772224

View File

@ -22,4 +22,10 @@ A record-screen.sh that screen captures with FFmpeg using a hotkey e.g `WIN + R`
### Get detailed window information about a specific screen window
* `xwininfo`
### Transforming .mpeg format into .gif (optional)
* ffmpeg -i input.mp4 -vf "fps=10,split[s0][s1];[s0]palettegen[p];[s1][p]paletteuse" -loop -1 output.gif
* `ffmpeg -i input.mp4 -vf "fps=10,split[s0][s1];[s0]palettegen[p];[s1][p]paletteuse" -loop -1 output.gif`
## Authors
* oDinZu WenKi
## License
* GPL-3.0