Search found 107 matches

Go to advanced search

by neosettler
06 Jul 2019 16:08
Forum: Development around libVLC
Topic: Opengl video output
Replies: 15
Views: 6732

Re: Opengl video output

Hello Jean-Baptiste, You need a patch to libVLC to do that. Is this something Libvlc user could expect in the future? With the amount of data required for custom 360 stereoscopic videos, copying the texture is killing performance to a point where vlclib becomes useless. I hope you've been giving thi...
by neosettler
22 Jun 2019 19:49
Forum: Development around libVLC
Topic: Saving meta data?
Replies: 1
Views: 649

Saving meta data?

Greetings, Using libvlc 3.0.7.1 on windows x64, I'm trying to open a local video mkv/mp4/mov and add meta such as an url. So far, I'm getting: [000002574118ffb0] main meta writer debug: looking for meta writer module matching "any": 1 candidates [000002574118ffb0] taglib meta writer error:...
by neosettler
25 May 2019 20:34
Forum: Development around libVLC
Topic: Using plugins on windows.
Replies: 1
Views: 384

Using plugins on windows.

Greetings,

libvlc 3.0 #include <vlc/plugins/vlc_threads.h> with Visual Studio on Windows 10:

It seems like I'm hitting a wall. For instance:

Error C3861 'poll': identifier not found

I thought this was a cross platform api, what I'm I missing?

Thank you,
by neosettler
25 May 2019 02:17
Forum: Development around libVLC
Topic: "libvlc_media_tracks_get" issue
Replies: 3
Views: 904

Re: "libvlc_media_tracks_get" issue

Hi,

preparsing() how?
by neosettler
07 Apr 2019 22:22
Forum: Development around libVLC
Topic: Generate Thumbnails
Replies: 4
Views: 3900

Re: Generate Thumbnails

Having execution speed in mind, is there any recommandation like how to turn audio tracks off? Also, set play does seems like a major over head while only one frame is needed. Basically, even if the process stops after fetching the first frame, the audio has been started.
by neosettler
07 Apr 2019 16:31
Forum: Development around libVLC
Topic: Generate Thumbnails
Replies: 4
Views: 3900

Re: Generate Thumbnails

Thank you for your suggestion Jean-Baptiste,

I should have mentioned that I'm on Windows but I'll see what I can do with the VLC-Android. It seems like replacing pthread would get the job done.
by neosettler
06 Apr 2019 18:02
Forum: Development around libVLC
Topic: Generate Thumbnails
Replies: 4
Views: 3900

Generate Thumbnails

Greetings,

Giving a try at fetching and/or generating video thumbnails using LibVLC 3.0. Is there a common way to do this? The idea is to populate a custom file browser (using Qt) that display video files with thumbnails.

thank you,
by neosettler
01 Feb 2019 00:40
Forum: Development around libVLC
Topic: Disabling subtitles
Replies: 2
Views: 342

Re: Disabling subtitles

Hi, thank you for your suggestion. One would think that libvlc_video_set_spu -1 would disable the subtitles but, at least on Windows 10, it has no effect.
by neosettler
30 Jan 2019 03:26
Forum: Development around libVLC
Topic: Disabling subtitles
Replies: 2
Views: 342

Disabling subtitles

Greetings,

How to enable/disable subtitle at run time using libVLC?
by neosettler
30 Jan 2019 03:22
Forum: Development around libVLC
Topic: OpenGL output command line?
Replies: 5
Views: 1662

Re: OpenGL output command line?

Sorry for the double post: Hello and thank you for your support. removing : libdirect3d9_plugin.dll libdirect3d11_plugin.dll does in fact fallback to OpenGL output. One annoying side effect is that the video does flickers, seems like black or missing frames. Why " You may need to tell your app ...
by neosettler
30 Jan 2019 03:21
Forum: Development around libVLC
Topic: "Video output module" can not be set through libvlc api
Replies: 6
Views: 3367

Re: "Video output module" can not be set through libvlc api

Hello and thank you for your support. removing : libdirect3d9_plugin.dll libdirect3d11_plugin.dll does in fact fallback to OpenGL output. One annoying side effect is that the video does flickers, seems like black or missing frames. Why " You may need to tell your app to look for dlls elsewhere ...
by neosettler
30 Jan 2019 03:12
Forum: Development around libVLC
Topic: Unbind the media player handle
Replies: 3
Views: 331

Re: Unbind the media player handle

Good idea, delete and create works! One remaining issue with this approach is that using Qt::QWidget::windId as a render target, the QWidget does not refresh after deleting a media player that was using its handle. Seems like the winId (handle) is being messed with somehow. Any hint would be much ap...
by neosettler
28 Jan 2019 00:24
Forum: Development around libVLC
Topic: OpenGL output command line?
Replies: 5
Views: 1662

OpenGL output command line?

Greetings,

How to force OpenGL output with command line in LibVLC 3.x?

Is there any benefit or using DX or OpenGL on windows 10?
by neosettler
28 Jan 2019 00:07
Forum: Development around libVLC
Topic: Unbind the media player handle
Replies: 3
Views: 331

Unbind the media player handle

Greetings, Is there a way to unbind libvlc_media_player_set_hwnd handle to it's default state, if any? I'd like to change from an output to a window handle to a render to texture while playing the same video. So far, setting libvlc_media_player_set_hwnd to null doesn't seem to have any effect. also,...
by neosettler
27 Aug 2018 18:25
Forum: Development around libVLC
Topic: VFlip nigthmare
Replies: 14
Views: 1540

Re: VFlip nigthmare

Hi Remi, thank you for your feedback. I wasn't aware of the flip overhead indeed. Good to know! AFAIK, the video callbacks are necessary to render to a texture. Texture that could be applied to a 3d mesh like a sphere for 360 rendering. I'd be interested if you could elaborate on this a little. Havi...
by neosettler
25 Aug 2018 16:00
Forum: Development around libVLC
Topic: VFlip nigthmare
Replies: 14
Views: 1540

Re: VFlip nigthmare

In any case, I'd be interested in knowing if anyone had the same issue or I'm taking crazy pills. This is quite annoying in a 3D pipeline where videos are flipped especially in shaders. I thought of flipping the images coming from the FreeImage library but flipping all the images at load time is rat...
by neosettler
12 Aug 2018 20:54
Forum: Development around libVLC
Topic: VFlip nigthmare
Replies: 14
Views: 1540

Re: VFlip nigthmare

Salut Jean-Baptiste, sorry for the delay, I missed your last reply. here is the log when opening video: [00000205f7a01430] transform filter error: Unsupported pixel size 0 (chroma DX11) [00000205f7af58a0] chain filter error: Too high level of recursion (3) [00000205f7af4770] main filter error: Faile...
by neosettler
30 Jul 2018 17:30
Forum: Development around libVLC
Topic: VFlip nigthmare
Replies: 14
Views: 1540

Re: VFlip nigthmare

humm, in that case, --avcodec-hw=none should solve the issue right? Unfortunately, it doesn't. What I'm I missing?
by neosettler
27 Jul 2018 04:46
Forum: Development around libVLC
Topic: VFlip nigthmare
Replies: 14
Views: 1540

Re: VFlip nigthmare

Hello, Still hoping for a piece of advice if it is not too much to ask. I'd really like to migrate to 3.0 but I'm enable to move forward without a fix. There is definitely something that has been broken in 3.0 regarding transformation. I'm guessing the command line options are at fault but I might b...
by neosettler
22 Jun 2018 04:53
Forum: Development around libVLC
Topic: VFlip nigthmare
Replies: 14
Views: 1540

Re: VFlip nigthmare

Oh, I see, thank you. It turns out that the vflip works without a glitch but I get this error when rendering to texture. "--avcodec-hw=none" has no effect. [000001b71691af50] transform filter error: Unsupported pixel size 0 (chroma DX11) [000001b72a613040] chain filter error: Too high leve...
by neosettler
19 Jun 2018 16:59
Forum: Development around libVLC
Topic: VFlip nigthmare
Replies: 14
Views: 1540

Re: VFlip nigthmare

hummm… --avcodec-hw=none should disable hardware acceleration , yes? In any case, would disabling hardware acceleration has an impact on performance, especially with 4k playback? Seems like a dirty hack. Is there any other reason that comes to mind why the vflip works fine on 2.x and not on 3.x vers...
by neosettler
19 Jun 2018 01:07
Forum: Development around libVLC
Topic: VFlip nigthmare
Replies: 14
Views: 1540

Re: VFlip nigthmare

Hell JB, thank yo for your input. In both cases, same results. const Char *l_args[] = { "--avcodec-hw=none", "--video-filter=transform", "--transform-type=vflip", }; m_VLC_Instance = libvlc_new(sizeof(l_args) / sizeof(l_args[0]), l_args); return Unsupported pixel size 0...
by neosettler
18 Jun 2018 03:43
Forum: Development around libVLC
Topic: VFlip nigthmare
Replies: 14
Views: 1540

VFlip nigthmare

Greetings, Coming back to a (presumably) bug that has been introduced in 3.0.0, I'm hoping to find salvation with 3.0.3... no luck so far. While LibVLC (on Windows) had no problem with this feature, vflip on 3.x just doesn't want to work. const Char *l_args[] = { "--video-filter=transform"...
by neosettler
20 Mar 2018 04:44
Forum: ​VLC for Windows Store​
Topic: Randomly getting black screen
Replies: 5
Views: 2368

Re: Randomly getting black screen

Hi mfkl, thank you for your support. code tag = ... ; the code between these tags does not format properly sometimes, with Windows Edge that is. To prove me wrong... it does work now! ^^ The VLC log doesn't show anything different when the black screen occurs but OpenGL doesn't throw this: High Type...

Go to advanced search