Search found 5 matches

Go to advanced search

by mmm777
15 Sep 2016 20:19
Forum: Web and scripting
Topic: Replay Gain -> vlc.Volume How?
Replies: 1
Views: 4266

Re: Replay Gain -> vlc.Volume How?

For now, my solution is below. Value of ReplayGainCoefficient is obtained by trial and error. Now much better than without ReplayGain; but I think this is too simple a way of calculation. public static class VolumeUtils { public static double ReplayGainCoefficient = 4.0 public static int DefaultLeve...
by mmm777
31 Aug 2016 01:36
Forum: Web and scripting
Topic: Replay Gain -> vlc.Volume How?
Replies: 1
Views: 4266

Replay Gain -> vlc.Volume How?

ActiveX Control.

How convert a value of Replay Gain from a file - to a value volume of vlc control?
For example: Repaly Gain is 6.0 dB (Foobar 2000).
What should I set on VLC.Volume?
by mmm777
21 Apr 2015 21:40
Forum: VLC media player for Windows Troubleshooting
Topic: ActiveX control - something wrong with 2.2.1
Replies: 5
Views: 1293

Re: ActiveX control - something wrong with 2.2.1

After recreating those files AXVLC.dll + AxAXVLC.cs is OK It really worked for a long time without any changes in program, only 2.2.1 caused problems . (Now VLC and program is 64-bit) "c:\Program Files\Microsoft SDKs\Windows\v7.1\Bin\x64\AxImp.exe" "c:\Program Files\VideoLAN\VLC\axvlc...
by mmm777
19 Apr 2015 21:32
Forum: VLC media player for Windows Troubleshooting
Topic: ActiveX control - something wrong with 2.2.1
Replies: 5
Views: 1293

Re: ActiveX control - something wrong with 2.2.1

Original project is here: http://clipplayer.codeplex.com/ It worked with previous versions of VLC I made a simple example, for a demonstration: [MainWindow.xaml] <Window x:Class="TestVLC.MainWindow" xmlns="http://schemas.microsoft.com/winfx/2006/xaml/presentation" xmlns:x="h...
by mmm777
18 Apr 2015 18:26
Forum: VLC media player for Windows Troubleshooting
Topic: ActiveX control - something wrong with 2.2.1
Replies: 5
Views: 1293

ActiveX control - something wrong with 2.2.1

Assumptions: vlc = new AXVLC.VLCPlugin2(); vfh - WindowsFormsHost ------------------------------------- wfh.Child = vlc; ------------------------------------- Now here is an error: Cannot implicitly convert type 'AXVLC.VLCPlugin2Class' to 'System.Windows.Forms.Control' `vlc.Dispose' - now it is not ...

Go to advanced search