Search found 4 matches

Go to advanced search

by Chalisque
08 Nov 2024 19:59
Forum: VLC media player Feature Requests
Topic: single frame back-movement
Replies: 7
Views: 14787

Re: single frame back-movement

I'm guessing that what the playback code needs to do is to cache the previous keyframe and any intermediate frame info between then and current. When paused, there is plenty of time to grab surrounding keyframes, but a frame advance/frame rewind mode is different than what is desirable and efficient...
by Chalisque
23 Jan 2023 23:22
Forum: Scripting VLC in lua
Topic: mute vs volume
Replies: 1
Views: 6018

Re: mute vs volume

It would seem to only take a few extra lines in modules/lua/libs/volume.c in order to enable this. I've not yet tried building VLC from source as it seems a bit of an undertaking. Having had a dig around the source, one quick hack would be to add something like the following to volume.c (or else add...
by Chalisque
23 Jan 2023 22:52
Forum: Scripting VLC in lua
Topic: mute vs volume
Replies: 1
Views: 6018

mute vs volume

In the normal VLC gui volume control (and via menus), we can both mute audio and adjust the volume. It is possible to have nonzero volume but mute engaged (resulting in no audio), and zero volume but mute disengaged (resulting in no audio). If mute is engaged via the GUI, I can't find the command or...
by Chalisque
23 Nov 2022 15:53
Forum: Web and scripting
Topic: Web remote bring window to front
Replies: 0
Views: 4130

Web remote bring window to front

When I select 'full screen' on the web remote UI, the window goes fullscreen, but does not go in front of other windows. Is there any way to get it to do this?

Go to advanced search