mirror of
https://github.com/snachodog/ffmpeg_scripts.git
synced 2025-04-27 06:12:21 -06:00
Create convert_mkv_to_mp4_delete
This commit is contained in:
parent
3881d37a9d
commit
4c44b23d6b
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")
|
Loading…
x
Reference in New Issue
Block a user