← Back to team overview

linux-traipu team mailing list archive

[Bug 1240819] Re: openshot crashes changing speed of a clip

 

fato@fatox:~$ python
Python 2.7.3 (default, Sep 26 2013, 20:03:06)
[GCC 4.6.3] on linux2
Type "help", "copyright", "credits" or "license" for more information.
>>> import sys
>>> import mlt
>>> sys.path
['', '/usr/lib/python2.7', '/usr/lib/python2.7/plat-linux2', '/usr/lib/python2.7/lib-tk', '/usr/lib/python2.7/lib-old', '/usr/lib/python2.7/lib-dynload', '/usr/local/lib/python2.7/dist-packages', '/usr/lib/python2.7/dist-packages', '/usr/lib/python2.7/dist-packages/PIL', '/usr/lib/python2.7/dist-packages/gst-0.10', '/usr/lib/python2.7/dist-packages/gtk-2.0', '/usr/lib/pymodules/python2.7', '/usr/lib/python2.7/dist-packages/ubuntu-sso-client', '/usr/lib/python2.7/dist-packages/ubuntuone-client', '/usr/lib/python2.7/dist-packages/ubuntuone-control-panel', '/usr/lib/python2.7/dist-packages/ubuntuone-couch', '/usr/lib/python2.7/dist-packages/ubuntuone-installer', '/usr/lib/python2.7/dist-packages/ubuntuone-storage-protocol']
>>> try:
... mlt.profile()
... except:
... print "Unexpected error:", sys.exc_info()[0]
... raise
...
Unexpected error: <type 'exceptions.AttributeError'>
Traceback (most recent call last):
File "<stdin>", line 2, in <module>
AttributeError: 'module' object has no attribute 'profile'

>>> mlt.Profile
<class 'mlt.Profile'>
>>> mlt.Profile()
Errore di segmentazione (core dump creato)

fato@fatox:~$ python
Python 2.7.3 (default, Sep 26 2013, 20:03:06)
[GCC 4.6.3] on linux2
Type "help", "copyright", "credits" or "license" for more information.
>>> import sys
>>> import mlt
>>> mlt.Factory()
<mlt.Factory; proxy of <Swig Object of type 'Mlt::Factory *' at 0x7f520659fed0> >
>>> mlt.Factory().init()
<mlt.Repository; proxy of <Swig Object of type 'Mlt::Repository *' at 0x7f520659ff60> >
>>>
--------------------------------------------------------
My system is:
fato@fatox:~$ uname -a
Linux fatox 3.2.0-54-generic #82-Ubuntu SMP Tue Sep 10 20:08:42 UTC 2013 x86_64 x86_64 x86_64 GNU/Linux
Running:
Ubuntu 12.04.03
openshot 1.4.3 (via PPA)
melt 0.8.8
ffmpeg version 0.10.9-7:0.10.9-1~precise1

-- 
You received this bug notification because you are a member of UBUNTU -
AL - BR, which is subscribed to OpenShot Video Editor.
https://bugs.launchpad.net/bugs/1240819

Title:
  openshot crashes changing speed of a clip

Status in OpenShot Video Editor:
  New

Bug description:
  Architecture AMD 64 bits
  Ubuntu 12.04
  OpenShot 1.4.3 (installed via PPA)

  Bug description:
  Open new project and save it with a name,
  add a video clip (.avi from camera FUJIFILM FinePix)
  right click and open property window
  change speed to 4x
  try to preview the clip...
  Crash!
  Reopen OpenShot and the project
  try to preview the clip...
  Crash!
  Reopen OpenShot and the project
  right click on the clip and try to open property window...
  Crash!

  Now I cannot modify the project to return clip to normal speed.
  In the case of a sample project it isn't a problem, but I have a project with 50 clips (and a lot of hours spent around them!) and now I cannot work on it. 
  This is a big problem for me...

  There is a work-around I can apply?
  Please, help me!

To manage notifications about this bug go to:
https://bugs.launchpad.net/openshot/+bug/1240819/+subscriptions


Follow ups

References