← Back to team overview

openshot.developers team mailing list archive

[Bug 536669] Re: Can not install OpenShot 1.1 in Ubuntu 8.10

 

Hi elias
severals things
It is not a pentium 3 is an intel Pentium D of 3.6GHz clock, EM64T capable with 2 logicalcpu (maybe multitrhead). 
No it's hyperthreading.and sorry for this mistake (=pentium3). 

For your first computer, the answer is here (for compiling MLT) ('im thinking) : http://openshotusers.com/forum/viewtopic.php?f=12&t=180&p=906&hilit=install+mlt#p906
The last comment at the end is the good. And What give you the melt command ?

For the second computer, 
First in all cases update at the last version. The 0.45 is a old version.
Second, the solution for you is perhaps here : http://openshotusers.com/forum/viewtopic.php?f=12&t=253&p=991#p991

Be careful the version 1.1.0 will be the last for you (intrepid 8.10)
pass to libglade at Gtkbuilder.

-- 
Can not install OpenShot 1.1 in Ubuntu 8.10
https://bugs.launchpad.net/bugs/536669
You received this bug notification because you are a member of OpenShot
Developers, which is subscribed to OpenShot Video Editor.

Status in OpenShot Video Editor: New

Bug description:
My camcorder produces an AVC/HD (H.264) HD 1080p and 1080i  (1920x1080 and 1440x1080) videos with an .MTS extension.
Those videos are not well handled by the ffmpeg 0.5.1 tar distribution in the ffmpeg site.
In order to see a smooth playback, one needs to download a snapshot of the svn or git repositories then:
./configure && make && make install.
Now ffplay video.mts  displays wonderful.
I installed OpenShot 1.1 in 2 computers, both with Ubuntu 8.10.
One can compile very well ffmpeg, I installed the OpenShot in tree different ways.
the .deb, the separate .deb and with the wizard.
In a Core2duo pc, where the ffmpeg works fine, I can't run OpenShot, a window is displayed very fast and I cant read the message, but executing openshot in the shell gives this output:

$ openshot
--------------------------------
   OpenShot (version 1.1.0)
--------------------------------
A new frmMain has been created
No formats or codecs were found.  Please check the OpenShot preferences and configure the 'melt' command name.
state saved
Segmentation fault

I think that the problem resides in the MLT version, which is:

$ melt -version
MLT melt 0.4.5
Copyright (C) 2002-2009 Ushodaya Enterprises Limited
<http://www.mltframework.org/>

maybe this version was not compiled with the last ffmpeg version, as the 0.5 seems.
I also tried to play the video with melt as explained in other bug report:
$ melt video.mts 
Failed to load "video.mts"
Usage: melt [options] [producer [name=value]* ]+

but, it does not play the video at all, just displays the options as if it were executed without parameters. On the other hand it seems to be well installed.

$ melt -query "producers"
---
producers:
  - slowmotion
  - melt
  - melt_file
  - vorbis
  - avformat
  - pango
  - pixbuf
  - pgm
  - xml
  - xml-string
  - libdv
  - kino
  - frei0r.ising0r
  - frei0r.lissajous0r
  - frei0r.nois0r
  - frei0r.onecol0r
  - frei0r.partik0l
  - frei0r.plasma
  - framebuffer
...

In other computer, with an intel pentium maybe 3GHz, 32/64bit capable (I do not know exactly the model and configuration)
When I compile the ffmpeg svn or git snapshot, the ffplay is not generated. I copied the working ffplay to that computer and it performs good in full screen mode, but not very good (tilting) in the normal mode showing the window frame.    
I installed OpenShot, It works, I mean you can load the clips, but can not display the .mts video smoothly.
I tried to install it again with the wizard, but the ffplay was not generated.

Is there some thing that I can do, I failed to build MLT in both computers.
Or should I wait, that OpenShot 1.1 includes both last versions of FFmpeg and MLT?

Although I used openshoot in the second computer without watching the video while editing, I did an exercise using chroma key with a .png image and the .mts movie.  Adding the alpha channel to the .png because I could not see the .mts to select the chroma color. It was very easy, now I am more enthusiastic in using it. 
Thank's





References