Kyle,
I think I may have found the problem. Can you try this. Edit src/events.c,
and around line 2272, change:
while (event!=NULL) {
if (WEED_EVENT_IS_FRAME(event)) {
*
(cfile->events[i++])->value=weed_get_int_value(event,"frames",&error);* }
event=get_next_event(event);
}
to:
while (event!=NULL) {
if (WEED_EVENT_IS_FRAME(event)) {
*
(cfile->events[0]+i++)->value=weed_get_int_value(event,"frames",&error);*
}
event=get_next_event(event);
}
Then recompile and make install. It seems to fix the problem for me.
Regards,
Gabriel.
http://lives-video.com
https://www.openhub.net/accounts/salsaman
On Thu, Oct 29, 2015 at 11:29 PM, Kyle <[email protected]> wrote:
> Inserting the blank frames is working fine using tools->generate->blank
> frames. I was able to generate them in the clipboard and perform the
> insertion without any problems. However, I also need to insert a short
> promo spot in the middle of my larger clip, but when I open the promo
> clip and copy it to the clipboard, inserting it into my main clip gives
> me the same terminal full of error messages, and processing hangs, just
> as it did when I tried inserting the silent video clip. The promo is
> only about 800 frames, so shouldn't be taking more than half an hour to
> process, and probably isn't processing at all, since it fills the
> terminal with the waiting message. It always seems to wait forever on
> the second frame if that means anyting. Thanks for the help.
> Sent from my external SD card slot
>
>
> ------------------------------------------------------------------------------
> _______________________________________________
> Lives-users mailing list
> [email protected]
> https://lists.sourceforge.net/lists/listinfo/lives-users
>
------------------------------------------------------------------------------
_______________________________________________
Lives-users mailing list
[email protected]
https://lists.sourceforge.net/lists/listinfo/lives-users