Let's give this a try. Run the following python commands: $ python >> import mlt >> mlt.mlt_version_get_string()
If you get an error similar to "AttributeError: 'module' object has no attribute 'mlt_version_get_string'", then the smooth scaling will not work, as the Python bindings are not familiar with that new method. Which means, either an older version of MLT is installed, or the Python bindings are old, and missing the definition of that "mlt_version_get_string" method. If it does not break, it should report '0.6.0' or greater. If it reports '0.6.0' or greater, than the "smooth scaling" option should be enabled in the preferences. Good luck! -- You received this bug notification because you are a member of OpenShot Developers, which is subscribed to OpenShot Video Editor. https://bugs.launchpad.net/bugs/719342 Title: No smooth scalling activate Status in OpenShot Video Editor: Incomplete Bug description: Hi guys, At first look, we have a problem with the function smooth scalling in the Preferences. For the MLT version 0.5.10, it is normal but after an upgrade at 0.60. and more for some people in the forum, it is always the same. Openshot seems not detected the right version. The conversation on our forum is here : http://openshotusers.com/forum/viewtopic.php?f=11&t=767 My tests was on a Lucid 64 bits and I have used the sunab repository for the update. _______________________________________________ Mailing list: https://launchpad.net/~openshot.developers Post to : [email protected] Unsubscribe : https://launchpad.net/~openshot.developers More help : https://help.launchpad.net/ListHelp

