Search found 3 matches

Go to advanced search

by jichi
29 May 2012 10:55
Forum: Development around libVLC
Topic: Help: Get video thumbnails without seek
Replies: 2
Views: 1506

Re: Help: Get video thumbnails without seek

Precomputing does make sense. Thanks for your quick reply!
by jichi
29 May 2012 10:39
Forum: Development around libVLC
Topic: Combine video (from DShow) and audio (from RTP stream)
Replies: 5
Views: 1084

Re: Combine video (from DShow) and audio (from RTP stream)

If you are using C++, I suggest you to look into the source code of live555. Especially how it deals with two streams together demuxed from a MKV file. As live555 is under lgpl, I think u could just grab the code you want. I have done similar things before in live555 even without VLC.
by jichi
29 May 2012 10:28
Forum: Development around libVLC
Topic: Help: Get video thumbnails without seek
Replies: 2
Views: 1506

Help: Get video thumbnails without seek

Hi, I am using libvlc/libvlccore to build a player in C++. I want to add a function to be able to popup thumbnails of the video after the user hovers over the position slider. In order to do that, I think I need some APIs from libvlc in order to get the thumbnail of a given time into memory without ...

Go to advanced search