Skip to content
This repository has been archived by the owner on Jan 5, 2024. It is now read-only.

Leo-Aqua/FFmpeg-installer-Windows

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

7 Commits
 
 
 
 

Repository files navigation

Windows FFmpeg installer

I couldn't find an installer so I made one myself.

One line install script:

curl https://raw.githubusercontent.com/Leo-Aqua/Windows-FFMPEG-installer/main/FFmpeg-insataller.bat -o %TEMP%/FFmpeg-insataller.bat -# && powershell Start-Process "%TEMP%\FFmpeg-insataller.bat" -Verb RunAs

I hope this makes yoour life easier♥️.

made with code i guess...