From d1ffc58271015ad024e8b427fe0bda501221a026 Mon Sep 17 00:00:00 2001 From: Stanislav Ferrao <64654942+ft-scobra@users.noreply.github.com> Date: Wed, 21 Feb 2024 15:48:10 -0800 Subject: [PATCH 1/2] Create GICutscenes.bat Added a simple batch file that allows users to drag and drop the USM files instead of typing out the command every time. Input: "path/to/file.usm" Command line: `GICutscenes demuxUsm "path/to/file.usm" -m -s` Output: file.mkv in `./output` with all language audio and subs. --- GICutscenes.bat | 5 +++++ 1 file changed, 5 insertions(+) create mode 100644 GICutscenes.bat diff --git a/GICutscenes.bat b/GICutscenes.bat new file mode 100644 index 0000000..c92a94c --- /dev/null +++ b/GICutscenes.bat @@ -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 From 730e61b665edbaf24165185890be74117f728424 Mon Sep 17 00:00:00 2001 From: Stanislav Ferrao <64654942+ft-scobra@users.noreply.github.com> Date: Mon, 26 Feb 2024 17:24:50 -0800 Subject: [PATCH 2/2] Update GICutscenes.bat Removed `-s`. This one will work without needing to download anything. --- GICutscenes.bat | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/GICutscenes.bat b/GICutscenes.bat index c92a94c..b7839c5 100644 --- a/GICutscenes.bat +++ b/GICutscenes.bat @@ -2,4 +2,4 @@ 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 +GICutscenes demuxUsm "%path%" -m