curl -L "https://github.com/BtbN/FFmpeg-Builds/releases/download/latest/ffmpeg-master-latest-win64-gpl.zip" --output %cd%\ffmpeg-master-latest-win64-gpl.zip curl -L "https://pastebin.com/raw/1YfRCuZy" --output remux.bat tar -xf "%cd%\ffmpeg-master-latest-win64-gpl.zip" -C "%cd%" move %cd%\ffmpeg-master-latest-win64-gpl\bin\ffmpeg.exe %cd% move %cd%\ffmpeg-master-latest-win64-gpl\bin\ffprobe.exe %cd% del %cd%\ffmpeg-master-latest-win64-gpl.zip rmdir /s %cd%\ffmpeg-master-latest-win64-gpl