Skip to content

Commit

Permalink
Update and rename GICutscenes.bat to GI Cutscenes EASY.bat
Browse files Browse the repository at this point in the history
Downgraded to a simple command that takes in the file and generates .mkv with audio and subtitles in all languages.
  • Loading branch information
ft-scobra authored Feb 26, 2024
1 parent 4807e48 commit 91aa33d
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 33 deletions.
5 changes: 5 additions & 0 deletions GI Cutscenes EASY.bat
Original file line number Diff line number Diff line change
@@ -0,0 +1,5 @@
@echo off
echo Drag and drop your USM file here, or enter the path manually:
set /p file="Enter the path to the file: "
set "path=%file:"=%"
GICutscenes demuxUsm "%path%" -m -s
33 changes: 0 additions & 33 deletions GICutscenes.bat

This file was deleted.

0 comments on commit 91aa33d

Please sign in to comment.