MonoS / SupMover

SupMover - Shift timings and Screen Area of PGS/Sup subtitle
GNU Affero General Public License v3.0
39 stars 4 forks source link

Bulk Tonemap / Edit feature #11

Closed xwmario closed 7 months ago

xwmario commented 7 months ago

Instead of going 1 by 1 a bulk tonemap / sync etc. feature where you use folder as an input / output.

MonoS commented 7 months ago

You can do that using a .bat file like that

chcp 65001
@echo off
:again
if "%~1" == "" goto done

supmover "%~1" "%~dpn1_.sup" [options]

shift
goto again

:done
pause

Then you can drag&drop the files on the .bat