Nintendo Moflex to MP4 Converter 3DS: Difference between revisions
From GameBrew
More actions
No edit summary |
No edit summary |
||
| Line 8: | Line 8: | ||
|version=2023 | |version=2023 | ||
|license=MIT | |license=MIT | ||
|download=https://dlhb.gamebrew.org/3dshomebrews/ | |download=https://dlhb.gamebrew.org/3dshomebrews/nintendo_moflex_to_mp4_converter.zip | ||
|website=https://gbatemp.net/threads/nintendo-moflex-to-mp4-converter-python.639788/ | |website=https://gbatemp.net/threads/nintendo-moflex-to-mp4-converter-python.639788/ | ||
|source=https://github.com/GhostyTongue/Nintendo-Moflex-to-MP4-Converter | |source=https://github.com/GhostyTongue/Nintendo-Moflex-to-MP4-Converter | ||
}} | }} | ||
{{#seo: | {{#seo: | ||
Latest revision as of 11:27, 22 June 2024
| Nintendo Moflex to MP4 Converter | |
|---|---|
| General | |
| Author | GhostyTongue |
| Type | PC Utilities |
| Version | 2023 |
| License | MIT License |
| Last Updated | 2023/09/17 |
| Links | |
| Download | |
| Website | |
| Source | |
Convert Nintendo Moflex videos to MP4 format using this simple Python script with a user-friendly GUI.
It allows you to batch convert Moflex files located in a selected folder and its subfolders. The converted MP4 files are organized within an "output" folder.
Installation
Requirements:
- Python 3.x
- FFmpeg
How to install:
- Clone the repository.
- Install the required Python packages:
pip install tkinter - Make sure FFmpeg is installed on your system. You can download it from the official FFmpeg website or install it using a package manager.
User guide
- Select Input Folder - Click the "Browse" button to choose a folder containing Moflex files.
- Select Output Folder - Click the "Browse" button to select an output folder where the converted MP4 files will be saved.
- Convert to MP4 - Press the "Convert to MP4" button to start the conversion process. The progress will be displayed in the command prompt.