Tagged Questions
The wmv tag has no wiki summary.
5
votes
6answers
3k views
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 ...
3
votes
1answer
396 views
Unable to link directly to WMV video file
I have a wmv video hosted in SharePoint. I've created a Content Editor web part with a bit of custom content and I've placed a simple link to the video <a href="http://mysite/video.wmv" ...
3
votes
3answers
1k views
Hardware accelerated video in DirectShow / WinForms
Currently prototyping a Windows .NET app that needs to play back high definition WMV and H264 video. My test files are full 1080p.
The target hardware has weak Atom processors but strong NVidia 9400 ...
2
votes
0answers
99 views
How can I stream WMV files to my iOS application?
Is it possible to stream a Windows Media Video (.wmv) file via the web into my iPhone application?
If so, how? Are there libraries out there that can enable this?
2
votes
1answer
226 views
Matlab: loading wmv video files
I am trying to load a wmv video in Matlab as follows:
vidObj = mmreader('video.wmv');
However, I receive the following error:
The file requires the following codec(s) to be installed on your ...
2
votes
2answers
319 views
What video formats (hopefully WMV) support transparencies?
I'm trying to animate my desktop application for a client.
I would like to animate the background with a loop and offer region specific animations on top of this (allowing transparencies to see the ...
2
votes
1answer
169 views
Windows Media Video (WMV) Specification and Resources
I would like to write my own cross-platform library (codec etc..) for Windows Media Video format, so I'm looking for a specification and other papers about this video format, but I didn't found any so ...
2
votes
2answers
446 views
Reading WMV resolution in C#
I'm trying to read the image size of a WMV file in C#.
I've tried using what is described here:
http://stackoverflow.com/questions/2445939/how-do-i-get-the-duration-of-a-video-file-using-c
but the ...
2
votes
1answer
89 views
Modifying the Codec List Object in an ASF file
Is it possible to modify the Codec List Object in an ASF file? In particular, I would like to edit the codec name and description. I realize that this won't actually change the content of the video, ...
2
votes
1answer
380 views
Editing WMV metadata using Python or PHP?
Is there library to edit WMV metadata using Python or PHP? I tried editing with ffmpeg but it just creates a new video file(with edited tags) rather than just editing the tags.
2
votes
2answers
533 views
ASP.net 3.5 site needs streaming video
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. ...
2
votes
2answers
2k views
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 ...
1
vote
0answers
45 views
Opening a WMV file with window.open, in firefox; how can I prevent blank window from opening or close after file downloads?
When you download a file on CNET.com, a message will display on the page to wait a moment and the download will start; if it doesn't, click the link. That's very similar to the page with which I'm ...
1
vote
1answer
20 views
javascript embedded video how to know when user watched it
I have an online course. I want to show the user a video with the following:
it auto starts
the user cannot move back or forward (showcontrols=false)
the user cannot go to the the next course page ...
1
vote
2answers
297 views
Does HTML5 support .wmv and .mp4 files?
The videos are not showing up. Is this because they are not supported? They work fine if I go directly the the URL of the video I have uploaded to my server. .ogv file works, but .mp4 and .wmv does ...
1
vote
1answer
361 views
How to split wmv file with java
How can I split *.wmv file (using java)?
I tryed simple algorythm like read bytes from wmv file and store first half in one file and other half in another file. But the second becomes non-playable.
...
1
vote
1answer
1k views
How to embed Windows Media Player ( WMV) Movie in HTML?
I am following the code from http://www.alistapart.com/articles/byebyeembed/ and it is working fine in Firex 4.0 but It is not working at all in IE9. I, even, cannot play the movie by pressing play ...
1
vote
0answers
226 views
How to blend multiple alpha channel WMVs with WPF MediaElements?
I have two mediaelements overlapping each other, on top of a static image. The media elements are each playing a different WMV file each with an alpha channel defined.
(top)
A - WMV video 1 with ...
1
vote
1answer
171 views
Compressing PCM
I'm recording sound from Microsoft.Xna.Framework.Audio.Microphone Is there any way to compress it after words? The best will be to have mp3 or wmv files, but I can't find any solution. The cloud ...
1
vote
1answer
234 views
Serving WMV on a drupal site?
I have a WMV file that I need to host on my drupal 6.13 site (on ubuntu 9.x).
Is a there a relatively painless way to do this.
Do I need the "Video" module to do this?
Or can I just install a video ...
1
vote
0answers
129 views
WMV Playback using Phonon::VideoWidget and Flip4Mac fails in 32-bit builds
My application needs to run on Windows and Mac OS X and display various kinds of media files, such as videos and Adobe Flash content. After installing the Flip4Mac codec, I can play WMV video using ...
1
vote
1answer
121 views
Problems with running WMV in VB.Net
I just finished building my program, but I noticed that vb.net (2010) creates two dll files ( AxInterop.WMPLib.dll & Interop.WMPLib.dll ), when I tried to run the application without having those ...
1
vote
2answers
1k views
Samplegrabber works fine on AVI/MPEG files but choppy with WMV
I have been using the latest version of the WPFMediaKit. What I am trying to do is write a sample application that will use the Samplegrabber to capture the video frames of video files so I can have ...
1
vote
3answers
885 views
any tools to analyze wmv file format?
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 ...
1
vote
1answer
547 views
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 ...
1
vote
2answers
151 views
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?
1
vote
1answer
2k views
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 ...
1
vote
4answers
436 views
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 ...
1
vote
3answers
4k views
C# Grab frame from wmv file
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 ...
1
vote
3answers
648 views
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 ...
0
votes
1answer
28 views
Customizing wmv player in SharePoint 2007
I am pretty sure that this cannot be done but I need some confirmation.
We haveto customize a wmv player which will be added to a sharepoint page as a web part. The customization includes chnaging ...
0
votes
0answers
232 views
Convert wmv to mp4 with ffmpeg failing
I've seen quite a few posts on this, but I can't piece together whether I am doing things right, wrong, or need to download more stuff. I am converting from wmv to mp4 without complaints, but then ...
0
votes
0answers
37 views
How to handle the ScriptCommand in WMV Streaming on Chrome,Firefox
We add mediaplayer to our page in this way
<EMBED type="application/x-mplayer2"
...
0
votes
0answers
26 views
wmv files not working in tomcat 7
I have bunch of .wmv files which used to work fine in tomcat 6 when the user clicked on the link. The windows media player used to start buffering and then playing them, but since I have upgraded the ...
0
votes
1answer
73 views
WMV Converter Fails FFMpeg
I just cann't seem to get the FFMpeg working with using the library. Everytime I try to convert asf file to wmv. I get the following issue on run time:
[wmv1 @ 0x81ee000]error, slice code was 2
...
0
votes
1answer
52 views
Linux based mp3 to wmv converter
Is there some software library that can i can interact with via command line (no GUI business) exist that can take an mp3 and output wmv or a similar format?
Can ffmpeg do this?
I found this ...
0
votes
4answers
97 views
Format of a .wmv file. (or any video file would be great)
I want to take a video file and "encrypt" it using java. For now encrypting is just flipping the bits.
I want the video to still be able to play, so the header needs to be intact. I'm finding it very ...
0
votes
2answers
84 views
Conversion from avi to wmv
I would like to make an avi to wmv convertor on my own. For this, my understanding is I'd study the internal structure of an avi file and extract frame by frame and put in the way wmv encodes the ...
0
votes
1answer
79 views
Best player to stream WMV content - in 64 bits?
I just realized that a client is using the JW WMV player to stream a .wmv broadcast. When I visit the page in Firefox it tells me I need to restart firefox in 32bit because the plugin is not available ...
0
votes
1answer
53 views
Playing AVI, WMV, SWF on a website, with single player
I've been looking for a player to support multiple formats, the ones in the title for example, or several that I could use to play them, but I've had no luck, has anyone actually developed one for all ...
0
votes
3answers
156 views
How to Convert .wmv to .mp4 using Command-Line?
I need a windows console application which convert .wmv to .mp4 file. I am looking for this for 2 days, no luck. I need coverted video to support "progressive" download.
0
votes
1answer
42 views
Add overlay to expression 4 video
I am recording a live webfeed using the Expressions 4 libraries. They have been an absolute dream to use, with the small exception that i cannot seem to draw on top of the video using graphics.
I am ...
0
votes
1answer
103 views
WMV's Won't Play in Any Browser Except IE
I'm working on a Moodle 2.1 website and I'm running into a problem w/ getting WMVs to play in multiple browsers.
IE: Plays with no problems
Firefox: Displays the windows media player but when I ...
0
votes
0answers
31 views
detect audio feed wmv/wma stream
I am trying to find an application or code to monitor an audio stream for silence or black video frames and send an email alert when no audio is detected or
0
votes
1answer
52 views
Playing video file in Android
I want to play the video file and it's like
http://test.XXXX.com/myfile.wmv
am using Video view for that but it saying unable to play video error
I tried using WebView also but it showing only ...
0
votes
0answers
76 views
Shadowbox.js 3.0.3 viewing a .wmv file no working with FireFox
I am currently have Shadowbox.js 3.0.3 on my site linking to a .wmv file.
It is working 100% ok on Chrome and IE7 & IE8, but when I click on Firefox 3.6.18 link just opens to a new window.
0
votes
1answer
295 views
How to parse out information of WMV file in C#
I want to get information of ASF file as bitrate, metadata, language...I have read ASF Specification and know a ASF file has parts : Header Object, Data Object, Index Object. At frist, I think ASF ...
0
votes
2answers
236 views
ffmpeg php exec not working
I have ffmpeg installed
safe_mode is off
when i do this: $movie = new ffmpeg_movie('Bear.wmv');
I can use getDuration(), getFilename().... wthout any problems, so it's all seems to be working
exec ...
0
votes
0answers
173 views
Why can't I change the video bitrate of WMV videos using FFMPEG?
I'm converting WMV videos to FLV and I have to set the video bitrate because the video size is too big and I can't use it for online streaming if I used the same bitrate.
So I added -b 64k to my ...
0
votes
0answers
26 views
How to make WriteStreamSample never drop packets?
I am using Windows Media Format 11 SDK to copy a video file by reading and writing compressed samples (i.e. without any decoding/encoding happening - just copying of the raw samples).
My problem is ...