Advertisement
fagervan

mp4box_removesubtitle.cmd

May 19th, 2019
1,593
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
  1. SET MP4BOX="C:\dvdz\gpac\mp4box.exe"
  2.  
  3. FOR %%a IN ("*.mp4") DO (
  4. title REM SUB  "%%a"
  5.  
  6. %MP4BOX% "%%a" -rem 3 -out "%%~na".nsb.mp4
  7.  
  8. )
  9. pause
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement