|
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 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.
|
|
I am trying to capture a live video from my digital camera using Windows 7.
Live Movie maker and Windows Movie maker 2.6 do not have "capture" menu item.
Apparently, Windows Movie maker 2.1 has a "capture" menu item. However, I don't know how to download...
Answer Snippets (Read the full thread at superuser):
Another option.
Getting video from a device is pretty easy.
Cross platform and free.
Direct download link
I recommend VLC.
Capture Video):
Portable Movie Maker , works with Windows 7
free and portable.
|
|
I am frequently listening to tecnical video presentations (e.g. from DotNetRocks TV) on my netbook. I watch a portion of the video, click pause button using mouse, alt-tab to my open visual studio and do somecoding, then alt-tab back to media player, ...
Answer Snippets (Read the full thread at superuser):
Of video file you can find..
|
|
I have noticed (on my Vista 64bit machine) that a video being shown in a WPF MediaElement has different colors than when being played in Windows Media Player. Inside the MediaElement, the video has a slightly desaturated look with lower contrast.
The ...
Started by Roland Weigelt on
, 3 posts
by 3 people.
Answer Snippets (Read the full thread at stackoverflow):
If you have an NVidia card, goto the NVidia control panel.... .
If you video card supports it, there are sometimes some software options to fix this.
OR Microsoft has compensated in some way.
Video Renderer so it doesn't have that behavior.
|