Search found 6 matches

Go to advanced search

by jessi
18 Nov 2005 01:36
Forum: VLC media player for Windows Troubleshooting
Topic: Cross-Fading/Mixing audio tracks from playlist
Replies: 0
Views: 777

Cross-Fading/Mixing audio tracks from playlist

Hello!

Is there any way to make the end of a audio track fade into the beginning of the next track? (like track1's volume decreases while track2's volume increases..)

Cheers,
Jessi
by jessi
18 Nov 2005 01:19
Forum: VLC media player for Windows Troubleshooting
Topic: Can't compile VLC using CYGWIN/XP (Redef. of target error)
Replies: 3
Views: 3082

Yes, that would be so much apprechiated! A generic win32 build just with DAAP enabled..

Come on guys!! ;)
by jessi
17 Nov 2005 12:10
Forum: Web and scripting
Topic: Controlling VLC ActiveX using Delphi
Replies: 6
Views: 6886

The Delphi-example is right right on top of your message. I posted it in my answer statement.
by jessi
15 Nov 2005 19:47
Forum: VLC media player for Windows Troubleshooting
Topic: Can't compile VLC using CYGWIN/XP (Redef. of target error)
Replies: 3
Views: 3082

Can't compile VLC using CYGWIN/XP (Redef. of target error)

Hello! I need DAAP functionality in VLC. Since the lib is not included in the standard build I'm now trying to compile VLC myself. After setting up CYGWIN (I had to fetch far more packages as described in INSTALL.W32 to complete the ./configure - like CVS and automake) After ./configure is finnished...
by jessi
15 Nov 2005 19:13
Forum: Web and scripting
Topic: Controlling VLC ActiveX using Delphi
Replies: 6
Views: 6886

Here is the answer: // Constants for enum VLCPlaylistMode type VLCPlaylistMode = TOleEnum; const VLCPlayListInsert = $00000001; VLCPlayListReplace = $00000002; VLCPlayListAppend = $00000004; VLCPlayListGo = $00000008; VLCPlayListCheckInsert = $00000010; var ovOptions: OleVariant; // From VB example ...
by jessi
15 Nov 2005 17:24
Forum: Web and scripting
Topic: Controlling VLC ActiveX using Delphi
Replies: 6
Views: 6886

Controlling VLC ActiveX using Delphi

Hi there! The VLC ActiveX can now be used within Delphi (Design- & Runtime) I figured AddTarget is used to add media to the VLC playlist. E.g. (C#): axVLCPlugin1.addTarget("C:\\test.avi", null, AXVLC.VLCPlaylistMode.VLCPlayListInsert, 0); The problem is the "AXVLC.VLCPlaylistMode....

Go to advanced search