Search found 8 matches

Go to advanced search

by kolor
08 Jun 2018 15:59
Forum: Development around libVLC
Topic: Opengl video output
Replies: 15
Views: 6726

Re: Opengl video output

Thank you for the links FL53. Indeed I already know the callbacks lock/unlock but it is not the most efficient, I mean there are copies between gpu and cpu. I would like to have a zero copy pipeline, in other words stay on gpu in the whole pipeline.
by kolor
14 May 2018 08:56
Forum: Development around libVLC
Topic: Opengl video output
Replies: 15
Views: 6726

Re: Opengl video output

At the end, I would like to get the opengl texture containing the decoded frame.
Since VLC can use an opengl output I think it is already possible but maybe not exposed ?
by kolor
03 May 2018 17:08
Forum: Development around libVLC
Topic: Opengl video output
Replies: 15
Views: 6726

Opengl video output

Hi there,

When setting libvlc to render in an opengl window, is there a way to interact with opengl window created by libvlc ? I mean, set a custom opengl context for the window, or just get the opengl context created by libvlc, get back framebuffer associated to window, ...
by kolor
08 Mar 2018 11:18
Forum: Development around libVLC
Topic: Building VLC3 Windows leads to heavy libs
Replies: 2
Views: 274

Re: Building VLC3 Windows leads to heavy libs

yes that's it, thanks!
I used this command if it can help someone : "find myVLClibs/ -name '*.dll' | xargs strip"
by kolor
02 Mar 2018 15:55
Forum: Development around libVLC
Topic: Building VLC3 Windows leads to heavy libs
Replies: 2
Views: 274

Building VLC3 Windows leads to heavy libs

I build VLC 3.0.1 Windows from Ubuntu with gcc, now I have libs that are 5x larger than VLC public release libs. For example my libavcodec.dll is about 110Mo when VLC player 3.0.1 has 20Mo. I'm not using "enable-debug" when configuring, I use build instructions from here : https://wiki.vid...
by kolor
30 Sep 2014 16:13
Forum: VLC stream-output (sout)
Topic: Command line to trim video
Replies: 0
Views: 1895

Command line to trim video

Hi, I would like to trim a mp4 with vlc in command lines, I tried this on Mac OS 10.8 with VLC 2.1.5 without success : ./vlc -I dummy video_originale.mp4 --sout='#transcode{}:std{access=file,dst="out.mp4"}' vlc://quit --start-time 15 --run-time 5 ./vlc -I dummy video_originale.mp4 --sout='...
by kolor
27 May 2014 11:06
Forum: General VLC media player Troubleshooting
Topic: Problem with progressive download
Replies: 2
Views: 527

Re: Problem with progressive download

Ok, is there a workaround to fix this bug when using libvlc instead of VLC player ? I mean a special param to ignore data tracks or something else ?
by kolor
15 May 2014 16:33
Forum: General VLC media player Troubleshooting
Topic: Problem with progressive download
Replies: 2
Views: 527

Problem with progressive download

Hi, I cannot play a progressive video with VLC player (2.1.3 on Windows 8 and 2.1.4 on Mac 10.8 ), here is the link : http://tools.kolor.com:9001/test_vlc/source.2K_HQ.mp4 The video plays well in my Chrome browser (version 34.0.1847.137 for both Mac and Windows). If I download the video and play it ...

Go to advanced search