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...
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.
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.
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...
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.
[ 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.
[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...
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...
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&...
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...
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...
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...
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...
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
[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...
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...
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...
[ 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...
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.
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...
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...
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...
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...
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...