Search found 13 matches

Go to advanced search

by Gronky
30 Sep 2024 23:30
Forum: Development around libVLC
Topic: Gap between videos
Replies: 2
Views: 1050

Re: Gap between videos

When looping, I find if I set the video position to zero (instead of stopping and restarting the video) then the black "gap" doesn't show.
by Gronky
21 Jun 2024 00:40
Forum: Development around libVLC
Topic: Delphi Wrapper for LibVLC v1.1
Replies: 32
Views: 150282

Re: Delphi Wrapper for LibVLC v1.1

^^^ FWIW another update to the above, I replaced the following DLL files (dated 2022) with the latest versions (June 2024) however that weird random crashing still persists. axvlc libvlccore libvlc npvlc I suppose I could learn C and play with the VLC code, might be easier though to just write a com...
by Gronky
14 Jun 2024 06:36
Forum: Development around libVLC
Topic: Determine if file is audio or video
Replies: 2
Views: 1203

Re: Determine if file is audio or video

A quick and dirty (but far from foolproof) method would be to look at the first few bytes of the file - if it contains the string "ID3" you could be reasonably sure it's an MP3, or if it has the string "RIFF" you could be reasonably sure it's a wave audio file.
by Gronky
09 Jun 2024 02:00
Forum: Development around libVLC
Topic: Filter support in libVLC
Replies: 4
Views: 1127

Re: Filter support in libVLC

This works for me in Delphi, it's from the code at a link in the pinned post "Delphi Wrapper for LibVLC v1.1" Procedure EqualizerOn; var eqf : TSetEqualizerPresetForm; prl p: TStringList; begin with mainform do begin prl := PasLibVlcPlayer1.EqualizerGetPresetList(); eqf := TSetEqualizerPre...
by Gronky
16 Feb 2024 00:54
Forum: Development around libVLC
Topic: Delphi Wrapper for LibVLC v1.1
Replies: 32
Views: 150282

Re: Delphi Wrapper for LibVLC v1.1

^^^ An update to the above post...

I've just noticed that the crash occurs much more frequently if my system is getting low on free RAM and Windows starts thrashing the hard disk with pagefile swap-outs. So I guess it's an unhandled memory allocation exception within one or more of the libvlc DLL's?
by Gronky
18 Jan 2024 21:27
Forum: Development around libVLC
Topic: Delphi Wrapper for LibVLC v1.1
Replies: 32
Views: 150282

Re: Delphi Wrapper for LibVLC v1.1

Code works great for me, except for somewhat rare and totally random crashing of app with no exceptions/errors generated, and even skips the main form's finalization code and embedded madexcept code. Adding code to append all actions to a logfile shows the crash occurs with either a set media, play ...
by Gronky
15 Dec 2023 03:36
Forum: Development around libVLC
Topic: Can I use libVLC to play video from capture devices, e.g. from a HDMI to USB capture device?
Replies: 1
Views: 1737

Can I use libVLC to play video from capture devices, e.g. from a HDMI to USB capture device?

Hi, I'm using Delphi to embed video into my own program, using the comprehensive libVLC via the excellent (but no longer supported) PasLibVlc code. Can I use libVLC to play video from capture devices, e.g. from a HDMI to USB capture device? That is, can I make a call to libVLC that will return the s...
by Gronky
22 Dec 2022 05:53
Forum: VLC media player for Windows Troubleshooting
Topic: Temp folder grows bigger and bigger with VLC/VideoLan Client
Replies: 13
Views: 4870

Re: Temp folder grows bigger and bigger with VLC/VideoLan Client

I thought this was a bug with VLC, until I discovered I was sometimes leaning over the keyboard and accidentally pushing the space key with my stomach, which would pause the stream (coming from a CCTV DVR) and causing my hard disk to fill up with temporary files. Oops! :lol:
by Gronky
22 Dec 2022 04:51
Forum: VLC media player Feature Requests
Topic: Mouse-selecting a region of screen to zoom into while playing
Replies: 1
Views: 418

Mouse-selecting a region of screen to zoom into while playing

I know there is the "Effects & filters -> Video effects -> Geometry -> Interactive zoom" path to achieve this (which is a great feature), but simply using the mouse to select a region, then right-clicking and selecting an option of "Zoom to this region" would be nice :)
by Gronky
25 Aug 2022 09:07
Forum: VLC media player for Windows Troubleshooting
Topic: Two questions about VLC's saved-from-capture-device output files
Replies: 1
Views: 207

Two questions about VLC's saved-from-capture-device output files

1- The resultant AVI files on my system (from a 1080x720 CCTV DVR) are about 1GB per minute (!) of video; is this normal?

2- Both FFMPEG and AVIdemux are unable to recognize/load these output files, although they playback perfectly with VLC.

BTW the VLC version I'm using is 3.0.17.4 Vetinari
by Gronky
15 Jul 2022 08:52
Forum: VLC media player Feature Requests
Topic: Putting more file info in VLC's title bar?
Replies: 0
Views: 469

Putting more file info in VLC's title bar?

Thanks again to the developers of VLC. I've always thought that many program's waste the unused space on their title bar. I see that VLC has pretty much always used the title bar for the name of the file being played, appended by "- VLC Media Player" May I suggest making use of the unused ...
by Gronky
31 Mar 2022 20:04
Forum: VLC media player Feature Requests
Topic: Modify Playlist code to prevent playing of non-existent file(s)
Replies: 0
Views: 375

Modify Playlist code to prevent playing of non-existent file(s)

Firstly, kudos to the developers of VLC for this excellent program. Wish I could help but I only know Delphi, and I'm too old to learn anything new :) Steps to reproduce the issue (using v3.0.16): - configure VLC to show playlist - open a media file with VLC - stop it playing (e.g. press "S&quo...

Go to advanced search