iliazeus / iso2god-rs

A command-line tool to convert Xbox 360 ISOs into a Games-On-Demand file format. For Linux, Windows and MacOS.

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

iso2god-rs

A tool to convert Xbox 360 ISOs into a Games-On-Demand file format

This is an optimized rewrite of https://github.com/eliecharra/iso2god-cli, with a few extra features.

Usage: iso2god [OPTIONS] <SOURCE_ISO> <DEST_DIR>

Arguments:
  <SOURCE_ISO>  Xbox 360 ISO file to convert
  <DEST_DIR>    A folder to write resulting GOD files to

Options:
      --dry-run                  Do not convert anything, just print the title info
      --game-title <GAME_TITLE>  Set game title
      --trim                     Trim off unused space from the ISO image
  -h, --help                     Print help
  -V, --version                  Print version

About

A command-line tool to convert Xbox 360 ISOs into a Games-On-Demand file format. For Linux, Windows and MacOS.

License:MIT License


Languages

Language:Rust 99.7%Language:Shell 0.3%