Update 'README.md'
This commit is contained in:
parent
1af5353345
commit
e1c4772224
@ -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
|
### Get detailed window information about a specific screen window
|
||||||
* `xwininfo`
|
* `xwininfo`
|
||||||
### Transforming .mpeg format into .gif (optional)
|
### 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
|
Loading…
x
Reference in New Issue
Block a user