Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

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

Open
wants to merge 2 commits into
base: main
Choose a base branch
from

Conversation

ft-scobra
Copy link

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

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

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

Removed `-s`. 
This one will work without needing to download anything.
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.

None yet

2 participants