Search found 5 matches

Go to advanced search

by Martin4343
24 Apr 2020 23:17
Forum: Development around libVLC
Topic: libVLCSharp Audio Filters Support
Replies: 8
Views: 807

Re: libVLCSharp Audio Filters Support

Hello everyone, I did a lot more research and got the compressor filter working with all libvlc versions 2.1.x. With all versions starting from 2.2.0 or later the compressor does not work. I had to test using the wrapper VLC.DotNet 2.2.1, because the libVLCSharp wrapper is only available from 3.0.0 ...
by Martin4343
22 Apr 2020 11:51
Forum: Development around libVLC
Topic: libVLCSharp Audio Filters Support
Replies: 8
Views: 807

Re: libVLCSharp Audio Filters Support

Ok Thanks.
- How can I force libVLCSharp to use 64 bit?
- Do you have any other ideas I can test?
by Martin4343
21 Apr 2020 21:03
Forum: Development around libVLC
Topic: libVLCSharp Audio Filters Support
Replies: 8
Views: 807

Re: libVLCSharp Audio Filters Support

libVLCSharp logging - compressor filter does not work: [url]https://pastebin.com/ffKHWN5r[/url]

VLC from actual command line - compressor filter works: [url]https://pastebin.com/ymfivyvs[/url]
by Martin4343
21 Apr 2020 20:51
Forum: Development around libVLC
Topic: libVLCSharp Audio Filters Support
Replies: 8
Views: 807

Re: libVLCSharp Audio Filters Support

Thank you for your reply. I used the exact same command line spelling as in the link you sent: private readonly string[] _commandLineOptions = { //"--verbose=2", "--audio-filter=compressor", "--compressor-rms-peak=0.00", "--compressor-attack=24.00", "--co...
by Martin4343
20 Apr 2020 22:17
Forum: Development around libVLC
Topic: libVLCSharp Audio Filters Support
Replies: 8
Views: 807

libVLCSharp Audio Filters Support

I am trying to use audio filters dynamic range compressor or volume normalizer in a windows form application with libVLCSharp. I have tested the command line parameters in the actual command line and they work there. But it does not work with the following code. Any help is highly appreciated. I am ...

Go to advanced search