Skip to content

A simple .bat file. Allows Drag and Drop USM file.#143

Open
ft-scobra wants to merge 2 commits into
ToaHartor:mainfrom
ft-scobra:simple-batch-file
Open

A simple .bat file. Allows Drag and Drop USM file.#143
ft-scobra wants to merge 2 commits into
ToaHartor:mainfrom
ft-scobra:simple-batch-file

Conversation

@ft-scobra

@ft-scobra ft-scobra commented Feb 22, 2024

Copy link
Copy Markdown

A simple batch file that allows Windows users to drag and drop the USM files instead of typing out the command every time.

Input: "path/to/file.usm"
Command used: GICutscenes demuxUsm "path/to/file.usm" -m -s
Output: file.mkv in ./output with all language audio.

Screenshot 2024-02-21 160359


Note: I am not very experienced with programming and Github but I will do my best to answer any questions you may have.

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.
@ft-scobra ft-scobra changed the title Create GICutscenes.bat A simple .bat file. Allows Drag and Drop USM file. Feb 22, 2024
@gszshdzz

Copy link
Copy Markdown

GICutscenes batchDemux ./usm/ -o ./output -m -s
pause

Removed `-s`. 
This one will work without needing to download anything.
@Sakitoshi

Copy link
Copy Markdown

i'll do you one better.
"%~dp0GICutscenes.exe" demuxUsm "%~1" --output "%~dp0\%~n1"
simply drag&drop the usm into the bat and it will extract it in a folder with the name of the file. no input required.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

3 participants