A Python Program That turn Your GD(Google Drive) Video Into a GIF Using Only the Link
When You Insert Your GD File Link The Program Takes the first 5 Seconds of your Video then Generate the Gif Using FFMpeg And Finally export the ouput into your Download Folder
You need to Install Python
- Open Your terminal in VSCODE
- run this command
pip install yt-dlp
- Open your Terminal in VSCODE
- Run this Command
winget install ffmpeg
- Refresh Your Path by Pasting this Command
- Run Program
$env:PATH = [System.Environment]::GetEnvironmentVariable("PATH", "Machine") + ";" + [System.Environment]::GetEnvironmentVariable("PATH", "User")
python gdrive_to_gif.py