openshot.developers team mailing list archive
-
openshot.developers team
-
Mailing list archive
-
Message #02505
[Bug 508123] Re: Export screen should only include installed formats/codecs
Inded. Just a question. Have you the Medibuntu repository ?
Have you check your dependencies like here :http://openshotusers.com/forum/viewtopic.php?f=12&t=33&start=0
With the evolution of the project, Some dependencies have changing (removing, adding).
You use the 1.1.0. alpha2, well but i don't know if the patch about the x264 problem is inside or not because he resolves this sort of problem.
In the window preferencies you should look the work of Andy who have done a entry about the formats/codecs installed reconnize by Openshot in your systeme. Are they inside (in the list) ?
If no, try to install the patch following :
update the file
bzr pull
cd openshot
Download the patch by:
wget http://launchpadlibrarian.net/39067639/render_options_for_x264.patch (or by another way)
add the patch by :
patch -p 0 < render_options_for_x264.patch
after
python setup.py build
cd bin
./openshot
Thanks
--
Export screen should only include installed formats/codecs
https://bugs.launchpad.net/bugs/508123
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: Fix Committed
Bug description:
I am trying to export video with below options, and openshot crashes with error messages.
============ Error message =============
consumer_avformat.c: audio codec libmp3lame unrecognised - ignoring
consumer_avformat.c: video codec libxvid unrecognised - ignoring
consumer_avformat.c: Unable to encode audio - disabling audio output.
[mp4 @ 0xb36ddc0]track 1: codec frame size is not set
Floating point exception
=======================================
============== Export options ================
Project type: HDV 720 30p
Video format: mp4
Video codec: libxvid
Bit rate: 15.00 Mb/s - HDTV quality
Audio codec: libmp3lame
Sample rate: 48000
# of channles: 2
Bit rate: 256 kb/s - Near CD quality
=============================================
References