Create convert_mkv_to_mp4_delete

This commit is contained in:
2023-11-14 13:11:21 -07:00
committed by GitHub
parent 3881d37a9d
commit 4c44b23d6b

View File

@@ -0,0 +1 @@
for /r %a in (*.mkv) do (ffmpeg -hwaccel cuda -i "%a" -c:v h264_nvenc "%~dpna.mp4" && del "%a")