diff --git a/README.md b/README.md index 5480f8a..27d5ba2 100644 --- a/README.md +++ b/README.md @@ -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 \ No newline at end of file