[Linux-traipu] [Bug 893719] Re: incorrect usage of MLT API

2011-12-12 Thread Gleb Smirnoff
Thanks, but be aware that patch to video.py is not sufficient to fix crash, it just marks a place where something better should be worked out, than my patch. -- You received this bug notification because you are a member of UBUNTU - AL - BR, which is subscribed to OpenShot Video Editor.

[Linux-traipu] [Bug 893719] Re: incorrect usage of MLT API

2011-12-04 Thread Gleb Smirnoff
** Patch added: attachment for comment #20 https://bugs.launchpad.net/openshot/+bug/893719/+attachment/2619394/+files/producer_is_valid.diff -- You received this bug notification because you are a member of UBUNTU - AL - BR, which is subscribed to OpenShot Video Editor.

[Linux-traipu] [Bug 893719] Re: incorrect usage of MLT API

2011-12-04 Thread Gleb Smirnoff
Finally I have found what causes the crash. The absolute path to files from my camera contains 8-bit, but not UTF-8 characters. These are in KOI8-R encoding. If I move files to other location, that contains 7-bit ascii chars only, everything is okay. I didn't yet understand where does the problem

Re: [Linux-traipu] [Bug 893719] Re: incorrect usage of MLT API

2011-12-02 Thread Gleb Smirnoff
On Fri, Dec 02, 2011 at 05:59:36PM -, Cenwen wrote: C Hum for me it seems to come from MLT. (The fact that you can't move the C cursor without having a crash). C C Could you get back the last development version of MLT ? C I am agree that 's not funny and can be complicated and it is

Re: [Linux-traipu] [Bug 893719] Re: incorrect usage of MLT API

2011-11-28 Thread Gleb Smirnoff
On Mon, Nov 28, 2011 at 12:58:15PM -, Andy Finch wrote: A At what point do you get the crash? Is it during the file import or A playback or some other operation? Import goes successfully and Openshot draws a thumbnail with first frame. Then I drag clip to the timeline and any attempt to move

Re: [Linux-traipu] [Bug 893719] Re: incorrect usage of MLT API

2011-11-28 Thread Gleb Smirnoff
On Mon, Nov 28, 2011 at 02:16:35PM -, Cenwen wrote: C Just a thought. C C Could you see the clip in the tree project without a crash ? C Select the clip, right click, Option preview file. C Thanks. No, it crashes. End of backtrace looks quite alike: (gdb) bt #0 mlt_properties_get_double

Re: [Linux-traipu] [Bug 893719] Re: incorrect usage of MLT API

2011-11-28 Thread Gleb Smirnoff
On Mon, Nov 28, 2011 at 02:23:08PM -, Cenwen wrote: C Another one thought, I'm thinking that you have already check certainly and it is just more to know if you have the same dependencies on BSD system : could you tell us if you have all this dependencies :

Re: [Linux-traipu] [Bug 893719] Re: incorrect usage of MLT API

2011-11-28 Thread Gleb Smirnoff
On Mon, Nov 28, 2011 at 02:16:35PM -, Cenwen wrote: C Could you see the clip in the tree project without a crash ? C Select the clip, right click, Option preview file. More information on this. I have tried this sequence using KOI8-R locale ( LANG=ru_RU.KOI8-R ). With this locale the preview

Re: [Linux-traipu] [Bug 893719] Re: incorrect usage of MLT API

2011-11-28 Thread Gleb Smirnoff
On Mon, Nov 28, 2011 at 05:38:25PM -, Cenwen wrote: C And what gives you this ticket ? C https://answers.launchpad.net/openshot/+faq/983 For the video file DSC_8560.AVI, that I have posted as an example: 1) ffplay works, seek works. 2) melt works, frame incrementing/decrementing works. --

Re: [Linux-traipu] [Bug 893719] Re: incorrect usage of MLT API

2011-11-27 Thread Gleb Smirnoff
Hi, Andy! On Sun, Nov 27, 2011 at 09:24:55PM -, Andy Finch wrote: A Hi, we have tried your supplied file and can't reproduce the crash. We A also took a look at Dan's comments on your MLT bug report. Openshot A already uses the is_valid() method to check the producer object. A A ** Changed

Re: [Linux-traipu] [Bug 893719] Re: incorrect usage of MLT API

2011-11-27 Thread Gleb Smirnoff
On Sun, Nov 27, 2011 at 09:24:55PM -, Andy Finch wrote: A Hi, we have tried your supplied file and can't reproduce the crash. We A also took a look at Dan's comments on your MLT bug report. Openshot A already uses the is_valid() method to check the producer object. Actually Openshot doesn't

[Linux-traipu] [Bug 893719] [NEW] incorrect usage of MLT API

2011-11-22 Thread Gleb Smirnoff
Public bug reported: Running OpenShot 1.4.0 linked to mlt-0.7.6 on FreeBSD 10. This works fine when source files for example are DV dumps. However, trying to use AVI file produced by Nikon D90 is causing a crash. Backtrace and some additional info: (gdb) bt #0 mlt_properties_get_double

[Linux-traipu] [Bug 893719] Re: incorrect usage of MLT API

2011-11-22 Thread Gleb Smirnoff
Here is sample file: http://glebius.int.ru/tmp/DSC_8560.AVI -- 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/893719 Title: incorrect usage of MLT API Status in OpenShot Video