PDA

View Full Version : Embed .MKV Video File


Nblufire12
07-07-2008, 10:07 PM
hey guys


how do i embed an MKV file

it says its .avi on my ftp server

but it's really and MKV file

and needs a special video player like VLC

how would i embed that into my webpage

_Aerospace_Eng_
07-07-2008, 10:15 PM
You would need to convert to a video format that has a player for it. avi, mpeg, mov.

Nblufire12
07-08-2008, 01:00 AM
really...

but my ftp client says its .avi

(filename).avi

...!

rmedek
07-08-2008, 06:19 AM
but my ftp client says its .avi

Then try just changing the filename to .avi and embedding it. Otherwise, you'll need to convert it to a format that has a "embeddable" player, like a Quicktime format or Flash.

Nblufire12
08-01-2008, 11:05 PM
what is the best video format

to stream large videos online?

rmedek
08-01-2008, 11:44 PM
.flv, in my opinion

Nblufire12
08-01-2008, 11:53 PM
kk flv

what would be the embed code in html?

JeetdaSneak
10-05-2009, 10:13 PM
The DivX Web Player Plus lets you embed MKV files. There is a beta up right now on the DivX labs site, and they have a code generator you can use to put the player on your site through simple copy & paste of HTML.

All you need is the URL of the .MKV file

DivX Web Player
http://labs.divx.com/node/14711

Code Generator
http://labs.divx.com/WebPlayerCodeGenerator

Nblufire12
10-05-2009, 10:14 PM
Haha yea

They didn't have MKV support a year ago (when this topic was created)

Thanks though!