autosub
autosub copied to clipboard
How to do with multiple videos file in a batch or treat with a fold which includes many video files?
How to do with multiple videos file in a batch or treat with a fold which includes many video files?
you can just write a loop to iterate through all files
@echo on
for /f "delims=^" %%i in ('dir /b ') do (
autosub -S xxx -D xxx "%%i"
)
@echo off
reference: dir | Microsoft Docs
You can install my version of autosub to add it to system path. (just like a normal python package install