[www] r1045 - in trunk/www.matroska.org/data/technical/guides: . dvd faq
[email protected] Sun, 23 Oct 2005 17:09:01 +0400 (MSD)
| Newsgroups | gmane.comp.multimedia.matroska.cvs |
|---|---|
| Message-ID | <[email protected]> |
Author: robux4
Date: 2005-10-23 17:08:46 +0400 (Sun, 23 Oct 2005)
New Revision: 1045
Modified:
trunk/www.matroska.org/data/technical/guides/dvd/index.html
trunk/www.matroska.org/data/technical/guides/faq/index.html.en
trunk/www.matroska.org/data/technical/guides/faq/index.html.es
trunk/www.matroska.org/data/technical/guides/index.html.en
trunk/www.matroska.org/data/technical/guides/index.html.es
trunk/www.matroska.org/data/technical/guides/index.html.ja
Log:
content: integrate the DVD conversion in the guides
Modified: trunk/www.matroska.org/data/technical/guides/dvd/index.html
===================================================================
--- trunk/www.matroska.org/data/technical/guides/dvd/index.html 2005-10-23 13:02:49 UTC (rev 1044)
+++ trunk/www.matroska.org/data/technical/guides/dvd/index.html 2005-10-23 13:08:46 UTC (rev 1045)
@@ -3,8 +3,8 @@
<!--#set var="eng" value="yes" -->
<html>
<head>
-<meta http-equiv="Content-Type" content="text/html; charset=iso-8859-1">
<title>Matroska to DVD conversion Guide : DVD Santa</title>
+<!--#include virtual="/include/stylesheet-main.html" -->
<style type="text/css">
<!--
.Stil1 {
@@ -24,9 +24,21 @@
<!--#include virtual="/include/page-head.html" -->
+<h2 id="pagetitle">MKV to DVD Conversion Guide, using DVD Santa 4.0</h2>
+
+<div id="subnavbar">
+ <ul class="navlist"><!-- InstanceBeginEditable name="SubNavBar" -->
+ <li><a href="../index.html" title="Home">Guides/FAQ</a></li>
+ <li><a href="../faq/index.html" title="Home">FAQ</a></li>
+ <li><a href="../playback/index.html" title="Home">Playback Guides</a></li>
+ <li><a href="../make/index.html" title="Home">Creation / Editing Guides</a></li>
+
+ <!-- InstanceEndEditable -->
+ </ul>
+</div>
+
<div id="content"><!-- InstanceBeginEditable name="Content" -->
-<p align="center" class="Stil1">MKV to DVD Conversion Guide, using DVD Santa 4.0</p>
<p>As the matroska container is being widely used for content distribution today, especially for anime, but as there are still no standalone hardware player units in the market today which play MKV files, we receive a lot of requests on how to be able to convert MKV files into VCD/S-VCD or DVD files. This is generally speaking not an easy task, as the MKV container is the most powerful multimedia container today, offering support for a huge variety of different audio, video and subtitles formats in a single MKV file. As VCDs are limited to MPEG1 compression only, and S-VCDs and DVDs require MPEG2 compression at least for the video tracks, this conversion is only possible with a MPEG encoder.</p>
<p>While there are many MPEG encoders out there, the most well known probably being TMPG Encoder, most of them do not offer a suitable interface to read in MKV files, but are limited to AVI files. The tool being used here, DVD Santa 4.0, is however offering the possibility to read all kinds of video and audio files in, by using a powerful DirectShow reader plugin. DirectShow is a part of every modern Windows OS, and the underlying platform for video and audio playback in Windows Mediaplayer. In other words, the creators of DVD Santa have found a way to read all media files into their encoder, if they will play in Windows Mediaplayer. If you are being familiar with matroska already, and have read our Guide section a little bit, you may know already that we are offering a splitter filter for Microsoft DirectShow, allowing playback of matroska video and audio files (.mkv/.mka) in Windows Mediaplayer, as well as any other DirectShow based player (see our Windows Playback Guide !
section to learn which alternative players we are recommending). As the success of the conversion process is depending on playability of the MKV files in WMP, let do this first :</p>
<p> </p>
Modified: trunk/www.matroska.org/data/technical/guides/faq/index.html.en
===================================================================
--- trunk/www.matroska.org/data/technical/guides/faq/index.html.en 2005-10-23 13:02:49 UTC (rev 1044)
+++ trunk/www.matroska.org/data/technical/guides/faq/index.html.en 2005-10-23 13:08:46 UTC (rev 1045)
@@ -18,6 +18,7 @@
<li><a href="../index.html" title="Home">Home</a></li>
<li><a href="../playback/windows/index.html" title="Home">Playback Guide for Windows</a></li>
<li><a href="../playback/linux/index.html" title="Home">Playback Guide for Linux</a></li>
+ <li><a href="../dvd/index.html" title="DVD Conversion">DVD Conversion</a></li>
<li><a href="../make/windows/index.html" title="Home">Creation / Editing Guide for Window</a></li>
<li><a href="../make/windows/index.html" title="Home">Creation Guide for Linux</a></li>
<li><a href="../../../contact/index.html" title="Contact / Lists">Contact</a></li>
Modified: trunk/www.matroska.org/data/technical/guides/faq/index.html.es
===================================================================
--- trunk/www.matroska.org/data/technical/guides/faq/index.html.es 2005-10-23 13:02:49 UTC (rev 1044)
+++ trunk/www.matroska.org/data/technical/guides/faq/index.html.es 2005-10-23 13:08:46 UTC (rev 1045)
@@ -19,6 +19,7 @@
<li><a href="../index.html" title="Home">Página Principal</a></li>
<li><a href="../playback/windows/index.html" title="Home">Guía de Reproducción para Windows</a></li>
<li><a href="../playback/linux/index.html" title="Home">Guía de Reproducción para Linux</a></li>
+ <li><a href="../dvd/index.html" title="DVD Conversion">DVD Conversion</a></li>
<li><a href="../make/windows/index.html" title="Home">Guía de Creación / Edición para Windows</a></li>
<li><a href="../make/linux/index.html" title="Home">Guía de Creación para Linux</a></li>
<li><a href="../../../contact/index.html" title="Contact / Lists">Contactar</a></li>
Modified: trunk/www.matroska.org/data/technical/guides/index.html.en
===================================================================
--- trunk/www.matroska.org/data/technical/guides/index.html.en 2005-10-23 13:02:49 UTC (rev 1044)
+++ trunk/www.matroska.org/data/technical/guides/index.html.en 2005-10-23 13:08:46 UTC (rev 1045)
@@ -26,6 +26,7 @@
<ul class="navlist"><!-- InstanceBeginEditable name="SubNavBar" -->
<li><a href="index.html" title="Home">Guides/FAQ</a></li>
<li><a href="faq/index.html" title="Home">FAQ</a></li>
+ <li><a href="dvd/index.html" title="DVD Conversion">DVD Conversion</a></li>
<li><a href="playback/index.html" title="Home">Playback Guides</a></li>
<li><a href="make/index.html" title="Home">Creation / Editing Guides</a></li>
Modified: trunk/www.matroska.org/data/technical/guides/index.html.es
===================================================================
--- trunk/www.matroska.org/data/technical/guides/index.html.es 2005-10-23 13:02:49 UTC (rev 1044)
+++ trunk/www.matroska.org/data/technical/guides/index.html.es 2005-10-23 13:08:46 UTC (rev 1045)
@@ -18,6 +18,7 @@
<ul class="navlist"><!-- InstanceBeginEditable name="SubNavBar" -->
<li><a href="index.html" title="Home">Guías/FAQ</a></li>
<li><a href="faq/index.html" title="Home">FAQ</a></li>
+ <li><a href="dvd/index.html" title="DVD Conversion">DVD Conversion</a></li>
<li><a href="playback/index.html" title="Home">Reproducir Guías</a></li>
<li><a href="make/index.html" title="Home">Reproducir / Editar Guías</a></li>
Modified: trunk/www.matroska.org/data/technical/guides/index.html.ja
===================================================================
--- trunk/www.matroska.org/data/technical/guides/index.html.ja 2005-10-23 13:02:49 UTC (rev 1044)
+++ trunk/www.matroska.org/data/technical/guides/index.html.ja 2005-10-23 13:08:46 UTC (rev 1045)
@@ -26,6 +26,7 @@
<ul class="navlist"><!-- InstanceBeginEditable name="SubNavBar" -->
<li><a href="index.html" title="Home">ã¬ã¤ã/FAQ ãã¼ã </a></li>
<li><a href="faq/index.html" title="Home">FAQ</a></li>
+ <li><a href="dvd/index.html" title="DVD Conversion">DVD Conversion</a></li>
<li><a href="playback/index.html" title="Home">åçã¬ã¤ã</a></li>
<li><a href="make/index.html" title="Home">製ä½ã»ç·¨éã¬ã¤ã</a></li>