Re: .mov files in a standalone on Windows

2023-01-08 Thread Paul Dupuis via use-livecode
Standard ISO MPEG4 is probably your best bet (.mp4), but here are the formats supported by DirectShow by default: https://learn.microsoft.com/en-us/windows/win32/directshow/supported-formats-in-directshow On 1/8/2023 4:58 PM, jbv via use-livecode wrote: Thank you for the answer but this looks

Re: .mov files in a standalone on Windows

2023-01-08 Thread jbv via use-livecode
Thank you for the answer but this looks a bit too complicated. Furthermore, the standalone will run only a couple of times on Windows, and furthermore on a machine on which I can't install anything. So I'll take another route and convert the .mov to a format that is compatible with windows. Which

Re: .mov files in a standalone on Windows

2023-01-08 Thread Paul Dupuis via use-livecode
Without installing 3rd party codec for DirectShow in Windows, you can't play .mov media. LA Filters is free and works very well with DirectShow (the media player on Windows LC 9.6.8 uses). See https://github.com/Nevcairiel/LAVFilters/ On 1/8/2023 1:53 PM, jbv via use-livecode wrote: Hi list