|
I have a WMV and I would like to make a video DVD. What is the cheapest way to get from WMV to DVD? I already have a burning program (Toast).
Started by Yar on
, 4 posts
by 4 people.
Answer Snippets (Read the full thread at superuser):
From WMV for you - I did WMV to iTunes yesterday so I know it handles them as an input format and DVD is an output option (you can even choose to burn or not)
Install Flip4Mac's WMV Player (free) In Toast, choose the option for ....
|
|
Freeware for joining WMV's in Windows? other than AsfBin ?
Started by Henry on
, 3 posts
by 3 people.
Answer Snippets (Read the full thread at superuser):
Try with virtualdub ( http://www.virtualdub.org/ ) maybe using the wmv plugin ( http://home.comcast.net/~fcchandler/Plugins/WMV/index.html )
You can simply use Windows Movie Maker to join wmv files.
|
|
I have a set of wmv files that I want to convert to mp4 so I can import it to my appleTV. Thanks
Started by burnt1ce on
, 7 posts
by 7 people.
Answer Snippets (Read the full thread at superuser):
You can use ffmpeg (a free command line tool for mac and linux and windows) to encode wmv.
Conversion.
|
Ask your Facebook Friends
|
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?
Started by geoff on
, 4 posts
by 4 people.
Answer Snippets (Read the full thread at stackoverflow):
You would need to have a server that supports the seeking, though .
It enables you to actually stream WMV to Silverlight the file to be a correct WMV file.
You can use Windows Media Services 2008.
|
|
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 ...
Started by George2 on
, 4 posts
by 4 people.
Answer Snippets (Read the full thread at stackoverflow):
WMV) structure http://www.microsoft.com/windows/windowsmedia/forpros/format/ASFViewer.aspx.
|
|
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...
Started by George2 on
, 4 posts
by 4 people.
Answer Snippets (Read the full thread at stackoverflow):
The streaming protocol used is RTMP , not sure.
Flash doesn't accept WMV but uses FLV / MPEG-4.
It's not so much that Flash doesn't support wmv/asf; it's more the fact that wmv/asf is not a Flash ).
|
|
Possible Duplicates:
How to convert wmv to mp4?
Suggest ffmpeg tweaks for converting from WMV to FLV?
I've installed ffmpeg through MacPorts using the following Terminal command:
$ sudo port install ffmpeg
After this is done I can use ffmpeg to convert...
Started by Form on
, 3 posts
by 3 people.
Answer Snippets (Read the full thread at superuser):
My complete output for a random WMV file I found on my Boot Camp partition is at pastebin but here's the main part -formats | grep wmv ? On my system....
Using MacPorts) and I can convert wmv to mpg using ffmpeg -i file1.wmv file2.mpg .
|
|
When I'm playing a WMV video and I skip to some part (clicking in the video timeline), it starts playing in fast-forward and only resume normal speed after 2 or 3 seconds. This happens only with WMV files and with every file (so it's not a problem with...
Started by Vinicius Pinto on
, 4 posts
by 4 people.
Answer Snippets (Read the full thread at superuser):
Sure it is the same as yours) is:
When seeking (jumping timecodes) during WMV playback, when.
|
|
How to encode video on the fly and send it trough the network from C#?
Can't find a suitable library. I need to encode in WMV and don't mind if the actual encoding is made in C++ as long as the library has a .NET assembly available.
Thanks
Started by Greg Roberts on
, 4 posts
by 4 people.
Answer Snippets (Read the full thread at stackoverflow):
Depending on what you are encoding (size, framerate....
It's called FFlib.NET.
Edit: It turns out someone already wrapped this in a .NET assembly .
If you're ok with interoperability this may be your ticket .
I'm aware of ffmpeg , but it is native C code only .
|
|
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...
Started by Henk on
, 3 posts
by 3 people.
Answer Snippets (Read the full thread at stackoverflow):
A bit of playing around with that, and learning.
Capture and video playback from files (including WMV).
|