Search found 7 matches

Go to advanced search

by sokrakes
20 Jun 2023 20:30
Forum: VLC media player for Windows Troubleshooting
Topic: Windows 10 voice reading subtitle settings
Replies: 2
Views: 288

Re: Windows 10 voice reading subtitle settings

So what I was looking for were SAPI panels After pressing Win+R and pasting "%windir%\System32\Speech\SpeechUX\sapi.cpl" you start win 64-bit TTS voices by pasting "%windir%\SysWOW64\Speech\SpeechUX\sapi.cpl" start win 32-bit TTS voices Some voices don't work, some don't exist, b...
by sokrakes
15 Jun 2023 07:35
Forum: VLC media player for Windows Troubleshooting
Topic: Windows 10 voice reading subtitle settings
Replies: 2
Views: 288

Windows 10 voice reading subtitle settings

Hi, I'm looking for a way to change my voice when reading subtitles. It works on my Macbook. On Windows 10, I can't find the speaker settings for the titles from VLC. The "Subtitles/OSD --> Speech synthesis for Windows" setting plays a female voice, with an English accent. In Windows10, I ...
by sokrakes
23 Jan 2023 18:51
Forum: Development around libVLC
Topic: start the video at a specific time
Replies: 5
Views: 1444

Re: start the video at a specific time

I added to this code https://wiki.videolan.org/Using_libvlc_with_Delphi implementation {$R *.dfm} var .................... libvlc_media_player_set_time : procedure(p_media_player : plibvlc_media_player_t; time : Int64); cdecl; ...................... / ------------------------------------------------...
by sokrakes
23 Jan 2023 18:36
Forum: Development around libVLC
Topic: start the video at a specific time
Replies: 5
Views: 1444

Re: start the video at a specific time

the player must be playing or paused before to call libvlc_media_player_set_time Thanks for the kick even though I had it on an already running video so the error was libvlc_media_player_set_hwnd(vlcMediaPlayer, Pointer(Panel1.Handle)); libvlc_media_player_play(vlcMediaPlayer); libvlc_media_player_...
by sokrakes
22 Jan 2023 18:09
Forum: Development around libVLC
Topic: start the video at a specific time
Replies: 5
Views: 1444

Re: start the video at a specific time

This is a NULL pointer dereference, and that's pretty much all that can be inferred from the very little info provided. That's why I'm asking here, if anyone knows how to add the code above or has something working. I've tried a lot of ways and nothing comes to mind anymore. Finding something funct...
by sokrakes
21 Jan 2023 10:18
Forum: VLC media player for Windows Troubleshooting
Topic: Stream and Download YouTube videos?
Replies: 5
Views: 1466

Re: Stream and Download YouTube videos?

I used to need to download more videos, so I tried 4K Video Downloader.
It always worked, now I tried it just in case and it downloads just fine. It also works with VLC, but this is more convenient.
by sokrakes
21 Jan 2023 00:33
Forum: Development around libVLC
Topic: start the video at a specific time
Replies: 5
Views: 1444

start the video at a specific time

Hi, I'm using the Delphi code shown here - https://wiki.videolan.org/Using_libvlc_with_Delphi , it works fine. However, I can't seem to add there to run the video at a specific time. It is libvlc_media_player_set_time(libvlc_media_player, 10000); I searched for a while for the settings, declension, ...

Go to advanced search