<!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Transitional//EN" "http://www.w3.org/TR/xhtml1/DTD/xhtml1-transitional.dtd">
<!--
PS3 Media Server, for streaming any medias to your PS3.
Copyright (C) 2008 A.Brochard
This program is free software; you can redistribute it and/or
modify it under the terms of the GNU General Public License
as published by the Free Software Foundation; version 2
of the License only.
This program is distributed in the hope that it will be useful,
but WITHOUT ANY WARRANTY; without even the implied warranty of
MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
GNU General Public License for more details.
You should have received a copy of the GNU General Public License
along with this program; if not, write to the Free Software
Foundation, Inc., 51 Franklin Street, Fifth Floor, Boston, MA 02110-1301, USA.
-->
<html>
<head>
<title>Avisynth</title>
<link href="css/style.css" rel="stylesheet" type="text/css" />
</head>
<body>
<h1>Avisynth</h1>
<h2>Why transcode?</h2>
<p>You may think why bother with transcoding when muxing is
available. That is absolutely right in most cases. But there are some
video files which can't be muxed because of special conditions. For
example, you may get a trailer with h.264 video codec and AVC level
5.1. but your playback device (PS3, Xbox, TV) might not support that.
In that case you will need transcoding.</p>
<p>You can see that there are some reasons why people want to
optimize transcoding. On the Windows platform there is an additional
method available for transcoding.</p>
<h2>Avisynth</h2>
<p>
<a title="Avisynth" href="http://en.wikipedia.org/wiki/Avisynth">Avisynth</a>
is a frame server for free, available on Windows platform (development
of the Linux version will not be continued). Regarding PMS readme one
should install <a title="Avisynth 2.5.7"
href="http://sourceforge.net/projects/avisynth2/files/AviSynth%202.5/AviSynth%202.5.7/Avisynth_257.exe/download">Avisynth
2.5.7</a>. Latest Avisynth 2.5.8 seems to cause stuttering on certain
files.