<?xml version="1.0"?>
<feed xmlns="http://www.w3.org/2005/Atom" xml:lang="en">
	<id>http://www.avisynth.nl/index.php?action=history&amp;feed=atom&amp;title=Primer_script</id>
	<title>Primer script - Revision history</title>
	<link rel="self" type="application/atom+xml" href="http://www.avisynth.nl/index.php?action=history&amp;feed=atom&amp;title=Primer_script"/>
	<link rel="alternate" type="text/html" href="http://www.avisynth.nl/index.php?title=Primer_script&amp;action=history"/>
	<updated>2026-08-25T14:19:47Z</updated>
	<subtitle>Revision history for this page on the wiki</subtitle>
	<generator>MediaWiki 1.46.0</generator>
	<entry>
		<id>http://www.avisynth.nl/index.php?title=Primer_script&amp;diff=2002&amp;oldid=prev</id>
		<title>Admin: 2 revisions</title>
		<link rel="alternate" type="text/html" href="http://www.avisynth.nl/index.php?title=Primer_script&amp;diff=2002&amp;oldid=prev"/>
		<updated>2013-07-18T19:50:35Z</updated>

		<summary type="html">&lt;p&gt;2 revisions&lt;/p&gt;
&lt;table style=&quot;background-color: #fff; color: #202122;&quot; data-mw-interface=&quot;&quot;&gt;
				&lt;tr class=&quot;diff-title&quot; lang=&quot;en&quot;&gt;
				&lt;td colspan=&quot;1&quot; style=&quot;background-color: #fff; color: #202122; text-align: center;&quot;&gt;← Older revision&lt;/td&gt;
				&lt;td colspan=&quot;1&quot; style=&quot;background-color: #fff; color: #202122; text-align: center;&quot;&gt;Revision as of 21:50, 18 July 2013&lt;/td&gt;
				&lt;/tr&gt;&lt;tr&gt;&lt;td colspan=&quot;2&quot; class=&quot;diff-notice&quot; lang=&quot;en&quot;&gt;&lt;div class=&quot;mw-diff-empty&quot;&gt;(No difference)&lt;/div&gt;
&lt;/td&gt;&lt;/tr&gt;&lt;/table&gt;</summary>
		<author><name>Admin</name></author>
	</entry>
	<entry>
		<id>http://www.avisynth.nl/index.php?title=Primer_script&amp;diff=2001&amp;oldid=prev</id>
		<title>Wilbert at 19:27, 17 July 2013</title>
		<link rel="alternate" type="text/html" href="http://www.avisynth.nl/index.php?title=Primer_script&amp;diff=2001&amp;oldid=prev"/>
		<updated>2013-07-17T19:27:43Z</updated>

		<summary type="html">&lt;p&gt;&lt;/p&gt;
&lt;p&gt;&lt;b&gt;New page&lt;/b&gt;&lt;/p&gt;&lt;div&gt;Empecemos con los scripts de AviSynth más básicos:&lt;br /&gt;
&lt;br /&gt;
 AviSource(&amp;quot;c:\carpeta\miclip.avi&amp;quot;)&lt;br /&gt;
&lt;br /&gt;
Abra cualquier editor de texto y escriba lo de arriba en la primera línea (usando cualquier archivo AVI de su ordenador como &amp;quot;miclip.avi&amp;quot;), y guárdelo  como &amp;quot;miclip.avs&amp;quot;. Ahora tiene un script que puede ser abierto en la mayoría de reproductores de AVI de su ordenador: Windows Media Player 6.4 (aka &amp;quot;mplayer2&amp;quot;), por ejemplo, reproducirá el script; también lo hará el [[VirtualDubMod]] o el [[VirtualDub]]. Hasta donde ellos llegan, su documento de texto es un archivo AVI.&lt;br /&gt;
&lt;br /&gt;
Hay varios tipos de fuentes, y cada una significa algo único. Por ejemplo, no puede abrir un archivo MPEG con [[AviSource]] porque no es un archivo AVI. Para archivos MPEG necesita usar [[DirectShowSource]], así que debería escribir:&lt;br /&gt;
&lt;br /&gt;
 DirectShowSource(&amp;quot;c:\folder\myclip.mpg&amp;quot;, fps=25)&lt;br /&gt;
&lt;br /&gt;
Pero es mejor usar [http://neuron2.net/dgmpgdec/dgmpgdec.html DGIndex/DGDecode] para importar archivos mpeg. Este proceso es explicado en mayor detalle en estas páginas: [[AviSource|AVISource]], [[DirectShowSource]], [[AviSource|AviFileSource]], [[AviSource|OpenDmlSource]]&lt;br /&gt;
&lt;br /&gt;
Una vez que le coja el truco a usar un [[frameserver]], ¡es hora de hacer algo más interesante que simplemente reproducir el antiguo vídeo! Para empezar, mira esta [[Filter introduction|introducción a los filtros]] o ve directamente al propio [[Internal filters|Manual de AviSynth]].&lt;br /&gt;
&lt;br /&gt;
Más ejemplos se pueden encontrar aquí: [[Script examples|Ejemplos de scripts]].&lt;br /&gt;
&lt;br /&gt;
[[Category:Spanish pages]]&lt;/div&gt;</summary>
		<author><name>Wilbert</name></author>
	</entry>
</feed>