Search found 150 matches

Go to advanced search

by Tappen
22 Dec 2006 04:40
Forum: VLC media player for Windows Troubleshooting
Topic: Tearing cuts with a DVD video
Replies: 5
Views: 950

Not all DVDs are progressive. Even when they are, the sources they are transferred from may be improved by the filter. Give it a try and see for yourself.
by Tappen
21 Dec 2006 20:07
Forum: General VLC media player Troubleshooting
Topic: GPL Violation
Replies: 7
Views: 1651

I hate to be the one to suggest ways of breaking GPL, but it is common knowledge that using "shims" is a way of adding proprietary code to GPL code without breaking the law. Basically you need to write an open-source layer on top of the GPL code first. Then your proprietary code can call t...
by Tappen
21 Dec 2006 19:45
Forum: Web and scripting
Topic: VB.net + ActiveX problem: Length property NULL
Replies: 6
Views: 2803

A vob file is a vob file. When you transcode (Save/Stream) from vob to mpeg you get to set the encapsulation, TS or PS or whatever. I was just asking which you'd picked. If you want to do a really good clean job of combining multiple vob files into a single mpeg PS file use VideoRedo. I know it's $5...
by Tappen
21 Dec 2006 19:41
Forum: Web and scripting
Topic: Metaname ?
Replies: 2
Views: 1341

The simple answer is "not much". The longer answer is that the playlist is getting a major overhaul with 0.9.0 so anything you learn now won't be much use later.
by Tappen
21 Dec 2006 19:40
Forum: Web and scripting
Topic: More libvlc in C#
Replies: 80
Views: 54935

I don't have the code in front of me, but I think any setVariable in the activex control goes to VLC_OBJECT_INPUT. Also I think you want to call SetVlcObjectInt not SetVlcObjectString since the variable is an integer. Remember C# is type-safe unlike Javascript.
by Tappen
21 Dec 2006 05:33
Forum: VLC media player for Windows Troubleshooting
Topic: How do I solve dithering?
Replies: 2
Views: 579

This is the result of low bandwidth encoding of the video. There's nothing you can do at your end. The source needs to use more bits for each second of video, or a better compression codec.
by Tappen
21 Dec 2006 05:31
Forum: Web and scripting
Topic: Chapter Changing in Http Interface
Replies: 1
Views: 1233

You might try

var x = vlc.getVariable("key-chapter-next");
vlc.setVariable("key-pressed", x);

Sorry I don't know the exact syntax in javascript you need.
by Tappen
21 Dec 2006 01:55
Forum: VLC media player for Windows Troubleshooting
Topic: how can i
Replies: 2
Views: 652

Do you have a subtitle file? The most common has the extension .srt. Rename it the same as the movie file (myvideo.mpg and myvideo.srt for example) and put them in the same directory before you open the video file. Sub-titles should appear, or at least be available from the menu to turn on.
by Tappen
21 Dec 2006 01:53
Forum: VLC media player for Windows Troubleshooting
Topic: A first chance exception of type 'System.Runtime.InteropServ
Replies: 2
Views: 764

Do you have AxInterop.AXVLC.dll and Interop.AXVLC.dll in your output directory? Try deleting them and forcing VS 2005 to re-create them for you from the latest 0.8.6 ActiveX dll. And of course why not just install and try the pre-built binaries so you can tell if the problem is with your own build? ...
by Tappen
21 Dec 2006 01:40
Forum: VLC media player for Windows Troubleshooting
Topic: Frame Interleaving Playback Problem
Replies: 3
Views: 719

I end up turning the deinterlace Blend filter on with almost every video in order to compensate for the somewhat rough output of Vlc. It might be an issue somewhere in Vlc, but more likely ffmpeg hasn't kept up with the times in terms of automatic jitter/noise reduction like non-open-source products...
by Tappen
21 Dec 2006 01:12
Forum: VLC media player for Windows Troubleshooting
Topic: can I change the format of a video?
Replies: 4
Views: 793

I've been using Vlc to remux DVDs. If the DVD is in drive D:, I choose Open Disc, put D: in the Device name field, Title = 1 (or whatever title you want from the DVD, open it normally and use Navigation to find the title number), check Stream/Save in Advanced options, open Settings, check File and p...
by Tappen
21 Dec 2006 00:28
Forum: Web and scripting
Topic: More libvlc in C#
Replies: 80
Views: 54935

osmanosman be sure you call Initialize() on the NativeLibVlc object before making any other calls to it.

Also note I updated the post with newer code Dec. 18th. A couple bug fixes and added the DisplayMessage method.
by Tappen
21 Dec 2006 00:22
Forum: Web and scripting
Topic: VB.net + ActiveX problem: Length property NULL
Replies: 6
Views: 2803

Make sure they're mpeg PS (program stream) encapsulated, rather than mpeg TS (transport stream) encapsulate, if you want to see the Length in Vlc.
by Tappen
18 Dec 2006 22:26
Forum: VLC media player for Windows Troubleshooting
Topic: Problem on the new stable 0.8.6
Replies: 6
Views: 2078

As DJ says, if the whole DVD is on your hard drive opening it with an mrl like "dvdsimple:"C:\Documents and Settings\tim\My Documents\DVD DDREAM"@1 is more straightforward.
by Tappen
18 Dec 2006 22:21
Forum: VLC media player Feature Requests
Topic: Shutdown After Playback..
Replies: 10
Views: 5294

I thought adding vlc:quit to the playlist shut down Vlc? Just put it at the end of whatever arguments you pass to Vlc.
by Tappen
18 Dec 2006 19:33
Forum: Web and scripting
Topic: VB.net + ActiveX problem: Length property NULL
Replies: 6
Views: 2803

Are you playing an Mpeg Transport Stream file (.ts or .tp) file? I'm afraid Vlc doesn't calculate the length for media types like this even when they're in file form.
by Tappen
18 Dec 2006 19:30
Forum: Web and scripting
Topic: New Unified APIs for ActiveX and Mozilla plugins for 0.8.6
Replies: 91
Views: 368915

I'd like to add this code but it's too difficult to develop for Vlc on Windows. It was easy enough to add even using C# and .Net interop.
by Tappen
18 Dec 2006 19:28
Forum: Web and scripting
Topic: More libvlc in C#
Replies: 80
Views: 54935

osmanosman, your project needs to be a Windows Application, not an empty project. You need a host Form for this User Control to live on. The simplest arrangement is to open the main form in designer mode, use the Toolbox and drag a VlcUserControl onto the main form, then set its Dock property to Fill.
by Tappen
16 Dec 2006 06:35
Forum: VLC media player for Windows Troubleshooting
Topic: Strangest/funniest bug ever
Replies: 5
Views: 942

Ah, so it's not a time value that's set by VLC installation, it's a Windows value that's being used/abused. Could have happened at the same time for me this time.
by Tappen
16 Dec 2006 06:29
Forum: Web and scripting
Topic: More libvlc in C#
Replies: 80
Views: 54935

by Tappen
16 Dec 2006 06:26
Forum: Web and scripting
Topic: More libvlc in C#
Replies: 80
Views: 54935

More libvlc in C#

Updated Dec. 31 with cropping and configuration variable support. This is now in the Wiki at http://wiki.videolan.org/.Net_Interface_to_VLC so I am removing the old code from the forum.
by Tappen
15 Dec 2006 01:17
Forum: VLC media player for Windows Troubleshooting
Topic: Strangest/funniest bug ever
Replies: 5
Views: 942

No, it's not a joke. It probably has to do with a setting or registry keys, but somewhere in x264 decoding there's a counter going negative and messing up playback if you try to seek within a file soon after re-installing. I can actually follow it along: I'll be skipping in 1 minute jumps until sudd...
by Tappen
14 Dec 2006 22:58
Forum: VLC media player for Windows Troubleshooting
Topic: Strangest/funniest bug ever
Replies: 5
Views: 942

Strangest/funniest bug ever

I just upgraded to 0.8.6. I'm finding that I'm unable to seek in mp4 (h.264+mp4a) files beyond the amount of time since I installed. Meaning, 15 minutes after I installed 0.8.6 I could seek within any mp4 file from 0 to 15 minutes but beyond that the video freezes and audio turns off. Now it's been ...
by Tappen
14 Dec 2006 20:47
Forum: VLC media player for Windows Troubleshooting
Topic: Counter and slider problem
Replies: 4
Views: 655

Because VLC is more a streaming-oriented player, it doesn't look for and use lengths on transport streams even when they come from a file (instead of the network). Mpeg Transport Stream files are the most likely issue you're seeing.
by Tappen
27 Nov 2006 03:40
Forum: Web and scripting
Topic: [resolu] vlc.Playing returns true but nothing displayed
Replies: 4
Views: 2045

I check the State property of the input object of the activex control. 4 means playing, 6 paused, 0 nothing. You have to give VLC some time to connect and start playing, so you can't check immediately. For local files it'll be playing within 1 second, but from a network you'll need a bigger time-out.

Go to advanced search