diff options
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 |