wmv

pseudo-streaming of wmv files

Is it possible to do pseudo-streaming(eg start playback at any point) with wmv files and silverlight? This is possible using Flash in a progressive download setup but can it be done on the Microsoft track? ...

How can I create a video from a directory of images in C#?

I have a directory of bitmaps that are all of the same dimension. I would like to convert these bitmaps into a video file. I don't care if the video file (codec) is wmv or avi. My only requirement is that I specify the frame rate. This does not need to be cross platform, Windows (Vista and XP) only. I have read a few things about us...

WMV file in an ASP.NET page

How do I embed a WMV file in an ASP.NET Web page? I want it visible as a player, not just a link. Is there an ASP.NET control for this? I don't see one on the VS 2008 toolbar, and can't find one in the help. And I'm not yet ready to move this site to Silverlight, where media is really easy. ...

Media Player URL options

Is there a way to pass a start time via URL when opening a video online? For example: http://www.example.com/newvideo.wmv?starttime=00:33:34.0 I've seen different methods for using Javascript or making ASX files in order to give some control over it but I just need to jump to a certain time in the file when it starts playing. The vid...

C# Grab frame from wmv file

Hello, Does anyone know if it is possible to grab a frame/image from a video (.wmv) on position X using C# without installing DirectX and working on Windows 2008 (a webserver I would like to install as less as possible). Or even a simple solution with directx could be nice. Henk ...

could flash media player play wmv/asf format media?

Hello everyone, I have tried to play wmv/asf file in html page, but always Windows Media Player is embedded in browser, but Flash Media Player is not embedded. Here is my code to embed Flash Media Player. I suspect it is because Flash Media player does not support wmv/asf format, so even if I explicitly assign "application/x-shockwave-f...

WPF Media Element Video Source

Hello, I try to set video source in XAML code, video doesn't play: <MediaElement x:Name="bgvideo" Width="800" Height="600"Source="/Videos/BG_LOOP_BIG.wmv" /> So I try to set video source in codebehind, that doesn't play too. : bgvideo.Source = new Uri(@"pack://application:,,,/Videos/BG_LOOP_BIG.wmv", UriKind.Absolute); or bgvide...

Video Conversion to WMV

A project I am currently working on at work requires the ability to convert videos from other formats to the WMV format. We need to be able to convert virtually any video format that is commonly used to a WMV format. I am looking for a solution allot like On2's flix engine converts other video types to .flv videos. I am aware of the enco...

WMV scaling in Firefox 3.0.3

I am having problems with my WMV file playing in its original resolution and not scaling to the size of the windows media frame. Here is the code: <p> <object height="420" width="585" type="application/x-oleobject" standby="Loading Microsoft Windows Media Player components..." codebase="http://activex.microsoft.co...

How to make WMV compression using ASF Writer faster ? Any hints ?

I'm compressing raw AVI files to WMV using the ASF Writer. I'm in a big need to make the compression faster. There are any hints & best practicevs on how to achieve this ? Drop/lower the indexer impact ? Any hidden compression parameters ? The files contains just video in RGB/24bits format and the compression level for the video stream...

creating video file

How would I create an class that records the users interactions with the desktop. and it should convert it to a video format such as wmv file? ...

How to generate video screencaps of video files via linux commandline

Is there a command line program for linux (ubuntu) which can generate a large image containing say 6 caps from a given video (e.g. WMV) laid out storyboard style (I know on Windows media player classic can do this)? I need this for part of a script I am writing. ...

stream windows media videos on iphone?

can this be done? what code library would i need has anyone seen an app that can do this? ...

windowless .wmv in firefox

Hi Is there any way to make windowless .wmv videos on firefox. Does windows media player plugin support windowlessVideo mode in firefox and if it does please tell me which version should i use ...

Create wmv-file from code?

I have a project where the requirements is that a end user will select a template, enter some information and then my program should create a wmv movie file that has the information entered encoded in the movie. So from my perspective I would like to have a framework that allows me to add graphics and text to a movie. Something like thi...

Split wmv/wav file in WinForms application

I have a Windows Forms application, and I use an instance of Windows Media Player (via WMPLib) to play some audio/video files, either wmv or wav format. What I currently need to do is split the original file and "extract" one ore more clips from it, let's say 3-4 seconds from a specific point in time of the file. Any ideas how to do thi...

ASP.net 3.5 site needs streaming video

Hi All, I maintain an ASP.net 3.5 website for a client who is now wanting to include short informational videos inline on certain pages of his site. He is hosted with Network Solutions on a shared account. I setup video services on his account and have been provided with an IP address to reference in an tag. However, the video needs...

JavaScript Stop Button for wmv

I'm trying to get a button to stop an embedded wmv when I click it. I've been searching for awhile now and I have tried a number of different methods, but nothing seems to be working. he closest I've come was from using the example on this page: http://www.killersites.com/mvnforum/mvnforum/viewthread?thread=3883 However it only seems t...

any tools to analyze wmv file format?

Hello everyone, I am developing some application (similar to media player but performing more domain specific things) based on wmv file. I am wondering any existing free tools to analyze wmv format -- I am interested about general information about a specific wmv file (like frame rate, size, and do not need too defailed information). I ...

CSS dropdown menu displays behind video

I have a css drop down menu, so that when you hover over a menu item a submenu drops down. I am also displaying a .wmv video on the page. However when the sub menu drops down, it displays behind the video. I've read where anything in the object tag automatically gets the maximum z-index, so setting the z-index doesn't fix the issue. ...