← Back to team overview

openshot.bugs team mailing list archive

[Bug 924992] Re: Unable to drag an image onto track

 

Hi!  I think I no what the problem is.  Your preferences still contained
a bad value for "default image length", which was messed up before
installing 1.4.2~beta1.  So, the easiest way to fix it is open the
preferences window and then close it.  That should update the
preferences for "default image length" to a valid number, and correct
the issue.

As far as the MLT issue, I would try and go back t the repository
version of MLT.  Good luck on that!

Also, this is still "technically" a duplicate of #923873.

Thanks!
-Jonathan

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

Title:
  Unable to drag an image onto track

Status in OpenShot Video Editor:
  New

Bug description:
  Ubuntu 10.04, Openshot 1.4.1, MLT 0.5.2 (official).
  When dragging an image from Project files onto track it refuses to stay on track.
  I tried both PNG and JPG images.
  If I drag sequence of images or sound file or video file it lays OK.

  What is written in the console:

  Traceback (most recent call last):
    File "/usr/lib/pymodules/python2.6/openshot/windows/MainGTK.py", line 1160, in motion_cb
      self.motion_file_drag(wid, context, x, y, time)
    File "/usr/lib/pymodules/python2.6/openshot/windows/MainGTK.py", line 1216, in motion_file_drag
      self.new_clip_object = self.project.sequences[0].tracks[0].AddClip(file_name, "Gold", 0, float(0.0), float(file_length), file_object)
    File "/usr/lib/pymodules/python2.6/openshot/classes/track.py", line 63, in AddClip
      NewClip.end_time = NewClip.start_time + float(preferences.Settings.general["imported_image_length"])#7.0
  ValueError: invalid literal for float(): 7,00

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


References