LiveCode video editor?

Visuals, audio, animation. Blended, not stirred. If LiveCode is part of your rich media production toolbox, this is the forum for you.

Moderators: FourthWorld, heatherlaine, Klaus, kevinmiller, robinmiller

Post Reply
adventuresofgreg
Posts: 349
Joined: Tue Oct 28, 2008 1:23 am
Contact:

LiveCode video editor?

Post by adventuresofgreg »

Is it possible to create and export a new video by clipping and reassembling sections of other videos in LiveCode? I've searched, and can't find any info on creating a new file. Same with an animated GIF.
Klaus
Posts: 14324
Joined: Sat Apr 08, 2006 8:41 am
Contact:

Re: LiveCode video editor?

Post by Klaus »

Hi Greg,

I'm afraid this is not possible with the build-in means of Livecode, neither the video nor the animated GIF stuff.

If I remember correctly the Enhanced QuickTime External provided such a functionality,
but since QuickTime is almost dead, this won't help you much.


Best

Klaus
adventuresofgreg
Posts: 349
Joined: Tue Oct 28, 2008 1:23 am
Contact:

Re: LiveCode video editor?

Post by adventuresofgreg »

Thanks Klaus. Do you think it's possible by creating and editing bin file?
Klaus
Posts: 14324
Joined: Sat Apr 08, 2006 8:41 am
Contact:

Re: LiveCode video editor?

Post by Klaus »

Maybe, but I don't have the slightest idea about binary stuff! :D
FourthWorld
VIP Livecode Opensource Backer
VIP Livecode Opensource Backer
Posts: 10103
Joined: Sat Apr 08, 2006 7:05 am
Contact:

Re: LiveCode video editor?

Post by FourthWorld »

Animated GIF can be produced in LC using binary data - this nice app from Ken Ray does that:
http://www.stykz.net/

Video files are a different matter, as they're dependent on complex codecs and the most popular ones are encumbered with deep patents, some of which (like h.264) quite expensive to license for commercial use. If you have enough money to work out the patents, you'll have more than enough money to hire Monte Goulding or someone else to write externals using the appropriate codec APIs so you won't need to reverse-engineer them.
Richard Gaskin
LiveCode development, training, and consulting services: Fourth World Systems
LiveCode Group on Facebook
LiveCode Group on LinkedIn
Martin Koob
VIP Livecode Opensource Backer
VIP Livecode Opensource Backer
Posts: 256
Joined: Sun May 27, 2007 8:19 pm

Re: LiveCode video editor?

Post by Martin Koob »

Look at Monte's mergAV at the composition features. This can do what you want using the composition features.
http://mergext.com/home/mergav/

Martin
Post Reply