Skip to content

Instantly share code, notes, and snippets.

View myas92's full-sized avatar

Mohammad Yaser Ahmadi myas92

View GitHub Profile
KING:
Available
╔═════════════╤═════════════╤══════════════╗
║ kingvon.net │ kingvon.org │ kinghill.org ║
╚═════════════╧═════════════╧══════════════╝
Unvailable
╔══════════╤══════════╤══════════╗
║ king.com │ king.net │ king.org ║
╚══════════╧══════════╧══════════╝
developer:
Available
╔═══════════════════╤══════════════════════╤═════════════════════╤════════════════════╤═══════════════════╤══════════════════════╤═════════════════════╤════════════════════╗
║ developerhair.com │ developeroptions.com │ developerbleach.com │ compilerwriter.com │ developerhair.net │ developeroptions.net │ developerbleach.net │ compilerwriter.net ║
╚═══════════════════╧══════════════════════╧═════════════════════╧════════════════════╧═══════════════════╧══════════════════════╧═════════════════════╧════════════════════╝
Unvailable
╔═══════════════╤═══════════════╗
║ developer.com │ developer.net ║
╚═══════════════╧═══════════════╝
iyasercoin:
Available
╔════════════════╤═══════════════╤═════════════════╤════════════════╤══════════════╤═══════════════╤═══════════════╤════════════════╤════════════════╤═════════════════╤══════════════╤═══════════════╤═══════════════╤════════════════╤═════════════════╤════════════════╤══════════════╤═══════════════╗
║ iyasercoin.com │ yasercoin.com │ iyasercoins.com │ yasercoins.com │ yaserbit.com │ iyaserbit.com │ yasercoin.net │ iyasercoin.net │ yasercoins.net │ iyasercoins.net │ yaserbit.net │ iyaserbit.net │ yasercoin.org │ iyasercoin.org │ iyasercoins.org │ yasercoins.org │ yaserbit.org │ iyaserbit.org ║
╚════════════════╧═══════════════╧═════════════════╧════════════════╧══════════════╧═══════════════╧═══════════════╧════════════════╧════════════════╧═════════════════╧══════════════╧═══════════════╧═══════════════╧════════════════╧═════════════════╧════════════════╧══════════════╧═══════════════╝
Unvailable
--------------------------------------------------------------------------------------------

Convert .mp4 to .gif on ubuntu

1- Install ffmpeg : https://linuxhint.com/convert-video-to-gif-linux/

2- use the below command to create a git with small size

## size 800
ffmpeg -y -i 2.mp4 -filter_complex "fps=5,scale=800:-1:flags=lanczos,split[s0][s1];[s0]palettegen=max_colors=32[p];[s1][p]paletteuse=dither=bayer" output.gif