Skip to content
This repository was archived by the owner on Aug 16, 2025. It is now read-only.
/ PlayMobic Public archive

Development continues in personal Forgejo ---- .NET video and audio codecs for the MODS video format (NDS videos)

License

Notifications You must be signed in to change notification settings

pleonex/PlayMobic

PlayMobic

GitHub commits since latest release (by SemVer)   Build and release   MIT License  

Documentation, library and tools to analyze and decode MODS video files.

  • 📃 Documentation of the formats
  • 📚 .NET library that supports the video and audio format:
    • Deserialization of the MODS container
    • MODS demuxer
    • Mobiclip video decoder
    • IMA-AD PCM audio decoder
    • FastAudio v2 audio decoder
  • 🔧 Command-line tool to show, demux and convert to AVI files
  • 📺 Application to convert files to MP4, AVI or raw streams

Important

This project only supports the MODS format (NDS). Similar formats like VXDS, Moflex or MO are out of scope of this project (at the moment at least). Please do not open issues or pull request for them.

Installation

Get started

Check out the documentation site.

Feel free to ask any question in the project discussions.

Build

The project requires .NET 8.0 SDK.

To build, test and generate artifacts run:

dotnet tool restore
dotnet script build.csx --isolated-load-context -- --target=Default

To build and run the tests uses the Default target or skip the target argument. To create distributable bundles run the target Bundle.

Release

Create a new GitHub release with a tag v{Version} (e.g. v2.4) and that's it! This triggers a pipeline that builds and deploy the project.

Credits

Standing on the shoulders of giants.

This project wouldn't be possible without the reverse engineering and implementation work of the following projects:

About

Development continues in personal Forgejo ---- .NET video and audio codecs for the MODS video format (NDS videos)

Topics

Resources

License

Code of conduct

Contributing

Security policy

Stars

Watchers

Forks

Releases

No releases published

Languages