mirror of
https://github.com/snachodog/ffmpeg_scripts.git
synced 2025-09-12 23:53:35 -06:00
Create convert_mkv_to_mp4_delete
This commit is contained in:
1
convert_mkv_to_mp4_delete
Normal file
1
convert_mkv_to_mp4_delete
Normal file
@@ -0,0 +1 @@
|
||||
for /r %a in (*.mkv) do (ffmpeg -hwaccel cuda -i "%a" -c:v h264_nvenc "%~dpna.mp4" && del "%a")
|
Reference in New Issue
Block a user