← Back to team overview

openshot.bugs team mailing list archive

[Bug 885231] Re: Openshot freezes after changes in the project.

 

*** This bug is a duplicate of bug 758069 ***
    https://bugs.launchpad.net/bugs/758069

It appears that ffmpeg is having trouble decoding your files. Try
playing them with ffplay, you'll most likely see the same messages.

To get your files to work, you'll either have to transcode them to
another format, e.g. :

ffmpeg -i "INPUTMOVIE.MTS" -vcodec mpeg4 -b 13000k -acodec mp3 -ab 192k
-strict experimental "OUTPUTMOVIE.mp4"

(ensure you have libmp3lame installed from a 'stripped' version of
libavcodec, or choose another audio codec)

or you can try upgrading ffmpeg (i.e. libavformat/liavcodec etc).

-- 
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/885231

Title:
  Openshot freezes after changes in the project.

Status in OpenShot Video Editor:
  New

Bug description:
  When you try to move the cursor or click "play" after having modified your project (just moving clips is enough to trigger this), Openshot freezes for a few seconds (and, sometimes, crashes, though I wasn't able to reproduce it and see the command line output).
  This occured on 32bit as well as 64bit, Ubuntu 10.04 through 11.10 (using the ppa version of Openshot). It isn't related to hardware (my newest computer has a core-i7 quad-core CPU and a 2GB GPU, my previous one was 8 years old).
  I'm not quite sure of it but I think the lag is longer when you've got a lot of files in your project.

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


References