|
I have what should be a reasonably fast PC: it's a Quadcore Intel 6600 at 2.4 GHz, 4MB of RAM, an ATI 3800 series video card and an LG L246WP monitor, which I selected particularly because it was supposed to work well with video and have no trails or ...
Started by xvs on
, 7 posts
by 7 people.
Answer Snippets (Read the full thread at superuser):
Found it in VLC, just choose in the option VIDEO, in stade of PREDEFINED, you select DIRECTX.
|
|
I am supposed to provide my users a really simple way of capturing video clips out of my OpenGL application's main window. I am thinking of adding buttons and/or keyboard shortcuts for starting and stopping the capture; when starting, I could ask for ...
Started by Pukku on
, 5 posts
by 4 people.
Answer Snippets (Read the full thread at stackoverflow):
Edit: So far, ffmpeg suggested by Mike F seems to be the way .
Into video clips would be appreciated.
|
|
I'm programming a multimedia player in c#, and I use a picturebox to handle the video window. I want the video will be play in fullscreen when I double-click on the video window but I can't find any way to do that. Can anyone help me? Please! (sorry for...
Started by SuperTux on
, 3 posts
by 3 people.
Answer Snippets (Read the full thread at stackoverflow):
Try here for some instructions
You can play video in an already-created window....
window XXXX handle 1234 put XXXX destination play XXXX
Once the video is playing in the window youapparently there is no built-in way to do it.
|
Ask your Facebook Friends
|
Masters,
I want to know how to put a video in my Windows C# form. I want it to pop up a new form that plays a video. When a user clicks the button, the pop-up video form will pop up and play its video.
Started by Kelvin Ng on
, 3 posts
by 3 people.
Answer Snippets (Read the full thread at stackoverflow):
Process.Start(PathToMovie) will take care of that....
The video rather than embed it into your own form.
|
|
Please help me to play a video in c# windows application or using emgucv??
Started by ranzan on
, 3 posts
by 3 people.
Answer Snippets (Read the full thread at stackoverflow):
MediaElement exposes a number of methods for Play, Pause, Stop, Volume, etc .
To the URL of the video.
|
|
I am displaying video over panel using custom allocator sample, for some file it play video on some active window and this show separately . how can i avoid this unwanted window to be open.
Started by Firoz on
, 3 posts
by 3 people.
Answer Snippets (Read the full thread at stackoverflow):
What do you mean? When you start playing the file it opens a window that contains the actual video?
Usually then video is played in ActiveMovie window when the decoder and renderer could not agree?
If so you probably want ....
|
|
I'm wondering what the best way is to play back an MP4 video in a Windows Forms application (.NET 2.0) on Vista and XP.
Started by Omar Shahine on
, 3 posts
by 3 people.
Answer Snippets (Read the full thread at stackoverflow):
It's possible to bundle a codec installation with your setup, but I think WMP is able to fetch and... .
UPDATE : WMP doesn't support MP4 out-of-the-box, but there are codecs packs that add such support .
You could Embed Windows Media Player on a Form .
|
|
After setting up Windows Media Center and adding a/any folder that contains video, to the video library, none of the videos show up in Windows Media Center video library.
What do I need to do to be able to watch my videos?
Update:
The files do show up...
Answer Snippets (Read the full thread at microsoft):
That if you have multiple folders and large number of video files, you need to wait for a little long time drives with a few video files appear, but not the main drive? I am also having this exact same problem thing is that if I add ....
|
|
Hi
I am looking for podcast or videos on Windows System Administration
Ideally they should cover the basics & the more advanced topics
Started by Charles Faiga on
, 13 posts
by 11 people.
Answer Snippets (Read the full thread at serverfault):
If you're publishing content.
Seems to have replaced the podcast with a video channel, Brian Madden TV .
|
|
I have an activeX control that contains one window that has streaming video being drawn to it. I have a separate dialog that I create in another window that I have made transparent or semi-transparent in various ways (i.e. using the SetLayeredWindowAttributes...
Started by flawlesslyfaulted on
, 3 posts
by 3 people.
Answer Snippets (Read the full thread at stackoverflow):
WS_CHILD style cannot be used with layered style and therefore window positionThis may not be possible, a lot of video output code makes use of hardware overlays so if your window is in front, the overlay....
video remains live.
|