Media Mover 2.x now adds Drush support to allow for running various operations from the commandline. For example:
localhost: drush mm-run convert_video
will run the full convert_video configuration. Likewise, you can choose to run specifc steps from the configuration by specifying the step:
localhost: drush mm-run-step convert_video 1
would run the first step in the specified configuration. You can get information about specifc configurations by using
localhost: drush mm-describe convert_video
and their steps by using the step order:
localhost: drush mm-describe convert_video 1.
A list of all configurations can be found with localhost: drush mm-list. mm-purge can be used to reset a configuration and drop its files- useful for testing purposes.