Skip to content

Add MIVF Player#574

Merged
Epicpkmn11 merged 4 commits into
Universal-Team:masterfrom
Oldhimaster1:add-mivf-player
Jul 1, 2026
Merged

Add MIVF Player#574
Epicpkmn11 merged 4 commits into
Universal-Team:masterfrom
Oldhimaster1:add-mivf-player

Conversation

@Oldhimaster1

Copy link
Copy Markdown
Contributor

Adds MIVF Player, a Nintendo 3DS homebrew video player using the custom MIVF container format.

@github-actions

Copy link
Copy Markdown
Test Results
GitHub -- Oldhimaster1/MIVF
{
    "github": "Oldhimaster1/MIVF",
    "title": "MIVF Player",
    "description": "A custom MIVF video player for Nintendo 3DS with lots of features.",
    "systems": [
        "3DS"
    ],
    "categories": [
        "app",
        "media"
    ],
    "llm_generation": "minor",
    "icon": "https://raw.githubusercontent.com/Oldhimaster1/MIVF/refs/heads/main/meta/icon48.png",
    "image": "https://raw.githubusercontent.com/Oldhimaster1/MIVF/refs/heads/main/meta/banner.png",
    "unique_ids": [
        1015809
    ],
    "long_description": "\nMIVF Player is a homebrew video player for Nintendo 3DS built around the custom MIVF container format.\n\nIt supports custom MIVF video streams plus IA4M audio. The player is designed for real Nintendo 3DS hardware and includes a file browser, playback controls, subtitles, chapters, resume bookmarks, favorites, playlists, aspect-ratio modes, and settings saved on the SD card.\n\nVideos can be converted on PC with the included `encode_mivf` encoder. Encoded `.mivf` files can be placed in `sdmc:/mivf/`, `sdmc:/3ds/mivf_player_3ds/`, or the SD root.\n\n(M2Y2 range coding can reduce file size while preserving the already-encoded video packets losslessly... or in simpler terms.... video is highh quality with very small file size)\n",
    "download_filter": "^mivf_player_3ds\\.(cia|3dsx)$",
    "script_message": "Place encoded .mivf videos in sdmc:/mivf/ or sdmc:/3ds/mivf_player_3ds/. PC video encoding requires the separate encode_mivf tool from the GitHub release.",
    "stars": 1,
    "author": "Oldhimaster1",
    "avatar": "https://avatars.githubusercontent.com/u/179153474?v=4",
    "source": "https://github.com/Oldhimaster1/MIVF",
    "created": "2026-06-27T23:27:59Z",
    "license": "mit",
    "license_name": "MIT License",
    "download_page": "https://github.com/Oldhimaster1/MIVF/releases",
    "version": "v1.0.0",
    "version_title": "MIVF Player & Encoder v1.0",
    "update_notes_md": "First official release! Includes PC encoders and 3DS binaries.",
    "update_notes": "<p dir=\"auto\">First official release! Includes PC encoders and 3DS binaries.</p>",
    "updated": "2026-06-30T14:45:02Z",
    "downloads": {
        "mivf_player_3ds.3dsx": {
            "url": "https://github.com/Oldhimaster1/MIVF/releases/download/v1.0.0/mivf_player_3ds.3dsx",
            "size": 269776,
            "size_str": "263 KiB"
        },
        "mivf_player_3ds.cia": {
            "url": "https://github.com/Oldhimaster1/MIVF/releases/download/v1.0.0/mivf_player_3ds.cia",
            "size": 362432,
            "size_str": "353 KiB"
        }
    },
    "image_length": 4907,
    "icon_index": -1,
    "color": "#294c7a",
    "color_bg": "#294c7a",
    "qr": {
        "mivf_player_3ds.cia": "https://db.universal-team.net/assets/images/qr/mivf_player_3ds-cia.png"
    }
}

https://raw.githubusercontent.com/Oldhimaster1/MIVF/refs/heads/main/meta/icon48.png
https://raw.githubusercontent.com/Oldhimaster1/MIVF/refs/heads/main/meta/banner.png
https://db.universal-team.net/assets/images/qr/mivf_player_3ds-cia.png

@Epicpkmn11 Epicpkmn11 merged commit d5596b8 into Universal-Team:master Jul 1, 2026
1 check passed
@github-actions

github-actions Bot commented Jul 1, 2026

Copy link
Copy Markdown
Test Results
GitHub -- Tikman420/3d-platformer
{
    "github": "Tikman420/3d-platformer",
    "systems": [
        "3DS"
    ],
    "categories": [
        "game"
    ],
    "llm_generation": "no",
    "icon": "https://raw.githubusercontent.com/Tikman420/3d-platformer/master/icon.png",
    "stars": 0,
    "title": "3d-platformer",
    "author": "Tikman",
    "description": "a 2D platformer in a 3D world",
    "avatar": "https://avatars.githubusercontent.com/u/90555053?v=4",
    "source": "https://github.com/Tikman420/3d-platformer",
    "created": "2026-04-12T19:46:24Z",
    "license": "zlib",
    "license_name": "zlib License",
    "download_page": "https://github.com/Tikman420/3d-platformer/releases",
    "version": "1.0",
    "version_title": "1.0",
    "updated": "2026-06-08T15:29:35Z",
    "downloads": {
        "3d-platformer.3dsx": {
            "url": "https://github.com/Tikman420/3d-platformer/releases/download/1.0/3d-platformer.3dsx",
            "size": 511744,
            "size_str": "499 KiB"
        }
    },
    "image": "https://raw.githubusercontent.com/Tikman420/3d-platformer/master/icon.png",
    "image_length": 5139,
    "icon_index": -1,
    "color": "#4f6252",
    "color_bg": "#4f6252"
}

https://raw.githubusercontent.com/Tikman420/3d-platformer/master/icon.png
https://raw.githubusercontent.com/Tikman420/3d-platformer/master/icon.png

@Epicpkmn11

Epicpkmn11 commented Jul 1, 2026

Copy link
Copy Markdown
Member

fyi your branch was based on #503's branch which created a minor merge conflict. Not a big deal, I fixed it, but for future reference you should make sure your branches are based on upstream/master.

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.

2 participants