Search found 38 matches

Go to advanced search

by rvs75
04 Jun 2013 16:46
Forum: Development around libVLC
Topic: How to display my custom drawings over the video
Replies: 6
Views: 1724

Re: How to display my custom drawings over the video

I use this code to draw over a video : http://devblog.antongochev.net/2008/07/ ... rm-part-5/
Original code use a file, but for my code, I create bitmap from GDI+

It looks like :
Image
by rvs75
08 Jan 2013 12:46
Forum: VLC media player for Windows Troubleshooting
Topic: DVB-T with VLC
Replies: 3
Views: 1155

Re: DVB-T with VLC

If you can deal with french, you can try this http://www.zguidetv.net/viewtopic.php?f=35&t=1047

NB : It's buggy :lol: .
New version soon, bugs fixed and choice for languages and subtitles.
by rvs75
07 Nov 2012 23:41
Forum: VLC media player for Windows Troubleshooting
Topic: VLC 2.0.4 DVB-T problem
Replies: 8
Views: 1334

Re: VLC 2.0.4 DVB-T problem

Je fait de la veille pour un programme que j'ai écrit ( http://zviewtv.codeplex.com/ ) qui permet principalement de regarder la TNT bien qu'il soit capable de lire à peu près tout, à partir que c'est dans une playlist. Bah...pour l'instant, la branche 2.0.X... pour la TNT, c'est pas ça ! La meilleur...
by rvs75
07 Nov 2012 11:41
Forum: VLC media player for Windows Troubleshooting
Topic: VLC 2.0.4 DVB-T problem
Replies: 8
Views: 1334

Re: VLC 2.0.4 DVB-T problem

Someone knows if there is a plugin to schedule records ?
http://msdn.microsoft.com/en-us/library ... 56979.aspx :oops:
by rvs75
06 Nov 2012 14:15
Forum: VLC media player for Windows Troubleshooting
Topic: VLC 2.0.4 DVB-T problem
Replies: 8
Views: 1334

Re: VLC 2.0.4 DVB-T problem

For viewing DVBT, the most stable version is 1.1.9. Versions 1.1.10 and 1.1.11 are better and they can be used, but you need to replace "libpostproc_plugin.dll" in "plugins" by the 1.1.9 version. Pour la TNT, la version 1.1.9 est la plus stable. Les version 1.1.10 et 1.1.11sont m...
by rvs75
06 Aug 2012 20:07
Forum: VLC media player for Windows Troubleshooting
Topic: dvb-t with vlc
Replies: 7
Views: 9667

Re: dvb-t with vlc

but it would be even great if i have something similar in english It is planned ! Actually, I work on a PSI decoder in .NET. now the next challenge is how to obtain windows xp driver for IT9135 If you find, puts the link here !!! Just for fun : http://www.terratec.net/de/produkte/TERRATEC_T1_102220...
by rvs75
06 Aug 2012 18:00
Forum: VLC media player for Windows Troubleshooting
Topic: dvb-t with vlc
Replies: 7
Views: 9667

Re: dvb-t with vlc

If you can understand some French, You can test this program : http://img528.imageshack.us/img528/8348/testscanmicrosoftvisual.png (quick and dirty) Instructions for use for European frequencies, except France and Great Britain: http://img191.imageshack.us/img191/3811/zscantv.png http://www.zguidetv...
by rvs75
27 Jun 2012 13:39
Forum: General VLC media player Troubleshooting
Topic: Problem with Verint-Nextiva codec
Replies: 5
Views: 4422

Re: Problem with Verint-Nextiva codec

try to change the fourcc to H264 or X264 with FourCC Changer
http://www.fourcc.org/changer/
by rvs75
24 May 2012 10:42
Forum: Development around libVLC
Topic: Get access to DVB module or open the stream descriptor ID
Replies: 5
Views: 1838

Re: Get access to DVB module or open the stream descriptor I

I use DirectShow too (to be precise, a wrapper for .NET http://directshownet.sourceforge.net/ ). I don't use VLC nor libdvbpsi. Good news, the source will be accessible because the licence will be GPL2 :D Bad news, it's written in VB.NET :lol: If you want test the private beta (and you understand fr...
by rvs75
09 May 2012 17:48
Forum: Development around libVLC
Topic: Get access to DVB module or open the stream descriptor ID
Replies: 5
Views: 1838

Re: Get access to DVB module or open the stream descriptor I

I don't know if Monty811 has implemented a frequency scan but I create for Windows a scanner for dvb-t for my program that use libvlc. Actually it's a (buggy) private beta and only in french and only for DVB-T. DVB-C and DVB-S is planned but I need hardware ! http://img98.imageshack.us/img98/3811/zs...
by rvs75
06 Feb 2012 11:48
Forum: VLC media player for Windows Troubleshooting
Topic: DVB C via VLC problems
Replies: 14
Views: 2709

Re: DVB C via VLC problems

Try to repair or reinstall DirectX, it seem there is something broken in your Windows. bda_la-bdagraph.lo warning: Build: Cannot CoCreate the Universal Network Provider, trying the old way... bda_la-bdagraph.lo warning: FindFilter: No filter connected: hr=0x80004005 What is your version of windows ?
by rvs75
05 Dec 2011 17:02
Forum: Development around libVLC
Topic: libvlc_media_add_option help
Replies: 7
Views: 6661

Re: libvlc_media_add_option help

What are the arguments you use for libvlc_new ?
http://www.videolan.org/developers/vlc/ ... ba6e2f7764

"--no-video-title-show" must be use in this arguments (first paragraph from my previous post).
by rvs75
04 Dec 2011 12:51
Forum: Development around libVLC
Topic: libvlc_media_add_option help
Replies: 7
Views: 6661

Re: libvlc_media_add_option help

1/ Add maximum static arguments when you create the media player with the prefix "--" 2/ Use AddOption with the prefix ":" for dynamic options than they don't have a libvlc method 3/ Use libvlc methods when they exist (Volume, Contrast, Hue, Saturation, Gamma, Subtitle, Aspect ra...
by rvs75
01 Dec 2011 10:53
Forum: Development around libVLC
Topic: libvlc_media_add_option help
Replies: 7
Views: 6661

Re: libvlc_media_add_option help

I don't know why it doesn't work, but you can use 'libvlc_video_set_aspect_ratio' :
http://www.videolan.org/developers/vlc/ ... 3927afec8a
by rvs75
08 Nov 2011 15:12
Forum: Development around libVLC
Topic: libvlc_video_get_adjust_float & libvlc_video_get_adjust_int
Replies: 0
Views: 349

libvlc_video_get_adjust_float & libvlc_video_get_adjust_int

I use a modified c# wrapper and i try to know the state of libvlc_adjust_Enable. libvlc_video_get_adjust_int return an error : http://img717.imageshack.us/img717/2908/bugvlc.png if i change libvlc_video_get_adjust_int to libvlc_video_get_adjust_float, the return is always 0 , even if i set it to 1. ...
by rvs75
07 Nov 2011 20:50
Forum: VLC media player for Windows Troubleshooting
Topic: Bug dvb-t with vlc 1.2.0
Replies: 8
Views: 1018

Re: Bug dvb-t with vlc 1.2.0

main debug: adding item `dvbt-paris.xspf' ( file:///C:/dvbt-paris.xspf ) qt4 debug: Adding a new MRL to recent ones: file:///C:/dvbt-paris.xspf main debug: rebuilding array of current - root Liste de lecture main debug: rebuild done - 1 items, index -1 main debug: processing request item: dvbt-pari...
by rvs75
07 Nov 2011 16:31
Forum: VLC media player for Windows Troubleshooting
Topic: Bug dvb-t with vlc 1.2.0
Replies: 8
Views: 1018

Re: Bug dvb-t with vlc 1.2.0

Sorry for my bad english.

La lecture des fichiers TS n'est pas cassé, juste les MRL débutant "dvbt://..."
by rvs75
06 Nov 2011 09:51
Forum: VLC media player for Windows Troubleshooting
Topic: Bug dvb-t with vlc 1.2.0
Replies: 8
Views: 1018

Bug dvb-t with vlc 1.2.0

When i try VLC 1.2.0 to see french dvb-t, i have a gray screen and the following errors : ... bda_la-bdagraph.lo error: buffer overflow! ts warning: discontinuity received 0x8 instead of 0x5 (pid=120) ts warning: discontinuity received 0x3 instead of 0xf (pid=271) ts warning: discontinuity received ...
by rvs75
10 Sep 2011 08:08
Forum: Development around libVLC
Topic: Full HD video freezes on AT3IONT-I
Replies: 5
Views: 972

Re: Full HD video freezes on AT3IONT-I

I don't know the wrapper you use, but, it should be a function like "LibVlcMethods.libvlc_media_add_option".
Probable use in your code : libvlc_media_add_option(media ,"-ffmpeg-hw") or libvlc_media_add_option(media ,Encoding.UTF8.GetBytes("-ffmpeg-hw"))
by rvs75
05 Sep 2011 12:17
Forum: VLC media player for Windows Troubleshooting
Topic: VLC ActiveX and Windows IMM/IME/CTFMON.exe
Replies: 16
Views: 8926

Re: VLC ActiveX and Windows IMM/IME/CTFMON.exe

nVLC is a wrapper for the libVlc, not the ActiveX.
Try to stop in another thread. See viewtopic.php?f=32&t=87932&start=20#p293028

Go to advanced search