Search found 37 matches

Go to advanced search

by whome
11 Apr 2010 21:19
Forum: General VLC media player Troubleshooting
Topic: Deinterlace by commandline switch
Replies: 2
Views: 1694

Re: Deinterlace by commandline switch

See this topic. I can use some of the deinterlace modes but most don't work(?) though a command line. Its weird why should VLC drop some options, makes no sense. Sure we are missing something. http://forum.videolan.org/viewtopic.php?f=2&t=62107&p=237035#p237035 set file=file:///C:/test/video...
by whome
11 Apr 2010 21:12
Forum: Web and scripting
Topic: how to retrieve codec and media information
Replies: 1
Views: 1134

Re: how to retrieve codec and media information

No, plugin does not expose statistics or codec information. VLC plugin exposes very very limited view to the vlc player interface. Its not like you have known to use MS Excel or IE activex type libraries, they tend to expose pretty much everything you can do through a user interface.
by whome
11 Apr 2010 21:09
Forum: Web and scripting
Topic: cannot obtain vlc.input.length
Replies: 1
Views: 679

Re: cannot obtain vlc.input.length

From the plugin (javascript) point of view there is very little you can do about it, method gives a valid response or not. Maybe you must wait for few seconds after a play command before getting an input length? Another is a container codec does not expose a duration for some reason.
by whome
11 Apr 2010 21:03
Forum: Web and scripting
Topic: Disable Filename from displaying on Activex control in VBA
Replies: 4
Views: 1608

Re: Disable Filename from displaying on Activex control in V

I took a latest 1.0.x git source codes, hacked activex plugin to disable a filename titling and compiled it. Feel free to give it a try or compile yourself an own release. This archive is just an activex library, I did not upload an entire binary release (33MB). Maybe it works with vlc1.0.5 binary o...
by whome
09 Apr 2010 22:06
Forum: Web and scripting
Topic: Disable Filename from displaying on Activex control in VBA
Replies: 4
Views: 1608

Re: Disable Filename from displaying on Activex control in V

Do you have VLC 1.0.x ActiveX version? Its you must edit plugin c++ source code and compile an own version. Weird thing is its Firefox plugin hides a filename, but ActiveX plugin shows it. I think VLC 1.1.x beta version hides a filename titling in both plugin versions.
by whome
09 Apr 2010 22:03
Forum: Web and scripting
Topic: Fullscreen and fastRewind JS API can't work
Replies: 3
Views: 1238

Re: Fullscreen and fastRewind JS API can't work

[ WinXP, Firefox 3.6.3, IE8 ]
True, I tested VLC 1.1.0-git-20100329-0003 The Luggage -version and fullscreen mode does not work. Its both javascript method and mouse click does not activate a fullscreen mode.
by whome
29 Mar 2010 21:15
Forum: General VLC media player Troubleshooting
Topic: VLC Mozilla plugin (vlc1.1.x), always muted
Replies: 1
Views: 2598

VLC Mozilla plugin (vlc1.1.x), always muted

[WinXP, 1.1.0-git-20100329-0003, Firefox 3.6.2, IE8] See this topic about the activex plugin. I have no problems in IE plugin, audio is played fine. I do have a show stopper in Firefox plugin, it starts playback audio muted. Calling vlc.audio.mute=false or vlc.audio.toggleAudioMute() methods does ab...
by whome
29 Mar 2010 19:17
Forum: Web and scripting
Topic: What can the ActiveX control do?
Replies: 2
Views: 2000

Re: What can the ActiveX control do?

I think ActiveX plugin is not an answer, it have a very very limited interface. I don't know if there is VB header files available. Most people here probably use C/C++/C#/Java, minority use Delphi. Header files are ported to those languages so VLC is fully exposed. ActiveX interface is not a full re...
by whome
29 Mar 2010 19:08
Forum: Web and scripting
Topic: Deinterlacing TV streams via plugin
Replies: 1
Views: 1079

Re: Deinterlacing TV streams via plugin

VLC 1.0.x VLC plugin is unable to deinterlace video files. See these two topics. I have hacked sources to force ActiveX deinterlacing, it sort of works. Have not done anything on mozilla plugin yet. http://forum.videolan.org/viewtopic.php?f=16&t=74380 http://forum.videolan.org/viewtopic.php?f=2&...
by whome
29 Mar 2010 19:02
Forum: General VLC media player Troubleshooting
Topic: VLC Active-X Deinterlace
Replies: 8
Views: 5868

Re: VLC Active-X Deinterlace

Thx. I hacked VLC1.0.x source code. Looking at the image quality my hack does work ok. But after a videofile is completed fullscreen is not switched to a windowed mode :-( Do you have an experience to say if VLC1.1.x nightly builds were stable enough to use? edit : I installed "1.1.0-git-201003...
by whome
29 Mar 2010 18:38
Forum: Web and scripting
Topic: Deinterlace
Replies: 4
Views: 1549

Re: Deinterlace

Ok, you have read VLC 1.1.x plugin documentation then, so given method is still not available. VLC1.1.x is still under construction, I don't know a release timetable. Quite many is waiting for it :-) See trunk* folders to download a nightly builds, be prepare to see random crashes. See this post abo...
by whome
29 Mar 2010 18:35
Forum: General VLC media player Troubleshooting
Topic: VLC Active-X Deinterlace
Replies: 8
Views: 5868

Re: VLC Active-X Deinterlace

Is there any way to realise Active-X Deinterlace in nearest future versions - 1.0.3 or 1.0.4. I need this feature very much. I have downloaded git://git.videolan.org/vlc/vlc-1.0.git sources (VLC1.0.x release build) and made some experimental hacking. I added init parameters to add a deinterlace fil...
by whome
29 Mar 2010 18:20
Forum: Web and scripting
Topic: Deinterlace
Replies: 4
Views: 1549

Re: Deinterlace

Are you sure you have a beta VLC 1.1.x version (+plugin) installed? Not that I have ever tried VLC 1.1.x plugin interface if deinterlace method should work anyway. VLC 1.0.x release does not have video.deinterlace interface method. What makes it even more bad in an older version it does not use a st...
by whome
06 Mar 2010 14:46
Forum: Development around libVLC
Topic: Delphi with libVLC
Replies: 23
Views: 7219

Re: Delphi with libVLC

hi whome,
do you have other eamil account?
i had try [mailmur at yahoo.com], but failed.
Thx for trying, please try this account: aki_601 at hotmail.com
by whome
11 Feb 2010 00:34
Forum: Development around libVLC
Topic: Delphi with libVLC
Replies: 23
Views: 7219

Re: Delphi with libVLC

Do anyone has VLC1.x headers for Delphi?
I would like to have one and can put .zip to a web page. There is so many asking it should probably be available somewhere for direct download.
thx
mailmur (a) yahoo.com
by whome
07 Feb 2010 17:35
Forum: Development around libVLC
Topic: JVLC status
Replies: 177
Views: 58575

Re: JVLC status

[WinXP, VLC1.0.5, Java1.6 ] Nice, i run a test media player (http://code.google.com/p/vlcj/) and worked fine. May I suggest few updates to the build.xml and MANIFEST.MF handling. See example codes below. * compile app sources and test sources, this will catch syntax errors on test classes immediatel...
by whome
07 Feb 2010 13:06
Forum: Development around libVLC
Topic: My Simple Java vlc player (JVLC)
Replies: 6
Views: 13669

Re: My Simple Java vlc player (JVLC)

You could give JVM options to Launch4j project, pointing to a folder where libvlc.dll is found. Maybe it helps you get going. Commandline looks like this example, give "java.library.path" to one or more folders where .dll files are found. jnidispatch.dll is taken from jna-3.0.9.jar file, I...
by whome
03 Feb 2010 13:30
Forum: General VLC media player Troubleshooting
Topic: Deinterlace from command line not working
Replies: 6
Views: 7373

Re: Deinterlace from command line not working

WinXP, VLC 1.0.5.x works fine but there is something fishy in an deinterlace-mode attribute. It does not accept "blend" value, but "linear" and "yadif" works fine. I did not try all names 'cause dont know whats should be used. Blending works through a GUI menu entry. se...
by whome
03 Feb 2010 13:05
Forum: General VLC media player Troubleshooting
Topic: VLC Active-X Deinterlace
Replies: 8
Views: 5868

Re: VLC Active-X Deinterlace

[ WinXP, VLC 1.0.5.0, Firefox3 and IE8 browsers ] I spent several days trying every combination of playlist options to enable deinterlacing, only now to discover a mission impossible. Here is a code snippet, I have tried --atr :atr -atr atr syntax but no luck. Aspect ratio attribute works so options...
by whome
16 Nov 2009 22:18
Forum: VLC stream-output (sout)
Topic: VLC 1.01 and Windows named pipes
Replies: 6
Views: 18699

Re: VLC 1.01 and Windows named pipes

Hahaa, is it this reason Windows pipes stop working in v1.0.x versions. I hope this is just a small quirk introduced in new source code and not bigger change in the architecture to make pipes harder to implement.
by whome
02 May 2009 13:05
Forum: VLC media player for Windows Troubleshooting
Topic: Capture device: Anysee e30 c plus
Replies: 6
Views: 1892

Re: Capture device: Anysee e30 c plus

See here my DVBViewer post about Anysee E30C+ usb tuner. http://www.dvbviewer.info/forum/index.php?showtopic=26197&st=0&gopid=197741&#entry197741 I probably have a very unique problem with it. I must use an external "kickstart" application to open tuner. Only program that works...
by whome
28 Apr 2009 08:54
Forum: General VLC media player Troubleshooting
Topic: RTMP url test, some work some does not
Replies: 2
Views: 8112

RTMP url test, some work some does not

Hello, All famous rtmp:// question again so bear with me. System: WinXP-SP3, vlc-1.0.0-pre1-20090401-2206 I found one valid RTMP url from the forum post . I can play it for 10 seconds fine, so my VLC version is not completely broken. streaming url: rtmp://www2.k-tv.at/live/ktv webpage with flash pla...
by whome
26 Apr 2009 19:23
Forum: VLC media player for Windows Troubleshooting
Topic: VLC webtrancoding gives inconsistent start of file
Replies: 3
Views: 907

Re: VLC webtrancoding gives inconsistent start of file

Direct .flv download link, after using xml resolving URL to get signature and exptime attributes. This will expire within few hours and must use new attributes from the xml url. http://www.vimeo.com/moogaloop/play/clip:2244465/f0eff7200905c8780972d53be6213974/1240767000 Yes, same results even if tra...
by whome
26 Apr 2009 11:54
Forum: VLC media player for Windows Troubleshooting
Topic: Cannot capture MMS streams
Replies: 3
Views: 540

Re: Cannot capture MMS streams

I tested this with my VLC and MEncoder scripts. both save only ~10 seconds. Using WMP standalone player clearly shows how it switches to a new stream after a 10sec introduction video. Must be how MS Media Encoder, mms:// and WMP player does the co-op magic. This scripts shows you a debug information...
by whome
26 Apr 2009 10:07
Forum: VLC media player for Windows Troubleshooting
Topic: VLC webtrancoding gives inconsistent start of file
Replies: 3
Views: 907

VLC webtrancoding gives inconsistent start of file

VLC web transcoding to mpeg2 file produces garbage and inconsistent beginning of the file. MEncoder.exe produces a perfect file from the start to the end. This specific use-case produces missing video stream in the beginning. This is a showstopper in PS3Mediaserver dlna server where VLC is used a de...

Go to advanced search