Search found 5 matches

Go to advanced search

by Nico6687
23 Oct 2020 15:19
Forum: Development around libVLC
Topic: Extracting the audio track from a video faster
Replies: 1
Views: 254

Extracting the audio track from a video faster

Hello, Is there a faster way to extract the audio from a video than playing the video and intercepting the PCM data in the audio play callback? Basically, if I have a video which is 30 minutes long, how do I get the audio track without having to wait for 30 minutes? For example, can I force the lib ...
by Nico6687
09 Oct 2020 15:17
Forum: Development around libVLC
Topic: Displaying the frame at a given time
Replies: 2
Views: 542

Re: Displaying the frame at a given time

Hi Rémi, thank you for the reply. My code indeed ensures that the video is seekable by first checking mediaPlayer.IsSeekable. Can you give me a bit more details about what you mean by "starts render only from a keyframe"? What function should I call to jump to specific keyframe? I tried to...
by Nico6687
07 Oct 2020 07:26
Forum: Development around libVLC
Topic: Displaying the frame at a given time
Replies: 2
Views: 542

Displaying the frame at a given time

Hello, I'm using libLVCSharp.WinForms and trying to display the frame corresponding to a time in the video. Basically, if I have a time in ms, how do I display the corresponding frame in my VideoView control? From what I understand, the video must be playing or paused, so I'm doing the following: me...
by Nico6687
23 Sep 2020 15:25
Forum: Development around libVLC
Topic: Recommended way to display first frame
Replies: 1
Views: 423

Recommended way to display first frame

Hello, What is the recommended way to display the first frame of a video after loading it? I want the user to know that the video has been loaded by displaying the first frame instead of a black screen. (I'm using libVLCSharp on WinForms and displaying the video in a VideoView). Thank you for your h...
by Nico6687
19 Sep 2020 14:02
Forum: Development around libVLC
Topic: Knowing in advance if a media player will be able to play a file?
Replies: 0
Views: 197

Knowing in advance if a media player will be able to play a file?

Hello, I have two related questions: 1) Is there a way to programmatically get the current list of all the files extensions accepted by the media player? (i.e. mp4 etc...) I would like to allow the drag & drop of video files on a VideoView control on WinForms. While the user is still dragging th...

Go to advanced search