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
2
votes
0 answers

Editing WMV metadata using Python or PHP?

Possible Duplicate: need a wmv php library 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.
manny
  • 311
  • 6
  • 14
2
votes
2 answers

Need help in java converting mp4 video to wmv video

I have done some research on converting mp4 to wmv in java but have not found anything but advertisements on applications that convert mp4 to wmv. I do not know where to start when converting videos in java and I would be most grateful if anyone…
Vermithius
  • 21
  • 3
2
votes
1 answer

How to convert vob to wmv with ffmpeg with medium quality?

if use as parameters: string.Format("-i {0} -vcodec wmv2 -acodec wmav2 -sameq {1}", inputFileName, outPutFileName) output file size is very big. if use : string.Format("-i {0} -vcodec wmv2 -acodec wmav2 {1}", inputFileName, outPutFileName) output…
Andrei Piatrou
  • 424
  • 3
  • 12
2
votes
2 answers

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. I setup video services on his account and have…
SidC
  • 3,175
  • 14
  • 70
  • 132
2
votes
0 answers

AsfMojo - asp.net MVC / Extract Frame from WMV C# Cache

I am using AsfMojo (in a handler) in my MVC application to extract a bmp from WMV file, it works great on my localhost IIS7, however the image does not show when I publish the application to our hosting service. the view script:
hncl
  • 2,295
  • 7
  • 63
  • 129
2
votes
0 answers

How to programmatically do a "screen recording" of an AVI file

I have an AVI file(s) with a date time banner incrementing by the second as the video plays. The time banner is put on the AVI by a proprietary codec; its not in the files metadata, nor is there anything obvious in the avi file that looks like a…
Paul Rowland
  • 8,244
  • 12
  • 55
  • 76
2
votes
0 answers

Need a documentation for Video and Audio formats like AVI, WMV, WMA, MP3, MP4, WAV

I need to make an video and audio encoder to convert raw video and audio samples to AVI, WMV formats. I am searching the internet but without success. I am looking for a documentation of for at least AVI and WMV, WAV, WMA formats. I need this to…
Patrik
  • 1,286
  • 1
  • 31
  • 64
2
votes
1 answer

how to embed .wmv in html page and play / stop / change file using javascript?

I tried to find a good sample to teach me how to embed .wmv files to play in windows media player in the IE without the controls bar, and to be able to change the played files using js plus to be able to stop and play again. tell me if you know a…
Amr Elgarhy
  • 66,568
  • 69
  • 184
  • 301
1
vote
0 answers

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 working. The user clicks a link and this page…
user717236
  • 4,959
  • 19
  • 66
  • 102
1
vote
1 answer

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 until watching the whole video Right now I'm…
carlosdubusm
  • 1,063
  • 4
  • 11
  • 22
1
vote
3 answers

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?
Geoff Appleford
  • 18,538
  • 4
  • 62
  • 85
1
vote
2 answers

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?
RV.
  • 2,782
  • 8
  • 39
  • 51
1
vote
1 answer

0xc00d5212 : No suitable transform was found to encode or decode the content

I want to implement SinkWriter to encode RGB32 screen frames with Windows Media Video 9 Screen Encoder (MSS2) using Media Foundation. After running the program in Visual Studio 2022, I encountered the following problem when executing…
m3tler
  • 13
  • 4
1
vote
4 answers

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…
WmvConverter
1
vote
1 answer

Variable audio data length for a .wmv file in DirectShow

I have a question for the guru of WMV formats. I found one WMV file that is handled differently than other WMV files in DirectShow. The length of its data packets varies. This does not affect playback, but it does affect my application. So my…
victor kulichkin
  • 394
  • 1
  • 2
  • 16
1 2
3
11 12