Contributing
Getting the Latest Source Code
MLT now uses the
Git distributed version control system hosted by
GitHub.
You can get the latest version of the
MLT framework source code (including mlt++ and other language bindings) using:
git clone git://github.com/mltframework/mlt.git or
git clone http://github.com/mltframework/mlt.git
You can browse the repository through the web interface:
https://github.com/mltframework/mlt
You can fetch the latest version of the
Melted Video Server source code (including libmvcp) using:
git clone git://github.com/mltframework/melted.git or
git clone http://github.com/mltframework/melted.git
You can browse the repository through the web interface:
https://github.com/mltframework/melted
You can fetch the latest version of the
Melted GTK+ Client (rugen) source code using:
git clone git://github.com/mltframework/rugen.git or
git clone http://github.com/mltframework/rugen.git
You can browse the repository through the web interface:
https://github.com/mltframework/rugen
Contributing Code
The preferred way to receive code changes is by publishing your git repo and telling
DanDennedy or the mailing list whenever you have something new or have updated something worthy of notice.
Otherwise, send patches to the
mailing list. All patches must be in the unified diff format. Short patches can be in the body of the message. Long patches should be attached. Use your best judgment.
Make sure code submissions conform to the
Style Guide and
Copyright Policy.