This could be the root of the problem. I am launch the VLC via a C# program. To avoid two windows I make the "control" window invisible. Is the positioning of the borderless frame defendant on the control window? Sample Code Process procVLC = new Process(); procVLC.StartInfo.FileName = _vl...
Here is a screen shot after I reset the preferences Command vlc dshow:// --dshow-vdev="PCTV DiB BDA Analog Capture (Dev1 Path2)" --dshow-adev="None" --dshow-tuner-channel=3 --dshow-tuner-input=1 --volume=100 --video-x=100 --video-y=25 --width=640 --height=480 --no-qt-updates-noti...
Yes. I am sorry. It appears --video-y is giving me issues too Command vlc dshow:// --dshow-vdev="PCTV DiB BDA Analog Capture (Dev1 Path2)" --dshow-adev="None" --dshow-size=720x480 --dshow-tuner-channel=3 --dshow-tuner-country=1 --dshow-tuner-input=1 --volume=100 --width=640 --hei...
I think found an issue with the 1.0.1 player. If the player is launched using OpenGL the command line parameter video-x doesn't work The following command always ignores the video-x command vlc dshow:// --dshow-vdev="ATI TV Wonder 600 USB 2.0" --dshow-adev="WDM 2883 Audio" --dsho...
Thanks! Here is what I am seeing main debug: processing request item dvb-c://frequency=513000 node Playlist skip 0 main debug: resyncing on dvb-c://frequency=513000 main debug: dvb-c://frequency=513000 is at 0 main debug: starting new item main debug: creating new input thread main debug: Creating a...
I am trying to display HD TV with my Pinnacle PCTV 801e. I am able to view the channels with Pinnacle's TVCenter but not VLC. I found this XML in the pinnacle directories <ChannelList MaxId="188" Name="" TunerType="DVB-C"> : <Channel MajorChannelNo="32" MinorC...
I used watchdog feature for CCTV Capture cards. It is a small cable that attaches to the reset jumper on the PC (subsituting the reset switch). If the software does not respond in XXX milliseconds it reboots the PC. Very handy if you have a PC that needs to remain up 100%.
My VLC player will lock up frequently. When it locks the picture freezes and VLC cannot recover. Many times I have to reboot the PC. I am using Direct Show with OpenGL Are the any work arounds? main warning: timing screwed, stopping resampling main warning: buffer is 105019 in advance, triggering do...
When I resize the player smaller than the orginal I get pink pixels. This ossurs while using DirectX and/or GDI. It does not happen with OpenGL but I really need to use Direct X. The problem happens with any media DirectShow, files, etc Any suggestions Regular size https://www.box.net/shared/static/...
When I shrink the output window smaller than the Direct show size I get weird "static" Attached is an example. https://www.box.net/shared/static/9xj74zowsk.jpg I am using the activeX cointrol but this happens in the player too. Should I do something different when viewing> i.e. Set the vid...
No this only happens when I use OpenGL. I would prefer to use DirectX but I am getting "artifacts" on the screen. Here is an example https://www.box.net/shared/static/4eazbtrcog.jpg The "artifcact" issue could because of the way I strecth the screen. I need to fill the entire are...
When I use OpenGL as my video output I get blue faces on the TV. I am using a Pinnacle Pro HD card for my tv tuner. I know it is not my screen because I get good results from the DVD Section, Attached is an example of a TV and DVD split screen. I used two activex controls to create the program TV ->...
I sucessfully using the ActiveX control in a C# and web project, but when the form loads it shows the "cone" for a split second. I have tried making the control invisible until the movie plays and othe tricks but it still appears on occasions. here is an example https://www.box.net/shared/...