mirror of
https://github.com/AaronFeng753/Waifu2x-Extension-GUI.git
synced 2025-01-09 04:20:50 +08:00
7 lines
154 B
Batchfile
7 lines
154 B
Batchfile
@echo off
|
|
color f0
|
|
title = FFmpeg encoders list - @Waifu2x-Extension-GUI
|
|
cd /d %~dp0
|
|
cls
|
|
ffmpeg_waifu2xEX.exe -hide_banner -loglevel panic -encoders
|
|
pause |