Downloaded 32 and 64, and will check them out ASAP. Thanks, TerryN.
EDIT:
On 32-bit (almost pristine, only packaging tools installed):
After installing and launching from the Start menu, Openshot failed to launch.
Opened Konsole:
[archie@localhost archie]$ openshot
Added /usr/share/openshot to system path
--------------------------------
OpenShot (version 1.4.1)
--------------------------------
Process no longer exists: 5404. Creating new pid lock file.
------------------------- ERROR 1 ------------------------------
Failed to import 'from openshot import main'
Error Message: No module named PIL
----------------------------------------------------------------
------------------------- ERROR 2 ------------------------------
Failed to import 'from openshot.openshot import main'
Error Message: No module named openshot
----------------------------------------------------------------
OpenShot has failed to import some of the Python files or libraries
required for our application to run. Here are some trouble shooting
tips:
Tip 1) Check if MLT can be successfully imported in Python. Run the
following commands, and see if any errors are displayed. If you get
an error, you need to investigate the correct way to install MLT.
NOTE: Do not type the $ or >> characters in the examples below.
$ python
>> import mlt
>> mlt.Factory().init()
Tip 2) If MLT is working from the first example, then the next tip is
to look at the above error messages very closely, and google for more
help. It's likely the problem is already reported, and maybe there is
a simple work-around. Also, you can search for bugs or report a new
bug at https://bugs.launchpad.net/openshot. Good luck!
[archie@localhost archie]$ rpm -qa *mlt*
mlt-0.7.6-1pclos2011
libmlt++3-0.7.6-1pclos2011
python-mlt-0.7.6-1pclos2011
libmlt4-0.7.6-1pclos2011
[archie@localhost archie]$
EDIT: Rebuilt from SRPM ... got the same output as above.
I will test the 64-bit ASAP.