Re: What happens if an Indy license renews these days?

2022-03-19 Thread Matthias Rebbe via use-livecode
Andre, didn‘t you get an email from LC some time ago. If i recall it correctly then the Indy license was transitioned to a Pro license but you keep your „old“ subscription price. Matthias Von meinem iPad gesendet > Am 19.03.2022 um 17:26 schrieb Andre Garzia via use-livecode > : > > Hi

Re: What happens if an Indy license renews these days?

2022-03-19 Thread Andre Garzia via use-livecode
Oh I missed the part about the indy licenses on that email. Thanks for reminding me. On Sat, 19 Mar 2022 at 17:23, Matthias Rebbe via use-livecode < use-livecode@lists.runrev.com> wrote: > Andre, > didn‘t you get an email from LC some time ago. > > If i recall it correctly then the Indy license

How to extract a video clip...

2022-03-19 Thread Paul Dupuis via use-livecode
Hivemind, I have, in LiveCode, a list of media files (various formats mp4, mp3, etc.) and a list of start and end times for various clips from each of the files. A file may (and usually does) have several clips. Much to my disappointment, I can find NO way in LiveCode script to export a

Re: Excel Lib 1.4

2022-03-19 Thread Paul Dupuis via use-livecode
On 3/18/2022 6:56 PM, Curry Kenworthy via use-livecode wrote: SpreadLib: Excel files to LC fields in 1 script line! "Excel-lent spreadsheet import and export for LiveCode" http://livecodeaddons.com/spreadlib.html I recommend Spreadlib for reading or writing Excel spreadsheets. We've used in

What happens if an Indy license renews these days?

2022-03-19 Thread Andre Garzia via use-livecode
Hi Folks, My Indy license is up for renewal on Monday and given the new licensing scheme, I have no idea what will happen if I let it renew. Anyone has a clue? -- https://www.andregarzia.com Want to support me? Buy me a coffee at https://ko-fi.com/andregarzia

Re: ArrayEncode/Decode broken??

2022-03-19 Thread J. Landman Gay via use-livecode
On 3/19/22 3:27 PM, Bob Sneidar via use-livecode wrote: I’m so embarrassed. I was too but I caught myself before I hit the Send button. We get so used to LC reading our minds we're surprised when it doesn't. -- Jacqueline Landman Gay | jac...@hyperactivesw.com HyperActive

Re: How to extract a video clip...

2022-03-19 Thread Rick Harrison via use-livecode
I was looking for some LiveCode lessons on how to use mergAV and there weren’t any. :-( Are there any good examples anywhere on how to use it? Thanks, Rick > On Mar 19, 2022, at 9:37 PM, Paul Dupuis via use-livecode > wrote: > > If mergeAV was macOS and Windows, I would definitely

Re: How to extract a video clip...

2022-03-19 Thread Matthias Rebbe via use-livecode
You could use ffmpeg for this. Here‘s a post where it is described how to do it https://superuser.com/questions/377343/cut-part-from-video-file-from-start-position-to-end-position-with-ffmpeg Von meinem iPhone gesendet > Am 19.03.2022 um 19:12 schrieb Paul Dupuis via use-livecode > : > >

Re: How to extract a video clip...

2022-03-19 Thread Paul Dupuis via use-livecode
On 3/19/2022 2:55 PM, Matthias Rebbe via use-livecode wrote: You could use ffmpeg for this. Here‘s a post where it is described how to do it https://superuser.com/questions/377343/cut-part-from-video-file-from-start-position-to-end-position-with-ffmpeg I have (and still am) considering

Re: ArrayEncode/Decode broken??

2022-03-19 Thread Bob Sneidar via use-livecode
I’m so embarrassed. On my way to the beach this morning it hit me like a ton of bricks. DOH! Sent from my iPhone > On Mar 18, 2022, at 17:11, J. Landman Gay via use-livecode > wrote: > > I made the same mistake a while ago, until I remembered that the encoded > array is binary. You have

Re: How to extract a video clip...

2022-03-19 Thread Martin Koob via use-livecode
Hi Look up the mergAVVideoComposition commands etc. in the dictionary. They are for Mac and iOS. Lots of versatility to slice dice and concatenate clips in a video composition. If you are on Windows I guess the ffmpeg would work. Martin Sent from my iPhone > On Mar 19, 2022, at 3:19

Re: How to extract a video clip...

2022-03-19 Thread Tom Glod via use-livecode
> > > hmm what if you found how the file format stores data and perhaps > derive the data by reading the firt 1000 bytes of the files? and getting > the data you need? I'm saying that assuming that this info is available in the "header" of the file.

Re: Excel Lib 1.4

2022-03-19 Thread Bob Sneidar via use-livecode
I did check that out. But my specific application requires I produce a new spreadsheet, and I didn’t see with your product how to do that. Sent from my iPhone > On Mar 18, 2022, at 19:39, Curry Kenworthy via use-livecode > wrote: > >  > Me: > > Or try the original > > Meaning

Re: SpreadLib and SpreadOut (Was: Excel Lib 1.4)

2022-03-19 Thread Curry Kenworthy via use-livecode
Me: >> Or try the original > Meaning SpreadLib, the original LC spreadsheet import addon! Bob: > I did check that out. But my specific application requires I produce > a new spreadsheet, and I didn’t see with your product how to do that. Thanks. SpreadLib comes with SpreadOut for

Re: How to extract a video clip...

2022-03-19 Thread Paul Dupuis via use-livecode
Thanks Martin, My issue with mergeAV is that it is macOS/iOS only and I need macOS and Windows, so I would have to find another solution for Windows and if I use ffmpeg for Windows, I might as well use it for macOS as well so the same command line works across platforms and I am just