Search found 8 matches

Go to advanced search

by mystery123sk
03 Jun 2020 18:53
Forum: Development around libVLC
Topic: External clock
Replies: 2
Views: 572

Re: External clock

Ok, that was brief :). Is it at least possible to start two or more videos at once to be played synchronously?

It would be fantastic if I could at least delay playback start of some video to some exact moment in the future. Great feature for video editors based on libvlc.
by mystery123sk
03 Jun 2020 13:28
Forum: Development around libVLC
Topic: External clock
Replies: 2
Views: 572

External clock

Is it possible to use external clock to play video using VLClib?

The reason is to be able to synchronously play two videos at once using VLClib (and synchronize videos to external time code, e.g. Midi Time Code, LTC, SMPTE, different music file ...).
by mystery123sk
03 Jun 2020 11:30
Forum: Development around libVLC
Topic: VLC Pause freeze
Replies: 6
Views: 845

Re: VLC Pause freeze

The existing code won't help me much, since it extracts the images from start of the file to the end. The problem appears when randomly seeking the file. It looks like I should wait for something once I seek the file to random position - because when I try the seek the file in VLC player, it seeks a...
by mystery123sk
02 Jun 2020 08:43
Forum: Development around libVLC
Topic: VLC Pause freeze
Replies: 6
Views: 845

Re: VLC Pause freeze

I've added it here: https://github.com/mystery123sk/VLCRenderToBitmap/tree/master/PauseFreezeLog

I've played with the scrollbar for about 10 seconds and then it freezes.
by mystery123sk
01 Jun 2020 14:02
Forum: Development around libVLC
Topic: VLC Pause freeze
Replies: 6
Views: 845

Re: VLC Pause freeze

I made a repository, where you can use the scrollbar - after you drag the scrollbar for a few seconds, the preview seek will stop (video will generate the same picture all the time).

https://github.com/mystery123sk/VLCRenderToBitmap
by mystery123sk
01 Jun 2020 11:03
Forum: Development around libVLC
Topic: VLC Pause freeze
Replies: 6
Views: 845

VLC Pause freeze

I have a custom renderer to render the video to Bitmap. The problem is, when I use pause function with seek (PauseAt in code), the video stops working after a few PauseAt calls. The CurrenBitmap returns always the same image - same image is rendered by VLC. It happens after several calls of PauseAt....
by mystery123sk
30 May 2020 19:41
Forum: Development around libVLC
Topic: Render LibVLC to SharpDX texture
Replies: 4
Views: 613

Re: Render LibVLC to SharpDX texture

Sounds great, will test it, thanks. Do you think it’s already ok to use version 4?
by mystery123sk
30 May 2020 07:52
Forum: Development around libVLC
Topic: Render LibVLC to SharpDX texture
Replies: 4
Views: 613

Render LibVLC to SharpDX texture

Hi, is there a way to render video using LibVLC directly to Texture2D, which could be used in my own scene in SharpDX? I know there is a way using vmem, but that's CPU involved leading into lower performance. I'm not a professional, but I suppose there is a different directx device context in LibVLC...

Go to advanced search