Re: What video formats work on Windows?

2024-10-13 Thread Colin Holgate via use-livecode
It works fine as it is on Mac. With the alwaysbuffer turned on the video plays, but the image doesn’t change. > On Oct 13, 2024, at 1:25 PM, Klaus major-k via use-livecode > wrote: > > Hi Colin, > >> Am 13.10.2024 um 21:18 schrieb Colin Holgate via use-livecode >> : >> >> A button with the

Re: What video formats work on Windows?

2024-10-13 Thread Klaus major-k via use-livecode
Hi Colin, > Am 13.10.2024 um 21:18 schrieb Colin Holgate via use-livecode > : > > A button with the same script, on top of the player, doesn’t work. same on a Mac! > But off to the side it does work. That makes it seem like on Windows the > video is an extra object that is placed on top of ev

Re: What video formats work on Windows?

2024-10-13 Thread Colin Holgate via use-livecode
A button with the same script, on top of the player, doesn’t work. But off to the side it does work. That makes it seem like on Windows the video is an extra object that is placed on top of everything else. > On Oct 13, 2024, at 12:58 PM, Klaus major-k via use-livecode > wrote: > > Hi Colin,

Re: What video formats work on Windows?

2024-10-13 Thread Klaus major-k via use-livecode
Hi Colin, > Am 13.10.2024 um 20:46 schrieb Colin Holgate via use-livecode > : > > Your script doesn’t work either. sorry, my fault, of course your script is correct. I should not answer in a hurry... > My script works fine on Mac, where it can play MP4 files. Hm, it should work, no idea why t

Re: What video formats work on Windows?

2024-10-13 Thread Colin Holgate via use-livecode
Your script doesn’t work either. My script works fine on Mac, where it can play MP4 files. > On Oct 13, 2024, at 12:32 PM, Klaus major-k via use-livecode > wrote: > > Hi Colin, > >> Am 13.10.2024 um 20:27 schrieb Colin Holgate via use-livecode >> : >> >> I found an online converter that ca

Re: What video formats work on Windows?

2024-10-13 Thread Klaus major-k via use-livecode
Hi Colin, > Am 13.10.2024 um 20:27 schrieb Colin Holgate via use-livecode > : > > I found an online converter that can change MP4 to WMV, and the video looks > ok, and plays in LiveCode. Scripts seem not to work though. > Would you expect this to be able to pause or play a WMV in a Player objec

Re: What video formats work on Windows?

2024-10-13 Thread Colin Holgate via use-livecode
I found an online converter that can change MP4 to WMV, and the video looks ok, and plays in LiveCode. Scripts seem not to work though. Would you expect this to be able to pause or play a WMV in a Player object?: on mouseup if the paused of player 1 then play player 1 else set the paused of

Re: What video formats work on Windows?

2024-10-13 Thread Colin Holgate via use-livecode
That seems to have the same issue that K-lite showed. I immediately see the last frame of the video, and the video doesn’t play (at least not from script). Showing the controller and having to click the play button does show the video, but it’s a jarring experience having to look at the last fra

Re: What video formats work on Windows?

2024-10-13 Thread Klaus major-k via use-livecode
Hi Colin, > Am 13.10.2024 um 19:08 schrieb Colin Holgate via use-livecode > : > > The end goal is to be able to run a standalone, and some cards will have an > external video file to play. > As that doesn’t work, I have a card in LC 10.0 authoring, where a Player > object is linked to a local

What video formats work on Windows?

2024-10-13 Thread Colin Holgate via use-livecode
The end goal is to be able to run a standalone, and some cards will have an external video file to play. As that doesn’t work, I have a card in LC 10.0 authoring, where a Player object is linked to a local MP4. The MP4 plays fine in the Windows 11 player. When I try to play the video file I get