Questions tagged [wmv]

WMV, or Windows Media Video, is a video compression and container format created by Microsoft for several proprietary codecs.

WMV, or Windows Media Video, is a video compression and container format created by Microsoft for several proprietary codecs. The Internet media type is video/x-ms-wmv.

169 questions
0
votes
3 answers

Embedding video using embed tag not working in modern browsers

I have a very simple html page with following content:
Arjun
  • 1,922
  • 1
  • 13
  • 21
0
votes
2 answers

OSX- is there an easy way to play mp4, avi, and wmv files?

On Windows 7-8 Media Foundation allows playback of many types of video files. Is there something similar on OSX 10.6 and above? Is there an easy way to use Quicktime, for example? I don't need to do anything fancy, just play the video with the…
TomJeffries
  • 558
  • 1
  • 8
  • 25
0
votes
1 answer

Windows Media Player - 500 Internal Server Error

Hi my application is MVC, have a view with windows media player, it plays on my local host but not on the hosting server, MIME is set up correct. Here is my script:
hncl
  • 2,295
  • 7
  • 63
  • 129
0
votes
2 answers

Issues with embedding WMV files in html

I have a link to play a video in my website. When a user click on that video link, the div which embedded that video will popup(not popup window, its showing hidden div using jquery BlockUI). And there is close button it will hide the div which…
DeDav
  • 353
  • 2
  • 4
  • 11
0
votes
1 answer

Stream wmv Videos from a url in my android app

i am creating an app for my website which contains lots of wmv video files. and i want to be able to play them in my app. i understand that android does not support wmv files so my question is: is there any way for me to do this without to change…
reut
  • 21
  • 9
0
votes
1 answer

WMV encoding using Media Foudation: specifying "Number of B Frames"

I am encoding video to WMV using Media Foundation SDK. I see that the number of B frames can be set using a property, but I have no clue how/where to set it. That property is called MFPKEY_NUMBFRAMES and is described…
Warpin
  • 6,971
  • 12
  • 51
  • 77
0
votes
1 answer

Symfony2 MimeTypeGuesser handling WMV files incorrectly

Update: This is code that handles uploading of video files. I have a symfony2 project which has 3x MIME type guessers registered at run-time. They are: [0] => Symfony\Component\HttpFoundation\File\MimeType\FileinfoMimeTypeGuesser Object [1] =>…
mr-sk
  • 13,174
  • 11
  • 66
  • 101
0
votes
2 answers

Android: wmv format is supported by some devices

Why is the wmv video format supported by some android devices and not supported by others?
user1471575
  • 731
  • 2
  • 15
  • 23
0
votes
1 answer

Media Foundation Encoder MF_E_TRANSCODE_NO_MATCHING_ENCODER

I am trying to convert from wmv to mp4. First of do I need to implement my IMFTransform to do this ? Do i need to convert the video to MFVideoFormat_I420 ? As far as I know if you create the topology correctly this should be handled…
Evren Bingøl
  • 1,306
  • 1
  • 20
  • 32
0
votes
1 answer

How can I convert WMV to FLA?

I'd like to convert WMV file (windows movie maker) to FLA (flash). I have Adobe Encore and Adobe Premier, can either one of them be used (if so, than how?). Or is there free software I can use? that doesn't add any logos and such into the frames.
Alex
  • 1,192
  • 14
  • 30
0
votes
1 answer

how to set wmv spec info for decoder in media foundation

In some of the multimedia framework, we send the spec info such as VC1 Profile Type (AP/SP/MP) and bit stream format (RCV) as the first frame between WMV parser and WMV decoder. The spec info is for initializing WMV decoder. I am using the default…
ayuppie
  • 45
  • 6
0
votes
1 answer

Embedded player does not work in remote browser

I am using embedded wmv player in my web project(jsp) to play *.avi files which are located on the server. When i click on the links in jsp they work fine, the video is being played. But when i try to open the page on another machine, the embedded…
MajorXbox
  • 503
  • 1
  • 4
  • 13
0
votes
1 answer

Command line MP4 to WMV9 converter

So XNA seems to need videos in WMV9 format and I have MP4 files. I found a nice tool called ffmpeg but it only supports wmv8 formats. Does anyone know of any tools that are freely available
Real World
  • 1,593
  • 1
  • 21
  • 46
-1
votes
1 answer

The playback of a .wmv video is balky on SharePoint Online; it stops and starts. Can I fix it?

To discover all my options for playing a .wmv video on my SharePoint Online site,. I configured 1) a Hero web part, 2) a Quick Links web part set up in several different ways, and 3) a File-Viewer web part. It obviously doesn't matter which web part…
Bruce M
  • 119
  • 9
-1
votes
2 answers

How to convert wmv to webm in c#

I need to convert wmv to webm in my project. Maybe before upload maybe after upload i have no idea. Do you know any library or example code to doing that. I think it is not enough to change extension wmv to webm ?
Er.Er
  • 135
  • 2
  • 14
1 2 3
11
12