Search found 12 matches

Go to advanced search

by highlysceptical
16 Jan 2006 20:29
Forum: Web and scripting
Topic: Showing the controls with ActiveX
Replies: 5
Views: 5359

Re: How did you play it?

I am also trying but cannot even play the video. May I know how diod you play it? Thorugh MRL or playlist? DO you mind posting the source code for loading and playing a media here? Thanks The following code works fine for me (buTest is a button on my form):- procedure TfmMain.buTestClick(Sender: TO...
by highlysceptical
15 Dec 2005 19:48
Forum: Web and scripting
Topic: Showing the controls with ActiveX
Replies: 5
Views: 5359

Showing the controls with ActiveX

This might be a naive question, but I am playing with the ActiveX component in Delphi. When I play my video clip, it all works fine, except that I get a frameless display and no controls. Is it possible to display the controls - the time slider, play, stop, play faster, play slower etc. Also, is it ...
by highlysceptical
11 Dec 2005 21:15
Forum: VLC stream-output (sout)
Topic: Selecting part of an MPEG file
Replies: 9
Views: 1728

Selecting part of an MPEG file

Is there any way to trim parts of an MPEG file - for example, to trim unwanted bits from the beginning and the end?
by highlysceptical
11 Nov 2005 00:27
Forum: General VLC media player Troubleshooting
Topic: hide controls?
Replies: 17
Views: 8657

I hadn't thought of it like that. What I am actually trying to do is to write a program that converts a file copied from my hard disk recorder into a format that I can then write to a DVD. VLC offers the capability to convert my MPEG-TS file into an MPEG-PS file, which is the first part of the proce...
by highlysceptical
10 Nov 2005 08:36
Forum: General VLC media player Troubleshooting
Topic: hide controls?
Replies: 17
Views: 8657

Note sure what you mean. All I want to do is to use the processing power of vlc from within another program that I am writing, and I want to be able to show certain information in my program - for example, a progress bar (is that what you are referring to as the server?)


Andrew
by highlysceptical
09 Nov 2005 15:31
Forum: VLC media player for Windows Troubleshooting
Topic: Simple question! How to play MPEG using ActiveX control
Replies: 2
Views: 1103

I think that is what I am doing:-

VLCPlugin1.addTarget "d:\mpegfile.mpg", Null, VLCPlayListReplaceAndGo, -666

but nothing happens!
by highlysceptical
09 Nov 2005 13:41
Forum: VLC media player for Windows Troubleshooting
Topic: Simple question! How to play MPEG using ActiveX control
Replies: 2
Views: 1103

Simple question! How to play MPEG using ActiveX control

This may seem like a naive question, but I am playing around with the ActiveX control at the moment in Visual Basic, and all I want to do is to play an MPEG file. I have added the ActiveX control to my form, and set autoplay to true. But despite trying all sorts of settings for MRL and AddTarget, I ...
by highlysceptical
09 Nov 2005 12:05
Forum: General VLC media player Troubleshooting
Topic: hide controls?
Replies: 17
Views: 8657

Monitoring progress

Hi Cheeseness Your previous comments were extremely helpful to me. You have obviously got a bit further than I have managed so far. Do you know if it is possible to monitor the progress of the task being performed? I want to call VLC from another program to perform a silent, invisible process and to...
by highlysceptical
09 Nov 2005 11:41
Forum: VLC stream-output (sout)
Topic: Newbie question - converting MPEG file format
Replies: 2
Views: 968

Found the answer to my second question as well!! If anyone else wants to know, have a look at this thread:-

viewtopic.php?t=12704&highlight=hide+console:-
by highlysceptical
09 Nov 2005 11:23
Forum: VLC stream-output (sout)
Topic: Newbie question - converting MPEG file format
Replies: 2
Views: 968

I have found the answer to my first question:-

[path]\vlc d:\oldfile.mpg --sout=#duplicate{dst=std{access=file,mux=ps,url="d:\newfile.mpg"}}

works fine.

However, I would still like to know if it is possible to perform the operation invisibly - ie: to hide the vlc interface.
by highlysceptical
09 Nov 2005 09:25
Forum: Web and scripting
Topic: using VLC activex in VB6
Replies: 8
Views: 8140

Where is the ActiveX component?

Thanks Waruwaru.

Originally I had version 0.8.2 but did not have an ActiveX directory (or if I did, I couldn't find it!). But I have now downloaded 0.8.4 test2a and have found it.
by highlysceptical
07 Nov 2005 22:29
Forum: VLC stream-output (sout)
Topic: Newbie question - converting MPEG file format
Replies: 2
Views: 968

Newbie question - converting MPEG file format

All I want to do is to convert (re-encapsulate?) an MPEG-TS file into an MPEG-PS file, but ideally, I would like to do it invisibly via a command from within another program. I have successfully managed to perform the conversion using the VLC interface, but I cannot get it to work via the command pr...

Go to advanced search