← Back to team overview

openshot.bugs team mailing list archive

[Bug 643151] Re: openshot-render never end

 

I only managed to have a quick re-look at this, but I think something
may still be missing.  When editing a longer video, I tend to use
individual OS projects for each segment (eg: items in a kids dance
show).  This allows isolated editing of each segment, and avoids
introducing sync problems when editing changes the length of an early
segment (I have two cameras, and use one track for each video and a
single track for audio - this makes cutting between the cameras
simpler).

Once I have made some edits to one or more segments, I then want to
render the whole project from the command line, only rendering the
segments that have changed (think make).  If there was a way to do the
export from the command line as well as the MLT render,  then this would
work.  Otherwise I would have to remember to export each time I make an
edit.

Many thanks
Martin

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

Title:
  openshot-render never end

Status in OpenShot Video Editor:
  New

Bug description:
  command line renderer never exit, it creates output file without any problem but after call sys.exit() it hangs forever. Only way to stop it is to send a signal kill -1.
  Some work around is to use return instead of sys.exit() where possible eg in function main in openshot_render.py
  and in main program use os._exit(0) to force exit the script, instead throwing exception SystemExit with sys.exit().

  Used OS: Linux Mint 9 based on Ubuntu 10.04, OpenShot 1.1.3

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