Chromium Embedded Framework as audio and video player

2016-05-28 Thread Alejandro Tejada
Hi All, How difficult could be to leverage audio (.ogg) and video (webM) playback from Chromium Embedded Framework (CEF) within LiveCode 8? How could we do this? 1) play a webM video from script and LC8 just create an instance of RevBrowserCEF and put in the card a browser of webM movie

Re: Getting a framegrab of the video in a player

2016-05-28 Thread Phil Davis
Hi Tim, I see you got an answer, and I trust it will work well for you. I'm just adding an alternate way to generate key frame images. One app I support uses a commandline app (ffmpeg) to create movie thumbnails. It works great in my situation - it produces the desired outcome a good bit fas

Economy-x-Talk temporarily off-line

2016-05-28 Thread Mark Schonewille
Hi, On may 27th, Economy-x-Talk's server will be off-line for a few hours. This applies to both the web server and the e-mail server. If you use any of our services, you will be unable to use them during downtime. If you have a website running on our server and the site still doesn't work cor

zzzzzzzzzz.........

2016-05-28 Thread Lagi Pittas
I've been checking the "backers counter" since I pledged on day 2 I think and we have had a total of 5 more pledges in 3 days a total of 2 in the last 3 days and none today (and I think yesterday). Is Everybody holding fire till the last minute? I sent in my comment when I pledged nothing eart

Re: Getting a framegrab of the video in a player

2016-05-28 Thread Paul Dupuis
On 5/28/2016 9:20 AM, Tim Selander wrote: > Hi Paul, > > Thanks. That seems to work... putting it into a text fld results in > the gibberish I'd expect from a jpeg in ascii form. Putting it into an > image object shows the QT player frame and controls, but not the video > frame itself... > > Export

Re: Getting a framegrab of the video in a player

2016-05-28 Thread Tim Selander
Found the old stack! FWIW, assuming some future person needs the same thing, export snapshot from player 1 to file (variable for path) & the currenttime of player 1 & ".jpg" as JPEG And then I re-imported the jpeg into a datagrid Tim Selander Tokyo, Japan On 2016.05.28, 22:01, Paul Dup

Re: Getting a framegrab of the video in a player

2016-05-28 Thread Tim Selander
Hi Paul, Thanks. That seems to work... putting it into a text fld results in the gibberish I'd expect from a jpeg in ascii form. Putting it into an image object shows the QT player frame and controls, but not the video frame itself... Exporting to a file, a la the dictionary, didn't seem to

Re: Getting a framegrab of the video in a player

2016-05-28 Thread Paul Dupuis
On 5/28/2016 8:46 AM, Tim Selander wrote: > Hi, > > Once upon a time I am almost positive that I could grab a screenshot > of the current video frame in a player, and paste it into a scrolling > field. > > But I've forgotten how, and no scouring of the dictionary or google > help. Can anyone tell m

Getting a framegrab of the video in a player

2016-05-28 Thread Tim Selander
Hi, Once upon a time I am almost positive that I could grab a screenshot of the current video frame in a player, and paste it into a scrolling field. But I've forgotten how, and no scouring of the dictionary or google help. Can anyone tell me how it's done? many thanks. Tim Selander Tokyo

Help with frames and browser widget

2016-05-28 Thread David Bovill
If I have a behavior of a web page that I want to emulate in browser widgets in Livecode, where the html page opens up new frames or browser tabs, what are the principles to replicate this using multiple browser widgets? *Trapping and creating browser widget frames ?* We can trap the "browserNavig