Search found 521 matches

Go to advanced search

by chubinou
25 Nov 2021 11:39
Forum: Development around libVLC
Topic: PulseAudio Errors with LibVNC...
Replies: 3
Views: 7470

Re: PulseAudio Errors with LibVNC...

you can force the audio output to use alsa by default by passing "--aout=alsa" to libvlc_new
by chubinou
15 Nov 2021 10:36
Forum: Forum, Website and Artwork discussion
Topic: Automatic update doesn't use https?
Replies: 1
Views: 23260

Re: Automatic update doesn't use https?

Hi,

the subject have already been discussed in length, here for instance

https://code.videolan.org/videolan/vlc/-/issues/11987
by chubinou
09 Nov 2021 18:04
Forum: VLC media player for Windows Troubleshooting
Topic: Playback speed adjustment / display
Replies: 2
Views: 443

Re: Playback speed adjustment / display

Hi, you can edit the toolbar with

tool > customize interface

here, add the "speed selector" widget where you want
by chubinou
08 Nov 2021 14:56
Forum: VLC media player for Windows Troubleshooting
Topic: [Audio Conversion] Why only 512 kb/s for Audio-CD profile?
Replies: 3
Views: 389

Re: [Audio Conversion] Why only 512 kb/s for Audio-CD profile?

that WAV codec is uncompressed, the bitrate is defined by the samplerate. 1,411 kbs is 44.1 kHz * 2 channels * 16bits/sample
by chubinou
04 Nov 2021 09:59
Forum: VLC media player for Linux and friends Troubleshooting
Topic: Where to find user guide for VLC running on a raspberry pi
Replies: 1
Views: 2928

Re: Where to find user guide for VLC running on a raspberry pi

this is a matter of starting vlc automatically at startup, nothing really special on VLC side, first result from google regarding this: https://www.dexterindustries.com/howto/run-a-program-on-your-raspberry-pi-at-startup/ for VLC, just create a playlist with VLC on your desktop (media > save to play...
by chubinou
04 Nov 2021 09:53
Forum: General VLC media player Troubleshooting
Topic: Save a looped section
Replies: 2
Views: 2342

Re: Save a looped section

you can't define A-B from command line, the best you can do I think is something like this:

vlc --repeat --start-time=10 --stop-time=20 /path/to/media.mkv
by chubinou
02 Nov 2021 10:26
Forum: Development around libVLC
Topic: [vlc-qt] Get wrong frame buffer
Replies: 1
Views: 5768

Re: [vlc-qt] Get wrong frame buffer

Hi, I'm not familiar with this particular wrapper, but as I understand it:

* you redirect the video to your VlcFrameProcessor, so the widget is not feed anymore (hence the green screen)
* you don't do anything with your video in you VlcFrameProcessor, you need to draw it manually.
by chubinou
05 Jan 2021 17:28
Forum: Development around libVLC
Topic: sdl_opengl_player(.cpp) doesn't work well as expect
Replies: 4
Views: 1402

Re: sdl_opengl_player(.cpp) doesn't work well as expect

In the first case it looks like the hardware decoder is created in loop: decode 1 image then recreate the decoder due to an issue (?). which would explain the stuttering. Can you try to run your media in VLC with the opengl video output selected to see if you have the same issue? (by default it outp...
by chubinou
12 Nov 2020 09:17
Forum: Development around libVLC
Topic: effect that changes the tone?
Replies: 4
Views: 633

Re: effect that changes the tone?

You have to select the filter you want to enable, for instance:

Code: Select all

vlc --audio-filter=scaletempo_pitch --pitch-shift=4
by chubinou
02 Nov 2020 10:12
Forum: Forum, Website and Artwork discussion
Topic: Site RSS feed
Replies: 1
Views: 3117

Re: Site RSS feed

Hi, thanks for the report, can you open an issue here: https://code.videolan.org/VideoLAN.org/websites/-/issues for reference in the news page it's formating with the date: https://code.videolan.org/VideoLAN.org/websites/-/blob/master/www.videolan.org/include/news.php#L65 where as in the RSS, it's g...
by chubinou
02 Nov 2020 09:59
Forum: Development around libVLC
Topic: effect that changes the tone?
Replies: 4
Views: 633

Re: effect that changes the tone?

pitch shifter? (the filter is scaletempo_pitch)
by chubinou
28 Oct 2020 09:30
Forum: VLC media player for Windows Troubleshooting
Topic: Drag Items in Playlist to Change Order ?
Replies: 4
Views: 284

Re: Drag Items in Playlist to Change Order ?

Hi,

the "skined" version of VLC is rater limited compared to the native interface.
by chubinou
27 Oct 2020 11:47
Forum: VLC media player Feature Requests
Topic: simple mouse control
Replies: 1
Views: 185

Re: simple mouse control

Hi, you can try this plugin (untested) https://github.com/nurupo/vlc-pause-click-plugin you can customize your control bar (tools > customize interface) there you can add step forward/backwards buttons where you want. you can set the jump time in tools > preferences > show settings all > interface >...
by chubinou
20 Oct 2020 17:20
Forum: VLC media player for Linux and friends Troubleshooting
Topic: LibVLC 3.0.11 and pitch shift
Replies: 6
Views: 2331

Re: LibVLC 3.0.11 and pitch shift

You should be able to pass the options to a specific media, see:

https://www.videolan.org/developers/vlc ... dc88bf9e15
by chubinou
19 Oct 2020 10:19
Forum: VLC media player for Linux and friends Troubleshooting
Topic: LibVLC 3.0.11 and pitch shift
Replies: 6
Views: 2331

Re: LibVLC 3.0.11 and pitch shift

the pitch shifter is a plugin (scaletempo_pitch), libvlc doesn't provide an API to manipulate filter directly, you need to add them to your input, with something like
--audio-filter=scaletempo_pitch --pitch-shift=5
by chubinou
19 Oct 2020 10:09
Forum: VLC media player for Windows Troubleshooting
Topic: [Question] Watching videos on 2x speed
Replies: 1
Views: 238

Re: [Question] Watching videos on 2x speed

This is probably because you have to press Shift on your keyboard to access the + key, so it's detected as 'Shift +' rather than '+', try reassigning the key in tool > preferences > If I press in the menu faster button I can go faster than 1x, but there will be no indication of current speed. Thanks...
by chubinou
06 Oct 2020 10:17
Forum: VLC media player for Linux and friends Troubleshooting
Topic: Linux VLC 3.0.9.2 won't minimize to tray
Replies: 4
Views: 562

Re: Linux VLC 3.0.9.2 won't minimize to tray

Does it works for other applications (not cinnamon applets, for instance with pidgin)
I'm not familiar with cinnamon.

also can you look at this issue (wild guess):
https://github.com/linuxmint/cinnamon/issues/9328
by chubinou
06 Oct 2020 09:45
Forum: VLC media player for Linux and friends Troubleshooting
Topic: Linux VLC 3.0.9.2 won't minimize to tray
Replies: 4
Views: 562

Re: Linux VLC 3.0.9.2 won't minimize to tray

you need to click on the tray icon for it to minimize.
by chubinou
14 Sep 2020 09:54
Forum: General VLC media player Troubleshooting
Topic: Help with getting subtiles to on bottom of movie, not between both the movie and black bars....
Replies: 1
Views: 240

Re: Help with getting subtiles to on bottom of movie, not between both the movie and black bars....

VLC 3.0 doesn't support rendering subtitles in the black bars,
Your black bars are likely parts of the video.

you can try to tweak preferences --> Show all --> Video --> Subtitles / OSD to adjust the positioning of the subtitles
by chubinou
10 Sep 2020 09:30
Forum: VLC for Android and Chrome OS
Topic: Playing Music from a web share
Replies: 1
Views: 282

Re: Playing Music from a web share

Hi,

tonido seems to support webdav, this is probably the way to go. VLC doesn't support tonido itself.

https://www.tonido.com/support/display/ ... ing+WebDAV
by chubinou
10 Sep 2020 09:20
Forum: General VLC media player Troubleshooting
Topic: VLC on Samsung TV?
Replies: 1
Views: 7428

Re: VLC on Samsung TV?

VLC is available on TV that uses Android TV OS (your Sony TV probably) but not on other TV OS (you samsung TV uses probably tizen)
by chubinou
31 Aug 2020 15:32
Forum: General VLC media player Troubleshooting
Topic: Change default Audio | Stereo Mode setting to "headphones"?
Replies: 2
Views: 6232

Re: Change default Audio | Stereo Mode setting to "headphones"?

Hi,

* open tools > preferences
* click "show settings" : "all"
* select audio on the left
* choose "headphones" for "stereo audio output mode"

Go to advanced search