diff options
author | ダカマ <dakama@kakeranoumi.xyz> | 2025-06-02 13:08:46 +0200 |
---|---|---|
committer | ダカマ <dakama@kakeranoumi.xyz> | 2025-06-02 13:08:46 +0200 |
commit | 14a892e627a375334a02381351f139d94ad7ecf3 (patch) | |
tree | e7c1ee5040f3076f57401b3b9e9eb567e2ecfb1a /winscripts/treat_clips.bat |
Diffstat (limited to 'winscripts/treat_clips.bat')
-rw-r--r-- | winscripts/treat_clips.bat | 3 |
1 files changed, 3 insertions, 0 deletions
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 |