From 14a892e627a375334a02381351f139d94ad7ecf3 Mon Sep 17 00:00:00 2001 From: ダカマ Date: Mon, 2 Jun 2025 13:08:46 +0200 Subject: First dump --- winscripts/treat_clips.bat | 3 +++ 1 file changed, 3 insertions(+) create mode 100644 winscripts/treat_clips.bat (limited to 'winscripts/treat_clips.bat') diff --git a/winscripts/treat_clips.bat b/winscripts/treat_clips.bat new file mode 100644 index 0000000..86277bb --- /dev/null +++ b/winscripts/treat_clips.bat @@ -0,0 +1,3 @@ +@echo off +if not exist "treated\" mkdir treated +for %%i in (*.mp4) do ffmpeg -y -i "%%i" "treated\%%~ni_treated.mp4" \ No newline at end of file -- cgit v1.2.3