Toggle menu
Toggle preferences menu
Toggle personal menu
Not logged in
Your IP address will be publicly visible if you make any edits.

3DS:BAX/makebax: Difference between revisions

From Hacks Guide Wiki
ItsCrocoSwine (talk | contribs)
Ajl721 (talk | contribs)
Added Linux instructions
Line 51: Line 51:
WIP
WIP
|-|Linux=
|-|Linux=
 
# Download <code>release.zip</code> from the makebax releases page.
WIP
# Extract the <code>release.zip</code> to a folder (if not done automatically) and move it to any location of your choice, then <code>cd</code> to that location.
# In a terminal window, use your system's package manager (such as <code>apt</code>, <code>dnf</code> or <code>pacman</code>) while sudo or root to install Wine.
</tabber>
</tabber>


====Section II - Converting the video====
====Section II - Converting the video====
# Copy the video you wish to convert into the makebax folder
# Copy the video you wish to convert into the makebax release folder
# Inside that folder, hold SHIFT and right-click anywhere in the empty space - in the resulting menu, click the option that opens a terminal, Command Prompt, or PowerShell window
# Inside that folder, hold SHIFT and right-click anywhere in the empty space - in the resulting menu, click the option that opens a terminal, Command Prompt, or PowerShell window
# Use ffmpeg to transcode your desired video into IVF format
# Use ffmpeg to transcode your desired video into IVF format
Line 63: Line 64:
# Use makebax to convert your <code>.IVF</code> file to a <code>.BAX</code> file
# Use makebax to convert your <code>.IVF</code> file to a <code>.BAX</code> file
#* When running the command, put the full filename of one of the makebax <code>.EXE</code>s (e.g. <code>makebax-win64.exe</code>) before the command.
#* When running the command, put the full filename of one of the makebax <code>.EXE</code>s (e.g. <code>makebax-win64.exe</code>) before the command.
#* If you named your converted video <code>converted.ivf</code>, the command would be <code><makebax EXE filename> "converted.ivf" "output.bax"</code>
#* If you named your converted video <code>converted.ivf</code>, the command would be <code><makebax EXE filename> "converted.ivf" "output.bax"</code> (Linux users need to prefix with <code>wine</code>)
# Copy <code>output.bax</code> to <code>sdmc:/bax/</code> on your console's SD card
# Copy <code>output.bax</code> to <code>sdmc:/bax/</code> on your console's SD card
{{success|You have created a usable .BAX file. It will be played (chosen at random, if you already had a .BAX file before this) when your 3DS next boots.}}
{{success|You have created a usable .BAX file. It will be played (chosen at random, if you already had a .BAX file before this) when your 3DS next boots.}}