More actions
No edit summary |
No edit summary |
||
(2 intermediate revisions by the same user not shown) | |||
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: | ||
Line 19: | Line 18: | ||
|image_alt=Nintendo Moflex to MP4 Converter | |image_alt=Nintendo Moflex to MP4 Converter | ||
}} | }} | ||
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 | 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== | ==Installation== | ||
Line 27: | Line 28: | ||
How to install: | How to install: | ||
* Clone [https://github.com/GhostyTongue/Nintendo-Moflex-to-MP4-Converter | * Clone [https://github.com/GhostyTongue/Nintendo-Moflex-to-MP4-Converter the repository]. | ||
* Install the required Python packages: <code>pip install tkinter</code> | * Install the required Python packages: <code>pip install tkinter</code> | ||
* Make sure FFmpeg is installed on your system. You can download it from the [https://ffmpeg.org/download.html official FFmpeg website] or install it using a package manager. | * Make sure FFmpeg is installed on your system. You can download it from the [https://ffmpeg.org/download.html official FFmpeg website] or install it using a package manager. |
Latest revision as of 11:27, 22 Haziran 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.