Skip to content

A command-line tool which can be used to generate Multimedia Messaging Service (MMS) files based on a predefined set of input files: text, images, audio, video. This tool can be used in Windows or Linux (x86).

License

Notifications You must be signed in to change notification settings

ThalesGroup/MMS-compiler

DOI OpenSSF Best Practices

MMS Compiler

The MMS Compiler is a command-line tool which can be used to generate Multimedia Messaging Service (MMS) files based on a predefined set of input files: text, images, audio, video. This tool can be used in Windows or Linux (x86).

Documentation

Please, read the User's Guide.

Installation

If you downloaded the binary release, just unpack it into any directory. After that, you can execute the compile.bat file to generate the MMS file for each of the available templates. The same compile.bat can be used as a batch file in Windows or a shell script in Linux.

If you downloaded the source code release, unpack it into any directory. Create the subdirectory bin under the installation directory and copy the FASM (flat assembler) executable into this subdirectory. The FASM compiler can be downloaded from the official website. If using Linux, cd to the installation directory and set the execute permissions for the compile.bat files and the FASM compiler, for example:
find . -name compile.bat -exec chmod +x {} \;
chmod +x bin/fasm

Contributing

If you are interested in contributing to the MMS Compiler project, start by reading the Contributing guide.

License

The MMS Compiler uses the permissive BSD 3-Clause License which allows you to freely use, modify and redistribute this tool in source and binary forms.

About

A command-line tool which can be used to generate Multimedia Messaging Service (MMS) files based on a predefined set of input files: text, images, audio, video. This tool can be used in Windows or Linux (x86).

Topics

Resources

License

Code of conduct

Security policy

Stars

Watchers

Forks