Search found 15 matches

Go to advanced search

by sfed
19 Feb 2008 02:31
Forum: General VLC media player Troubleshooting
Topic: Any way to pause on last frame of video in VLC
Replies: 8
Views: 3226

Re: Any way to pause on last frame of video in VLC

let me get together the changes for the freeze on last frame option and i'll post them - pretty simple to do that - i'm working on some other stuff that is not so simple...
by sfed
11 Feb 2008 01:14
Forum: General VLC media player Troubleshooting
Topic: Another Licensing question
Replies: 18
Views: 3501

Re: Another Licensing question

I appreciate and understand your point of view - I'm not sure how allowing software to use GPL services that are an alternative to commercial software that is available to do the same things (sometimes technically "free" and well-documented as well, although not open-source - i.e. Windows ...
by sfed
10 Feb 2008 04:23
Forum: General VLC media player Troubleshooting
Topic: Another Licensing question
Replies: 18
Views: 3501

Re: Another Licensing question

Well the GPL does say that "The act of running the Program is not restricted, and the output from the Program is covered only if its contents constitute a work based on the Program (independent of having been made by running the Program)." I've always thought that if a program was being la...
by sfed
10 Feb 2008 01:45
Forum: General VLC media player Troubleshooting
Topic: Another Licensing question
Replies: 18
Views: 3501

Re: Another Licensing question

By the way, thank you very much for your detailed responses - it goes a long way to help clarify this issue, as the ins and outs of what is ok and what is not in specific applications of the GPL are not usually spelled out very clearly. GPLV2 leaves a lot up to interpretation, fortunately or unfortu...
by sfed
10 Feb 2008 01:35
Forum: General VLC media player Troubleshooting
Topic: Another Licensing question
Replies: 18
Views: 3501

Re: Another Licensing question

So, since VLC has DBus and ActiveX interface, which is it legal to interface with, if it was wanted to use features of VLC in a commercial application that were not available in the current DBus and ActiveX interfaces, could someone modify the DBus and ActiveX sources and VLC source as necessary to ...
by sfed
09 Feb 2008 06:06
Forum: General VLC media player Troubleshooting
Topic: Another Licensing question
Replies: 18
Views: 3501

Re: Another Licensing question

Sorry if the following runs on...please bear with me. I was not talking about building an application on VLC, but merely using VLC to playback video from another application. That could be accomplished, for example, by calling it indirectly from a command shell - that does not bring the calling prog...
by sfed
08 Feb 2008 23:08
Forum: General VLC media player Troubleshooting
Topic: Adding a custom Codec to VLC
Replies: 3
Views: 5862

Re: Adding a custom Codec to VLC

Correct me if I'm wrong, but GPL only applies if you distribute or sell the application to a 3rd party. In-house commercial or personal use/modification is ok without disclosure of source, from my understanding of the GPL. For example, lots of companies have websites powered by GPL software with mod...
by sfed
08 Feb 2008 22:58
Forum: General VLC media player Troubleshooting
Topic: is there any way to understand where user clicks when video
Replies: 6
Views: 627

Re: is there any way to understand where user clicks when video

if you have an programmed application that is using vlc, you can just intercept mouse events to determine when/where the mouse is being clicked...different ways of doing this depending on the language...
by sfed
08 Feb 2008 22:44
Forum: General VLC media player Troubleshooting
Topic: Any way to pause on last frame of video in VLC
Replies: 8
Views: 3226

Re: Any way to pause on last frame of video in VLC

sorry - geek speak I guess - I just wanted to say I managed to implement a parameter to get a video to pause at the end frame without too much trouble and minimal changes to the codebase (maybe a dozen lines of code), so it is possible to do.
by sfed
08 Feb 2008 16:57
Forum: General VLC media player Troubleshooting
Topic: Any way to pause on last frame of video in VLC
Replies: 8
Views: 3226

Re: Any way to pause on last frame of video in VLC

In response to my own question above, I have added an option/parameter to the input module in vlc that allows the video to be paused on the last frame automatically without the video player exiting (requires modification of the source code). It can be applied globally or per-stream and basically jus...
by sfed
08 Feb 2008 16:23
Forum: General VLC media player Troubleshooting
Topic: Another Licensing question
Replies: 18
Views: 3501

Re: Another Licensing question

A further related question: I see that Chris Meadowcroft has published a C# library with bindings / loading of libvlc.dll using the LGPL license, which would allow proprietary applications to link to VLC indirectly under the LGPL license as long as (if) any changes to the C# bindings library are pub...
by sfed
06 Feb 2008 12:48
Forum: VLC media player Feature Requests
Topic: Frame advance - Frame by Frame - Bugzilla?
Replies: 31
Views: 77380

Re: Frame advance - Frame by Frame - Bugzilla?

Lol, i understand if you have more important matters to attend to. I'll take a look if I get some free time - i've just started to peruse the source. Seriously i have not looked at the asynchronous event chain in the application, and I understand the disconnected nature of the stream processing and ...
by sfed
05 Feb 2008 16:07
Forum: VLC media player for Windows Troubleshooting
Topic: Adding video window to C# Windows Form
Replies: 1
Views: 598

Re: Adding video window to C# Windows Form

Just add a reference to the vlc com activex dll and then it should appear in the toolbox - drag it onto the form and set the defaults from the control properties sheet. Alternately you can instantiate it yourself - once you have the reference imported you can use the object browser to check out the ...
by sfed
05 Feb 2008 14:03
Forum: VLC media player Feature Requests
Topic: Frame advance - Frame by Frame - Bugzilla?
Replies: 31
Views: 77380

Re: Frame advance - Frame by Frame - Bugzilla?

Forgive my ignorance, but for frame advance, couldn't a flag be developed/set to have the playback decode paused on the next decoded/displayed picture? When in that mode play would then just advance to the next (decoded) picture. It would allow at least frame by frame advance - understand that frame...
by sfed
05 Feb 2008 13:24
Forum: General VLC media player Troubleshooting
Topic: Any way to pause on last frame of video in VLC
Replies: 8
Views: 3226

Any way to pause on last frame of video in VLC

I am wondering if there is an option in VLC to pause on the last frame of a played video rather than closing the video window. Also in a javascript / html interface, is there a way to have notification when a video completes playback?

Go to advanced search