scratch

Subversion Repositories:
Compare Path: Rev
With Path: Rev
?path1? @ 114  →  ?path2? @ 115
/vendor/php-ffmpeg/php-ffmpeg/docs/source/API/API/FFMpeg/Filters/Audio/AudioFilterInterface.html
@@ -0,0 +1,135 @@
<!DOCTYPE html>
<html lang="en">
<head>
<meta charset="UTF-8" />
<meta name="robots" content="index, follow, all" />
<title>FFMpeg\Filters\Audio\AudioFilterInterface | PHP-FFMpeg API</title>
<link rel="stylesheet" type="text/css" href="../../../stylesheet.css">
</head>
<body id="class">
<div class="header">
<ul>
<li><a href="../../../classes.html">Classes</a></li>
<li><a href="../../../namespaces.html">Namespaces</a></li>
<li><a href="../../../interfaces.html">Interfaces</a></li>
<li><a href="../../../traits.html">Traits</a></li>
<li><a href="../../../doc-index.html">Index</a></li>
</ul>
 
<div id="title">PHP-FFMpeg API</div>
 
<div class="type">Interface</div>
<h1><a href="../../../FFMpeg/Filters/Audio.html">FFMpeg\Filters\Audio</a>\AudioFilterInterface</h1>
</div>
<div class="content">
<p> interface
<strong>AudioFilterInterface</strong> implements
<a href="../../../FFMpeg/Filters/FilterInterface.html"><abbr title="FFMpeg\Filters\FilterInterface">FilterInterface</abbr></a></p>
 
<h2>Methods</h2>
 
<table>
<tr>
<td class="type">
integer
</td>
<td class="last">
<a href="#method_getPriority">getPriority</a>()
<p>Returns the priority of the filter.</p>
</td>
<td><small>from&nbsp;<a href="../../../FFMpeg/Filters/FilterInterface.html#method_getPriority"><abbr title="FFMpeg\Filters\FilterInterface">FilterInterface</abbr></a></small></td>
</tr>
<tr>
<td class="type">
array
</td>
<td class="last">
<a href="#method_apply">apply</a>(<a href="../../../FFMpeg/Media/Audio.html"><abbr title="FFMpeg\Media\Audio">Audio</abbr></a> $audio, <a href="../../../FFMpeg/Format/AudioInterface.html"><abbr title="FFMpeg\Format\AudioInterface">AudioInterface</abbr></a> $format)
<p>Applies the filter on the the Audio media given an format.</p>
</td>
<td></td>
</tr>
</table>
 
 
<h2>Details</h2>
 
<h3 id="method_getPriority">
<div class="location">in <a href="../../../FFMpeg/Filters/FilterInterface.html#method_getPriority"><abbr title="FFMpeg\Filters\FilterInterface">FilterInterface</abbr></a> at line 21</div>
<code> public integer
<strong>getPriority</strong>()</code>
</h3>
<div class="details">
<p>Returns the priority of the filter.</p>
<p>
</p>
<div class="tags">
<h4>Return Value</h4>
 
<table>
<tr>
<td>integer</td>
<td>
</td>
</tr>
</table>
 
</div>
</div>
 
<h3 id="method_apply">
<div class="location">at line 28</div>
<code> public array
<strong>apply</strong>(<a href="../../../FFMpeg/Media/Audio.html"><abbr title="FFMpeg\Media\Audio">Audio</abbr></a> $audio, <a href="../../../FFMpeg/Format/AudioInterface.html"><abbr title="FFMpeg\Format\AudioInterface">AudioInterface</abbr></a> $format)</code>
</h3>
<div class="details">
<p>Applies the filter on the the Audio media given an format.</p>
<p>
</p>
<div class="tags">
<h4>Parameters</h4>
 
<table>
<tr>
<td><a href="../../../FFMpeg/Media/Audio.html"><abbr title="FFMpeg\Media\Audio">Audio</abbr></a></td>
<td>$audio</td>
<td>
</td>
</tr>
<tr>
<td><a href="../../../FFMpeg/Format/AudioInterface.html"><abbr title="FFMpeg\Format\AudioInterface">AudioInterface</abbr></a></td>
<td>$format</td>
<td>
</td>
</tr>
</table>
 
<h4>Return Value</h4>
 
<table>
<tr>
<td>array</td>
<td>An array of arguments</td>
</tr>
</table>
 
</div>
</div>
 
</div>
<div id="footer">
Generated by <a href="http://sami.sensiolabs.org/" target="_top">Sami, the API Documentation Generator</a>.
</div>
</body>
</html>
/vendor/php-ffmpeg/php-ffmpeg/docs/source/API/API/FFMpeg/Filters/Audio/AudioFilters.html
@@ -0,0 +1,132 @@
<!DOCTYPE html>
<html lang="en">
<head>
<meta charset="UTF-8" />
<meta name="robots" content="index, follow, all" />
<title>FFMpeg\Filters\Audio\AudioFilters | PHP-FFMpeg API</title>
<link rel="stylesheet" type="text/css" href="../../../stylesheet.css">
</head>
<body id="class">
<div class="header">
<ul>
<li><a href="../../../classes.html">Classes</a></li>
<li><a href="../../../namespaces.html">Namespaces</a></li>
<li><a href="../../../interfaces.html">Interfaces</a></li>
<li><a href="../../../traits.html">Traits</a></li>
<li><a href="../../../doc-index.html">Index</a></li>
</ul>
 
<div id="title">PHP-FFMpeg API</div>
 
<div class="type">Class</div>
<h1><a href="../../../FFMpeg/Filters/Audio.html">FFMpeg\Filters\Audio</a>\AudioFilters</h1>
</div>
<div class="content">
<p> class
<strong>AudioFilters</strong></p>
 
<h2>Methods</h2>
 
<table>
<tr>
<td class="type">
</td>
<td class="last">
<a href="#method___construct">__construct</a>(<a href="../../../FFMpeg/Media/Audio.html"><abbr title="FFMpeg\Media\Audio">Audio</abbr></a> $media)
<p>
</p>
</td>
<td></td>
</tr>
<tr>
<td class="type">
<a href="../../../FFMpeg/Filters/Audio/AudioFilters.html"><abbr title="FFMpeg\Filters\Audio\AudioFilters">AudioFilters</abbr></a>
</td>
<td class="last">
<a href="#method_resample">resample</a>(Integer $rate)
<p>Resamples the audio file.</p>
</td>
<td></td>
</tr>
</table>
 
 
<h2>Details</h2>
 
<h3 id="method___construct">
<div class="location">at line 11</div>
<code> public
<strong>__construct</strong>(<a href="../../../FFMpeg/Media/Audio.html"><abbr title="FFMpeg\Media\Audio">Audio</abbr></a> $media)</code>
</h3>
<div class="details">
<p>
</p>
<p>
</p>
<div class="tags">
<h4>Parameters</h4>
 
<table>
<tr>
<td><a href="../../../FFMpeg/Media/Audio.html"><abbr title="FFMpeg\Media\Audio">Audio</abbr></a></td>
<td>$media</td>
<td>
</td>
</tr>
</table>
 
</div>
</div>
 
<h3 id="method_resample">
<div class="location">at line 23</div>
<code> public <a href="../../../FFMpeg/Filters/Audio/AudioFilters.html"><abbr title="FFMpeg\Filters\Audio\AudioFilters">AudioFilters</abbr></a>
<strong>resample</strong>(Integer $rate)</code>
</h3>
<div class="details">
<p>Resamples the audio file.</p>
<p>
</p>
<div class="tags">
<h4>Parameters</h4>
 
<table>
<tr>
<td>Integer</td>
<td>$rate</td>
<td>
</td>
</tr>
</table>
 
<h4>Return Value</h4>
 
<table>
<tr>
<td><a href="../../../FFMpeg/Filters/Audio/AudioFilters.html"><abbr title="FFMpeg\Filters\Audio\AudioFilters">AudioFilters</abbr></a></td>
<td>
</td>
</tr>
</table>
 
</div>
</div>
 
</div>
<div id="footer">
Generated by <a href="http://sami.sensiolabs.org/" target="_top">Sami, the API Documentation Generator</a>.
</div>
</body>
</html>
/vendor/php-ffmpeg/php-ffmpeg/docs/source/API/API/FFMpeg/Filters/Audio/AudioResamplableFilter.html
@@ -0,0 +1,218 @@
<!DOCTYPE html>
<html lang="en">
<head>
<meta charset="UTF-8" />
<meta name="robots" content="index, follow, all" />
<title>FFMpeg\Filters\Audio\AudioResamplableFilter | PHP-FFMpeg API</title>
<link rel="stylesheet" type="text/css" href="../../../stylesheet.css">
</head>
<body id="class">
<div class="header">
<ul>
<li><a href="../../../classes.html">Classes</a></li>
<li><a href="../../../namespaces.html">Namespaces</a></li>
<li><a href="../../../interfaces.html">Interfaces</a></li>
<li><a href="../../../traits.html">Traits</a></li>
<li><a href="../../../doc-index.html">Index</a></li>
</ul>
 
<div id="title">PHP-FFMpeg API</div>
 
<div class="type">Class</div>
<h1><a href="../../../FFMpeg/Filters/Audio.html">FFMpeg\Filters\Audio</a>\AudioResamplableFilter</h1>
</div>
<div class="content">
<p> class
<strong>AudioResamplableFilter</strong> implements
<a href="../../../FFMpeg/Filters/Audio/AudioFilterInterface.html"><abbr title="FFMpeg\Filters\Audio\AudioFilterInterface">AudioFilterInterface</abbr></a></p>
 
<h2>Methods</h2>
 
<table>
<tr>
<td class="type">
</td>
<td class="last">
<a href="#method___construct">__construct</a>($rate, $priority)
<p>
</p>
</td>
<td></td>
</tr>
<tr>
<td class="type">
integer
</td>
<td class="last">
<a href="#method_getPriority">getPriority</a>()
<p>Returns the priority of the filter.</p>
</td>
<td></td>
</tr>
<tr>
<td class="type">
Integer
</td>
<td class="last">
<a href="#method_getRate">getRate</a>()
<p>
</p>
</td>
<td></td>
</tr>
<tr>
<td class="type">
array
</td>
<td class="last">
<a href="#method_apply">apply</a>(<a href="../../../FFMpeg/Media/Audio.html"><abbr title="FFMpeg\Media\Audio">Audio</abbr></a> $audio, <a href="../../../FFMpeg/Format/AudioInterface.html"><abbr title="FFMpeg\Format\AudioInterface">AudioInterface</abbr></a> $format)
<p>Applies the filter on the the Audio media given an format.</p>
</td>
<td></td>
</tr>
</table>
 
 
<h2>Details</h2>
 
<h3 id="method___construct">
<div class="location">at line 24</div>
<code> public
<strong>__construct</strong>($rate, $priority)</code>
</h3>
<div class="details">
<p>
</p>
<p>
</p>
<div class="tags">
<h4>Parameters</h4>
 
<table>
<tr>
<td></td>
<td>$rate</td>
<td>
</td>
</tr>
<tr>
<td></td>
<td>$priority</td>
<td>
</td>
</tr>
</table>
 
</div>
</div>
 
<h3 id="method_getPriority">
<div class="location">at line 33</div>
<code> public integer
<strong>getPriority</strong>()</code>
</h3>
<div class="details">
<p>Returns the priority of the filter.</p>
<p>
</p>
<div class="tags">
<h4>Return Value</h4>
 
<table>
<tr>
<td>integer</td>
<td>
</td>
</tr>
</table>
 
</div>
</div>
 
<h3 id="method_getRate">
<div class="location">at line 42</div>
<code> public Integer
<strong>getRate</strong>()</code>
</h3>
<div class="details">
<p>
</p>
<p>
</p>
<div class="tags">
<h4>Return Value</h4>
 
<table>
<tr>
<td>Integer</td>
<td>
</td>
</tr>
</table>
 
</div>
</div>
 
<h3 id="method_apply">
<div class="location">at line 50</div>
<code> public array
<strong>apply</strong>(<a href="../../../FFMpeg/Media/Audio.html"><abbr title="FFMpeg\Media\Audio">Audio</abbr></a> $audio, <a href="../../../FFMpeg/Format/AudioInterface.html"><abbr title="FFMpeg\Format\AudioInterface">AudioInterface</abbr></a> $format)</code>
</h3>
<div class="details">
<p>Applies the filter on the the Audio media given an format.</p>
<p>
</p>
<div class="tags">
<h4>Parameters</h4>
 
<table>
<tr>
<td><a href="../../../FFMpeg/Media/Audio.html"><abbr title="FFMpeg\Media\Audio">Audio</abbr></a></td>
<td>$audio</td>
<td>
</td>
</tr>
<tr>
<td><a href="../../../FFMpeg/Format/AudioInterface.html"><abbr title="FFMpeg\Format\AudioInterface">AudioInterface</abbr></a></td>
<td>$format</td>
<td>
</td>
</tr>
</table>
 
<h4>Return Value</h4>
 
<table>
<tr>
<td>array</td>
<td>An array of arguments</td>
</tr>
</table>
 
</div>
</div>
 
</div>
<div id="footer">
Generated by <a href="http://sami.sensiolabs.org/" target="_top">Sami, the API Documentation Generator</a>.
</div>
</body>
</html>
/vendor/php-ffmpeg/php-ffmpeg/docs/source/API/API/FFMpeg/Filters/Audio/SimpleFilter.html
@@ -0,0 +1,180 @@
<!DOCTYPE html>
<html lang="en">
<head>
<meta charset="UTF-8" />
<meta name="robots" content="index, follow, all" />
<title>FFMpeg\Filters\Audio\SimpleFilter | PHP-FFMpeg API</title>
<link rel="stylesheet" type="text/css" href="../../../stylesheet.css">
</head>
<body id="class">
<div class="header">
<ul>
<li><a href="../../../classes.html">Classes</a></li>
<li><a href="../../../namespaces.html">Namespaces</a></li>
<li><a href="../../../interfaces.html">Interfaces</a></li>
<li><a href="../../../traits.html">Traits</a></li>
<li><a href="../../../doc-index.html">Index</a></li>
</ul>
 
<div id="title">PHP-FFMpeg API</div>
 
<div class="type">Class</div>
<h1><a href="../../../FFMpeg/Filters/Audio.html">FFMpeg\Filters\Audio</a>\SimpleFilter</h1>
</div>
<div class="content">
<p> class
<strong>SimpleFilter</strong> implements
<a href="../../../FFMpeg/Filters/Audio/AudioFilterInterface.html"><abbr title="FFMpeg\Filters\Audio\AudioFilterInterface">AudioFilterInterface</abbr></a></p>
 
<h2>Methods</h2>
 
<table>
<tr>
<td class="type">
</td>
<td class="last">
<a href="#method___construct">__construct</a>(array $params, $priority)
<p>
</p>
</td>
<td></td>
</tr>
<tr>
<td class="type">
integer
</td>
<td class="last">
<a href="#method_getPriority">getPriority</a>()
<p>Returns the priority of the filter.</p>
</td>
<td></td>
</tr>
<tr>
<td class="type">
array
</td>
<td class="last">
<a href="#method_apply">apply</a>(<a href="../../../FFMpeg/Media/Audio.html"><abbr title="FFMpeg\Media\Audio">Audio</abbr></a> $audio, <a href="../../../FFMpeg/Format/AudioInterface.html"><abbr title="FFMpeg\Format\AudioInterface">AudioInterface</abbr></a> $format)
<p>Applies the filter on the the Audio media given an format.</p>
</td>
<td></td>
</tr>
</table>
 
 
<h2>Details</h2>
 
<h3 id="method___construct">
<div class="location">at line 13</div>
<code> public
<strong>__construct</strong>(array $params, $priority)</code>
</h3>
<div class="details">
<p>
</p>
<p>
</p>
<div class="tags">
<h4>Parameters</h4>
 
<table>
<tr>
<td>array</td>
<td>$params</td>
<td>
</td>
</tr>
<tr>
<td></td>
<td>$priority</td>
<td>
</td>
</tr>
</table>
 
</div>
</div>
 
<h3 id="method_getPriority">
<div class="location">at line 22</div>
<code> public integer
<strong>getPriority</strong>()</code>
</h3>
<div class="details">
<p>Returns the priority of the filter.</p>
<p>
</p>
<div class="tags">
<h4>Return Value</h4>
 
<table>
<tr>
<td>integer</td>
<td>
</td>
</tr>
</table>
 
</div>
</div>
 
<h3 id="method_apply">
<div class="location">at line 30</div>
<code> public array
<strong>apply</strong>(<a href="../../../FFMpeg/Media/Audio.html"><abbr title="FFMpeg\Media\Audio">Audio</abbr></a> $audio, <a href="../../../FFMpeg/Format/AudioInterface.html"><abbr title="FFMpeg\Format\AudioInterface">AudioInterface</abbr></a> $format)</code>
</h3>
<div class="details">
<p>Applies the filter on the the Audio media given an format.</p>
<p>
</p>
<div class="tags">
<h4>Parameters</h4>
 
<table>
<tr>
<td><a href="../../../FFMpeg/Media/Audio.html"><abbr title="FFMpeg\Media\Audio">Audio</abbr></a></td>
<td>$audio</td>
<td>
</td>
</tr>
<tr>
<td><a href="../../../FFMpeg/Format/AudioInterface.html"><abbr title="FFMpeg\Format\AudioInterface">AudioInterface</abbr></a></td>
<td>$format</td>
<td>
</td>
</tr>
</table>
 
<h4>Return Value</h4>
 
<table>
<tr>
<td>array</td>
<td>An array of arguments</td>
</tr>
</table>
 
</div>
</div>
 
</div>
<div id="footer">
Generated by <a href="http://sami.sensiolabs.org/" target="_top">Sami, the API Documentation Generator</a>.
</div>
</body>
</html>
/vendor/php-ffmpeg/php-ffmpeg/docs/source/API/API/FFMpeg/Filters/Audio/namespace-frame.html
@@ -0,0 +1,9 @@
<!DOCTYPE html>
<html lang="en">
<head>
<meta charset="UTF-8" />
<meta name="robots" content="index, follow, all" />
<title>FFMpeg\Filters\Audio | PHP-FFMpeg API</title>
<link rel="stylesheet" type="text/css" href="../../../stylesheet.css">
</head>
</html>
/vendor/php-ffmpeg/php-ffmpeg/docs/source/API/API/FFMpeg/Filters/Audio.html
@@ -0,0 +1,58 @@
<!DOCTYPE html>
<html lang="en">
<head>
<meta charset="UTF-8" />
<meta name="robots" content="index, follow, all" />
<title>FFMpeg\Filters\Audio | PHP-FFMpeg API</title>
<link rel="stylesheet" type="text/css" href="../../stylesheet.css">
</head>
<body id="overview">
<div class="header">
<ul>
<li><a href="../../classes.html">Classes</a></li>
<li><a href="../../namespaces.html">Namespaces</a></li>
<li><a href="../../interfaces.html">Interfaces</a></li>
<li><a href="../../traits.html">Traits</a></li>
<li><a href="../../doc-index.html">Index</a></li>
</ul>
 
<div id="title">PHP-FFMpeg API</div>
 
<div class="type">Namespace</div>
<h1>FFMpeg\Filters\Audio</h1>
</div>
<div class="content">
<table>
<tr>
<td><a href="../../FFMpeg/Filters/Audio/AudioFilters.html"><abbr title="FFMpeg\Filters\Audio\AudioFilters">AudioFilters</abbr></a></td>
<td class="last">
</td>
</tr>
<tr>
<td><a href="../../FFMpeg/Filters/Audio/AudioResamplableFilter.html"><abbr title="FFMpeg\Filters\Audio\AudioResamplableFilter">AudioResamplableFilter</abbr></a></td>
<td class="last">
</td>
</tr>
<tr>
<td><a href="../../FFMpeg/Filters/Audio/SimpleFilter.html"><abbr title="FFMpeg\Filters\Audio\SimpleFilter">SimpleFilter</abbr></a></td>
<td class="last">
</td>
</tr>
</table>
<h2>Interfaces</h2>
<table>
<tr>
<td><a href="../../FFMpeg/Filters/Audio/AudioFilterInterface.html"><abbr title="FFMpeg\Filters\Audio\AudioFilterInterface">AudioFilterInterface</abbr></a></td>
<td class="last">
</td>
</tr>
</table>
</div>
<div id="footer">
Generated by <a href="http://sami.sensiolabs.org/" target="_top">Sami, the API Documentation Generator</a>.
</div>
</body>
</html>
/vendor/php-ffmpeg/php-ffmpeg/docs/source/API/API/FFMpeg/Filters/FilterInterface.html
@@ -0,0 +1,82 @@
<!DOCTYPE html>
<html lang="en">
<head>
<meta charset="UTF-8" />
<meta name="robots" content="index, follow, all" />
<title>FFMpeg\Filters\FilterInterface | PHP-FFMpeg API</title>
<link rel="stylesheet" type="text/css" href="../../stylesheet.css">
</head>
<body id="class">
<div class="header">
<ul>
<li><a href="../../classes.html">Classes</a></li>
<li><a href="../../namespaces.html">Namespaces</a></li>
<li><a href="../../interfaces.html">Interfaces</a></li>
<li><a href="../../traits.html">Traits</a></li>
<li><a href="../../doc-index.html">Index</a></li>
</ul>
 
<div id="title">PHP-FFMpeg API</div>
 
<div class="type">Interface</div>
<h1><a href="../../FFMpeg/Filters.html">FFMpeg\Filters</a>\FilterInterface</h1>
</div>
<div class="content">
<p> interface
<strong>FilterInterface</strong></p>
 
<h2>Methods</h2>
 
<table>
<tr>
<td class="type">
integer
</td>
<td class="last">
<a href="#method_getPriority">getPriority</a>()
<p>Returns the priority of the filter.</p>
</td>
<td></td>
</tr>
</table>
 
 
<h2>Details</h2>
 
<h3 id="method_getPriority">
<div class="location">at line 21</div>
<code> public integer
<strong>getPriority</strong>()</code>
</h3>
<div class="details">
<p>Returns the priority of the filter.</p>
<p>
</p>
<div class="tags">
<h4>Return Value</h4>
 
<table>
<tr>
<td>integer</td>
<td>
</td>
</tr>
</table>
 
</div>
</div>
 
</div>
<div id="footer">
Generated by <a href="http://sami.sensiolabs.org/" target="_top">Sami, the API Documentation Generator</a>.
</div>
</body>
</html>
/vendor/php-ffmpeg/php-ffmpeg/docs/source/API/API/FFMpeg/Filters/FiltersCollection.html
@@ -0,0 +1,148 @@
<!DOCTYPE html>
<html lang="en">
<head>
<meta charset="UTF-8" />
<meta name="robots" content="index, follow, all" />
<title>FFMpeg\Filters\FiltersCollection | PHP-FFMpeg API</title>
<link rel="stylesheet" type="text/css" href="../../stylesheet.css">
</head>
<body id="class">
<div class="header">
<ul>
<li><a href="../../classes.html">Classes</a></li>
<li><a href="../../namespaces.html">Namespaces</a></li>
<li><a href="../../interfaces.html">Interfaces</a></li>
<li><a href="../../traits.html">Traits</a></li>
<li><a href="../../doc-index.html">Index</a></li>
</ul>
 
<div id="title">PHP-FFMpeg API</div>
 
<div class="type">Class</div>
<h1><a href="../../FFMpeg/Filters.html">FFMpeg\Filters</a>\FiltersCollection</h1>
</div>
<div class="content">
<p> class
<strong>FiltersCollection</strong> implements
<a href="http://php.net/Countable"><abbr title="Countable">Countable</abbr></a>, <a href="http://php.net/IteratorAggregate"><abbr title="IteratorAggregate">IteratorAggregate</abbr></a></p>
 
<h2>Methods</h2>
 
<table>
<tr>
<td class="type">
<a href="../../FFMpeg/Filters/FiltersCollection.html"><abbr title="FFMpeg\Filters\FiltersCollection">FiltersCollection</abbr></a>
</td>
<td class="last">
<a href="#method_add">add</a>(<a href="../../FFMpeg/Filters/FilterInterface.html"><abbr title="FFMpeg\Filters\FilterInterface">FilterInterface</abbr></a> $filter)
<p>
</p>
</td>
<td></td>
</tr>
<tr>
<td class="type">
</td>
<td class="last">
<a href="#method_count">count</a>()
<p>{@inheritdoc}</p>
</td>
<td></td>
</tr>
<tr>
<td class="type">
</td>
<td class="last">
<a href="#method_getIterator">getIterator</a>()
<p>{@inheritdoc}</p>
</td>
<td></td>
</tr>
</table>
 
 
<h2>Details</h2>
 
<h3 id="method_add">
<div class="location">at line 24</div>
<code> public <a href="../../FFMpeg/Filters/FiltersCollection.html"><abbr title="FFMpeg\Filters\FiltersCollection">FiltersCollection</abbr></a>
<strong>add</strong>(<a href="../../FFMpeg/Filters/FilterInterface.html"><abbr title="FFMpeg\Filters\FilterInterface">FilterInterface</abbr></a> $filter)</code>
</h3>
<div class="details">
<p>
</p>
<p>
</p>
<div class="tags">
<h4>Parameters</h4>
 
<table>
<tr>
<td><a href="../../FFMpeg/Filters/FilterInterface.html"><abbr title="FFMpeg\Filters\FilterInterface">FilterInterface</abbr></a></td>
<td>$filter</td>
<td>
</td>
</tr>
</table>
 
<h4>Return Value</h4>
 
<table>
<tr>
<td><a href="../../FFMpeg/Filters/FiltersCollection.html"><abbr title="FFMpeg\Filters\FiltersCollection">FiltersCollection</abbr></a></td>
<td>
</td>
</tr>
</table>
 
</div>
</div>
 
<h3 id="method_count">
<div class="location">at line 35</div>
<code> public
<strong>count</strong>()</code>
</h3>
<div class="details">
<p>{@inheritdoc}</p>
<p>
</p>
<div class="tags">
</div>
</div>
 
<h3 id="method_getIterator">
<div class="location">at line 47</div>
<code> public
<strong>getIterator</strong>()</code>
</h3>
<div class="details">
<p>{@inheritdoc}</p>
<p>
</p>
<div class="tags">
</div>
</div>
 
</div>
<div id="footer">
Generated by <a href="http://sami.sensiolabs.org/" target="_top">Sami, the API Documentation Generator</a>.
</div>
</body>
</html>
/vendor/php-ffmpeg/php-ffmpeg/docs/source/API/API/FFMpeg/Filters/Frame/DisplayRatioFixerFilter.html
@@ -0,0 +1,161 @@
<!DOCTYPE html>
<html lang="en">
<head>
<meta charset="UTF-8" />
<meta name="robots" content="index, follow, all" />
<title>FFMpeg\Filters\Frame\DisplayRatioFixerFilter | PHP-FFMpeg API</title>
<link rel="stylesheet" type="text/css" href="../../../stylesheet.css">
</head>
<body id="class">
<div class="header">
<ul>
<li><a href="../../../classes.html">Classes</a></li>
<li><a href="../../../namespaces.html">Namespaces</a></li>
<li><a href="../../../interfaces.html">Interfaces</a></li>
<li><a href="../../../traits.html">Traits</a></li>
<li><a href="../../../doc-index.html">Index</a></li>
</ul>
 
<div id="title">PHP-FFMpeg API</div>
 
<div class="type">Class</div>
<h1><a href="../../../FFMpeg/Filters/Frame.html">FFMpeg\Filters\Frame</a>\DisplayRatioFixerFilter</h1>
</div>
<div class="content">
<p> class
<strong>DisplayRatioFixerFilter</strong> implements
<a href="../../../FFMpeg/Filters/Frame/FrameFilterInterface.html"><abbr title="FFMpeg\Filters\Frame\FrameFilterInterface">FrameFilterInterface</abbr></a></p>
 
<h2>Methods</h2>
 
<table>
<tr>
<td class="type">
</td>
<td class="last">
<a href="#method___construct">__construct</a>($priority)
<p>
</p>
</td>
<td></td>
</tr>
<tr>
<td class="type">
integer
</td>
<td class="last">
<a href="#method_getPriority">getPriority</a>()
<p>Returns the priority of the filter.</p>
</td>
<td></td>
</tr>
<tr>
<td class="type">
</td>
<td class="last">
<a href="#method_apply">apply</a>(<a href="../../../FFMpeg/Media/Frame.html"><abbr title="FFMpeg\Media\Frame">Frame</abbr></a> $frame)
<p>
</p>
</td>
<td></td>
</tr>
</table>
 
 
<h2>Details</h2>
 
<h3 id="method___construct">
<div class="location">at line 22</div>
<code> public
<strong>__construct</strong>($priority)</code>
</h3>
<div class="details">
<p>
</p>
<p>
</p>
<div class="tags">
<h4>Parameters</h4>
 
<table>
<tr>
<td></td>
<td>$priority</td>
<td>
</td>
</tr>
</table>
 
</div>
</div>
 
<h3 id="method_getPriority">
<div class="location">at line 30</div>
<code> public integer
<strong>getPriority</strong>()</code>
</h3>
<div class="details">
<p>Returns the priority of the filter.</p>
<p>
</p>
<div class="tags">
<h4>Return Value</h4>
 
<table>
<tr>
<td>integer</td>
<td>
</td>
</tr>
</table>
 
</div>
</div>
 
<h3 id="method_apply">
<div class="location">at line 38</div>
<code> public
<strong>apply</strong>(<a href="../../../FFMpeg/Media/Frame.html"><abbr title="FFMpeg\Media\Frame">Frame</abbr></a> $frame)</code>
</h3>
<div class="details">
<p>
</p>
<p>
</p>
<div class="tags">
<h4>Parameters</h4>
 
<table>
<tr>
<td><a href="../../../FFMpeg/Media/Frame.html"><abbr title="FFMpeg\Media\Frame">Frame</abbr></a></td>
<td>$frame</td>
<td>
</td>
</tr>
</table>
 
</div>
</div>
 
</div>
<div id="footer">
Generated by <a href="http://sami.sensiolabs.org/" target="_top">Sami, the API Documentation Generator</a>.
</div>
</body>
</html>
/vendor/php-ffmpeg/php-ffmpeg/docs/source/API/API/FFMpeg/Filters/Frame/FrameFilterInterface.html
@@ -0,0 +1,122 @@
<!DOCTYPE html>
<html lang="en">
<head>
<meta charset="UTF-8" />
<meta name="robots" content="index, follow, all" />
<title>FFMpeg\Filters\Frame\FrameFilterInterface | PHP-FFMpeg API</title>
<link rel="stylesheet" type="text/css" href="../../../stylesheet.css">
</head>
<body id="class">
<div class="header">
<ul>
<li><a href="../../../classes.html">Classes</a></li>
<li><a href="../../../namespaces.html">Namespaces</a></li>
<li><a href="../../../interfaces.html">Interfaces</a></li>
<li><a href="../../../traits.html">Traits</a></li>
<li><a href="../../../doc-index.html">Index</a></li>
</ul>
 
<div id="title">PHP-FFMpeg API</div>
 
<div class="type">Interface</div>
<h1><a href="../../../FFMpeg/Filters/Frame.html">FFMpeg\Filters\Frame</a>\FrameFilterInterface</h1>
</div>
<div class="content">
<p> interface
<strong>FrameFilterInterface</strong> implements
<a href="../../../FFMpeg/Filters/FilterInterface.html"><abbr title="FFMpeg\Filters\FilterInterface">FilterInterface</abbr></a></p>
 
<h2>Methods</h2>
 
<table>
<tr>
<td class="type">
integer
</td>
<td class="last">
<a href="#method_getPriority">getPriority</a>()
<p>Returns the priority of the filter.</p>
</td>
<td><small>from&nbsp;<a href="../../../FFMpeg/Filters/FilterInterface.html#method_getPriority"><abbr title="FFMpeg\Filters\FilterInterface">FilterInterface</abbr></a></small></td>
</tr>
<tr>
<td class="type">
</td>
<td class="last">
<a href="#method_apply">apply</a>(<a href="../../../FFMpeg/Media/Frame.html"><abbr title="FFMpeg\Media\Frame">Frame</abbr></a> $frame)
<p>
</p>
</td>
<td></td>
</tr>
</table>
 
 
<h2>Details</h2>
 
<h3 id="method_getPriority">
<div class="location">in <a href="../../../FFMpeg/Filters/FilterInterface.html#method_getPriority"><abbr title="FFMpeg\Filters\FilterInterface">FilterInterface</abbr></a> at line 21</div>
<code> public integer
<strong>getPriority</strong>()</code>
</h3>
<div class="details">
<p>Returns the priority of the filter.</p>
<p>
</p>
<div class="tags">
<h4>Return Value</h4>
 
<table>
<tr>
<td>integer</td>
<td>
</td>
</tr>
</table>
 
</div>
</div>
 
<h3 id="method_apply">
<div class="location">at line 19</div>
<code> public
<strong>apply</strong>(<a href="../../../FFMpeg/Media/Frame.html"><abbr title="FFMpeg\Media\Frame">Frame</abbr></a> $frame)</code>
</h3>
<div class="details">
<p>
</p>
<p>
</p>
<div class="tags">
<h4>Parameters</h4>
 
<table>
<tr>
<td><a href="../../../FFMpeg/Media/Frame.html"><abbr title="FFMpeg\Media\Frame">Frame</abbr></a></td>
<td>$frame</td>
<td>
</td>
</tr>
</table>
 
</div>
</div>
 
</div>
<div id="footer">
Generated by <a href="http://sami.sensiolabs.org/" target="_top">Sami, the API Documentation Generator</a>.
</div>
</body>
</html>
/vendor/php-ffmpeg/php-ffmpeg/docs/source/API/API/FFMpeg/Filters/Frame/FrameFilters.html
@@ -0,0 +1,121 @@
<!DOCTYPE html>
<html lang="en">
<head>
<meta charset="UTF-8" />
<meta name="robots" content="index, follow, all" />
<title>FFMpeg\Filters\Frame\FrameFilters | PHP-FFMpeg API</title>
<link rel="stylesheet" type="text/css" href="../../../stylesheet.css">
</head>
<body id="class">
<div class="header">
<ul>
<li><a href="../../../classes.html">Classes</a></li>
<li><a href="../../../namespaces.html">Namespaces</a></li>
<li><a href="../../../interfaces.html">Interfaces</a></li>
<li><a href="../../../traits.html">Traits</a></li>
<li><a href="../../../doc-index.html">Index</a></li>
</ul>
 
<div id="title">PHP-FFMpeg API</div>
 
<div class="type">Class</div>
<h1><a href="../../../FFMpeg/Filters/Frame.html">FFMpeg\Filters\Frame</a>\FrameFilters</h1>
</div>
<div class="content">
<p> class
<strong>FrameFilters</strong></p>
 
<h2>Methods</h2>
 
<table>
<tr>
<td class="type">
</td>
<td class="last">
<a href="#method___construct">__construct</a>(<a href="../../../FFMpeg/Media/Frame.html"><abbr title="FFMpeg\Media\Frame">Frame</abbr></a> $frame)
<p>
</p>
</td>
<td></td>
</tr>
<tr>
<td class="type">
<a href="../../../FFMpeg/Filters/Frame/FrameFilters.html"><abbr title="FFMpeg\Filters\Frame\FrameFilters">FrameFilters</abbr></a>
</td>
<td class="last">
<a href="#method_fixDisplayRatio">fixDisplayRatio</a>()
<p>Fixes the display ratio of the output frame.</p>
</td>
<td></td>
</tr>
</table>
 
 
<h2>Details</h2>
 
<h3 id="method___construct">
<div class="location">at line 20</div>
<code> public
<strong>__construct</strong>(<a href="../../../FFMpeg/Media/Frame.html"><abbr title="FFMpeg\Media\Frame">Frame</abbr></a> $frame)</code>
</h3>
<div class="details">
<p>
</p>
<p>
</p>
<div class="tags">
<h4>Parameters</h4>
 
<table>
<tr>
<td><a href="../../../FFMpeg/Media/Frame.html"><abbr title="FFMpeg\Media\Frame">Frame</abbr></a></td>
<td>$frame</td>
<td>
</td>
</tr>
</table>
 
</div>
</div>
 
<h3 id="method_fixDisplayRatio">
<div class="location">at line 33</div>
<code> public <a href="../../../FFMpeg/Filters/Frame/FrameFilters.html"><abbr title="FFMpeg\Filters\Frame\FrameFilters">FrameFilters</abbr></a>
<strong>fixDisplayRatio</strong>()</code>
</h3>
<div class="details">
<p>Fixes the display ratio of the output frame.</p>
<p>In case the sample ratio and display ratio are different, image may be
anamorphozed. This filter fixes this by specifying the output size.</p>
<div class="tags">
<h4>Return Value</h4>
 
<table>
<tr>
<td><a href="../../../FFMpeg/Filters/Frame/FrameFilters.html"><abbr title="FFMpeg\Filters\Frame\FrameFilters">FrameFilters</abbr></a></td>
<td>
</td>
</tr>
</table>
 
</div>
</div>
 
</div>
<div id="footer">
Generated by <a href="http://sami.sensiolabs.org/" target="_top">Sami, the API Documentation Generator</a>.
</div>
</body>
</html>
/vendor/php-ffmpeg/php-ffmpeg/docs/source/API/API/FFMpeg/Filters/Frame/namespace-frame.html
@@ -0,0 +1,9 @@
<!DOCTYPE html>
<html lang="en">
<head>
<meta charset="UTF-8" />
<meta name="robots" content="index, follow, all" />
<title>FFMpeg\Filters\Frame | PHP-FFMpeg API</title>
<link rel="stylesheet" type="text/css" href="../../../stylesheet.css">
</head>
</html>
/vendor/php-ffmpeg/php-ffmpeg/docs/source/API/API/FFMpeg/Filters/Frame.html
@@ -0,0 +1,53 @@
<!DOCTYPE html>
<html lang="en">
<head>
<meta charset="UTF-8" />
<meta name="robots" content="index, follow, all" />
<title>FFMpeg\Filters\Frame | PHP-FFMpeg API</title>
<link rel="stylesheet" type="text/css" href="../../stylesheet.css">
</head>
<body id="overview">
<div class="header">
<ul>
<li><a href="../../classes.html">Classes</a></li>
<li><a href="../../namespaces.html">Namespaces</a></li>
<li><a href="../../interfaces.html">Interfaces</a></li>
<li><a href="../../traits.html">Traits</a></li>
<li><a href="../../doc-index.html">Index</a></li>
</ul>
 
<div id="title">PHP-FFMpeg API</div>
 
<div class="type">Namespace</div>
<h1>FFMpeg\Filters\Frame</h1>
</div>
<div class="content">
<table>
<tr>
<td><a href="../../FFMpeg/Filters/Frame/DisplayRatioFixerFilter.html"><abbr title="FFMpeg\Filters\Frame\DisplayRatioFixerFilter">DisplayRatioFixerFilter</abbr></a></td>
<td class="last">
</td>
</tr>
<tr>
<td><a href="../../FFMpeg/Filters/Frame/FrameFilters.html"><abbr title="FFMpeg\Filters\Frame\FrameFilters">FrameFilters</abbr></a></td>
<td class="last">
</td>
</tr>
</table>
<h2>Interfaces</h2>
<table>
<tr>
<td><a href="../../FFMpeg/Filters/Frame/FrameFilterInterface.html"><abbr title="FFMpeg\Filters\Frame\FrameFilterInterface">FrameFilterInterface</abbr></a></td>
<td class="last">
</td>
</tr>
</table>
</div>
<div id="footer">
Generated by <a href="http://sami.sensiolabs.org/" target="_top">Sami, the API Documentation Generator</a>.
</div>
</body>
</html>
/vendor/php-ffmpeg/php-ffmpeg/docs/source/API/API/FFMpeg/Filters/Video/ClipFilter.html
@@ -0,0 +1,262 @@
<!DOCTYPE html>
<html lang="en">
<head>
<meta charset="UTF-8" />
<meta name="robots" content="index, follow, all" />
<title>FFMpeg\Filters\Video\ClipFilter | PHP-FFMpeg API</title>
<link rel="stylesheet" type="text/css" href="../../../stylesheet.css">
</head>
<body id="class">
<div class="header">
<ul>
<li><a href="../../../classes.html">Classes</a></li>
<li><a href="../../../namespaces.html">Namespaces</a></li>
<li><a href="../../../interfaces.html">Interfaces</a></li>
<li><a href="../../../traits.html">Traits</a></li>
<li><a href="../../../doc-index.html">Index</a></li>
</ul>
 
<div id="title">PHP-FFMpeg API</div>
 
<div class="type">Class</div>
<h1><a href="../../../FFMpeg/Filters/Video.html">FFMpeg\Filters\Video</a>\ClipFilter</h1>
</div>
<div class="content">
<p> class
<strong>ClipFilter</strong> implements
<a href="../../../FFMpeg/Filters/Video/VideoFilterInterface.html"><abbr title="FFMpeg\Filters\Video\VideoFilterInterface">VideoFilterInterface</abbr></a></p>
 
<h2>Methods</h2>
 
<table>
<tr>
<td class="type">
</td>
<td class="last">
<a href="#method___construct">__construct</a>(<a href="../../../FFMpeg/Coordinate/TimeCode.html"><abbr title="FFMpeg\Coordinate\TimeCode">TimeCode</abbr></a> $start, <a href="../../../FFMpeg/Coordinate/TimeCode.html"><abbr title="FFMpeg\Coordinate\TimeCode">TimeCode</abbr></a> $duration = null, $priority)
<p>
</p>
</td>
<td></td>
</tr>
<tr>
<td class="type">
integer
</td>
<td class="last">
<a href="#method_getPriority">getPriority</a>()
<p>Returns the priority of the filter.</p>
</td>
<td></td>
</tr>
<tr>
<td class="type">
<a href="../../../FFMpeg/Coordinate/TimeCode.html"><abbr title="FFMpeg\Coordinate\TimeCode">TimeCode</abbr></a>
</td>
<td class="last">
<a href="#method_getStart">getStart</a>()
<p>
</p>
</td>
<td></td>
</tr>
<tr>
<td class="type">
<a href="../../../FFMpeg/Coordinate/TimeCode.html"><abbr title="FFMpeg\Coordinate\TimeCode">TimeCode</abbr></a>
</td>
<td class="last">
<a href="#method_getDuration">getDuration</a>()
<p>
</p>
</td>
<td></td>
</tr>
<tr>
<td class="type">
array
</td>
<td class="last">
<a href="#method_apply">apply</a>(<a href="../../../FFMpeg/Media/Video.html"><abbr title="FFMpeg\Media\Video">Video</abbr></a> $video, <a href="../../../FFMpeg/Format/VideoInterface.html"><abbr title="FFMpeg\Format\VideoInterface">VideoInterface</abbr></a> $format)
<p>Applies the filter on the the Video media given an format.</p>
</td>
<td></td>
</tr>
</table>
 
 
<h2>Details</h2>
 
<h3 id="method___construct">
<div class="location">at line 27</div>
<code> public
<strong>__construct</strong>(<a href="../../../FFMpeg/Coordinate/TimeCode.html"><abbr title="FFMpeg\Coordinate\TimeCode">TimeCode</abbr></a> $start, <a href="../../../FFMpeg/Coordinate/TimeCode.html"><abbr title="FFMpeg\Coordinate\TimeCode">TimeCode</abbr></a> $duration = null, $priority)</code>
</h3>
<div class="details">
<p>
</p>
<p>
</p>
<div class="tags">
<h4>Parameters</h4>
 
<table>
<tr>
<td><a href="../../../FFMpeg/Coordinate/TimeCode.html"><abbr title="FFMpeg\Coordinate\TimeCode">TimeCode</abbr></a></td>
<td>$start</td>
<td>
</td>
</tr>
<tr>
<td><a href="../../../FFMpeg/Coordinate/TimeCode.html"><abbr title="FFMpeg\Coordinate\TimeCode">TimeCode</abbr></a></td>
<td>$duration</td>
<td>
</td>
</tr>
<tr>
<td></td>
<td>$priority</td>
<td>
</td>
</tr>
</table>
 
</div>
</div>
 
<h3 id="method_getPriority">
<div class="location">at line 37</div>
<code> public integer
<strong>getPriority</strong>()</code>
</h3>
<div class="details">
<p>Returns the priority of the filter.</p>
<p>
</p>
<div class="tags">
<h4>Return Value</h4>
 
<table>
<tr>
<td>integer</td>
<td>
</td>
</tr>
</table>
 
</div>
</div>
 
<h3 id="method_getStart">
<div class="location">at line 45</div>
<code> public <a href="../../../FFMpeg/Coordinate/TimeCode.html"><abbr title="FFMpeg\Coordinate\TimeCode">TimeCode</abbr></a>
<strong>getStart</strong>()</code>
</h3>
<div class="details">
<p>
</p>
<p>
</p>
<div class="tags">
<h4>Return Value</h4>
 
<table>
<tr>
<td><a href="../../../FFMpeg/Coordinate/TimeCode.html"><abbr title="FFMpeg\Coordinate\TimeCode">TimeCode</abbr></a></td>
<td>
</td>
</tr>
</table>
 
</div>
</div>
 
<h3 id="method_getDuration">
<div class="location">at line 53</div>
<code> public <a href="../../../FFMpeg/Coordinate/TimeCode.html"><abbr title="FFMpeg\Coordinate\TimeCode">TimeCode</abbr></a>
<strong>getDuration</strong>()</code>
</h3>
<div class="details">
<p>
</p>
<p>
</p>
<div class="tags">
<h4>Return Value</h4>
 
<table>
<tr>
<td><a href="../../../FFMpeg/Coordinate/TimeCode.html"><abbr title="FFMpeg\Coordinate\TimeCode">TimeCode</abbr></a></td>
<td>
</td>
</tr>
</table>
 
</div>
</div>
 
<h3 id="method_apply">
<div class="location">at line 61</div>
<code> public array
<strong>apply</strong>(<a href="../../../FFMpeg/Media/Video.html"><abbr title="FFMpeg\Media\Video">Video</abbr></a> $video, <a href="../../../FFMpeg/Format/VideoInterface.html"><abbr title="FFMpeg\Format\VideoInterface">VideoInterface</abbr></a> $format)</code>
</h3>
<div class="details">
<p>Applies the filter on the the Video media given an format.</p>
<p>
</p>
<div class="tags">
<h4>Parameters</h4>
 
<table>
<tr>
<td><a href="../../../FFMpeg/Media/Video.html"><abbr title="FFMpeg\Media\Video">Video</abbr></a></td>
<td>$video</td>
<td>
</td>
</tr>
<tr>
<td><a href="../../../FFMpeg/Format/VideoInterface.html"><abbr title="FFMpeg\Format\VideoInterface">VideoInterface</abbr></a></td>
<td>$format</td>
<td>
</td>
</tr>
</table>
 
<h4>Return Value</h4>
 
<table>
<tr>
<td>array</td>
<td>An array of arguments</td>
</tr>
</table>
 
</div>
</div>
 
</div>
<div id="footer">
Generated by <a href="http://sami.sensiolabs.org/" target="_top">Sami, the API Documentation Generator</a>.
</div>
</body>
</html>
/vendor/php-ffmpeg/php-ffmpeg/docs/source/API/API/FFMpeg/Filters/Video/CustomFilter.html
@@ -0,0 +1,178 @@
<!DOCTYPE html>
<html lang="en">
<head>
<meta charset="UTF-8" />
<meta name="robots" content="index, follow, all" />
<title>FFMpeg\Filters\Video\CustomFilter | PHP-FFMpeg API</title>
<link rel="stylesheet" type="text/css" href="../../../stylesheet.css">
</head>
<body id="class">
<div class="header">
<ul>
<li><a href="../../../classes.html">Classes</a></li>
<li><a href="../../../namespaces.html">Namespaces</a></li>
<li><a href="../../../interfaces.html">Interfaces</a></li>
<li><a href="../../../traits.html">Traits</a></li>
<li><a href="../../../doc-index.html">Index</a></li>
</ul>
 
<div id="title">PHP-FFMpeg API</div>
 
<div class="type">Class</div>
<h1><a href="../../../FFMpeg/Filters/Video.html">FFMpeg\Filters\Video</a>\CustomFilter</h1>
</div>
<div class="content">
<p> class
<strong>CustomFilter</strong> implements
<a href="../../../FFMpeg/Filters/Video/VideoFilterInterface.html"><abbr title="FFMpeg\Filters\Video\VideoFilterInterface">VideoFilterInterface</abbr></a></p>
 
<h2>Methods</h2>
 
<table>
<tr>
<td class="type">
</td>
<td class="last">
<a href="#method___construct">__construct</a>(string $filter, int $priority)
<p>A custom filter, useful if you want to build complex filters</p>
</td>
<td></td>
</tr>
<tr>
<td class="type">
integer
</td>
<td class="last">
<a href="#method_getPriority">getPriority</a>()
<p>Returns the priority of the filter.</p>
</td>
<td></td>
</tr>
<tr>
<td class="type">
array
</td>
<td class="last">
<a href="#method_apply">apply</a>(<a href="../../../FFMpeg/Media/Video.html"><abbr title="FFMpeg\Media\Video">Video</abbr></a> $video, <a href="../../../FFMpeg/Format/VideoInterface.html"><abbr title="FFMpeg\Format\VideoInterface">VideoInterface</abbr></a> $format)
<p>Applies the filter on the the Video media given an format.</p>
</td>
<td></td>
</tr>
</table>
 
 
<h2>Details</h2>
 
<h3 id="method___construct">
<div class="location">at line 29</div>
<code> public
<strong>__construct</strong>(string $filter, int $priority)</code>
</h3>
<div class="details">
<p>A custom filter, useful if you want to build complex filters</p>
<p>
</p>
<div class="tags">
<h4>Parameters</h4>
 
<table>
<tr>
<td>string</td>
<td>$filter</td>
<td>
</td>
</tr>
<tr>
<td>int</td>
<td>$priority</td>
<td>
</td>
</tr>
</table>
 
</div>
</div>
 
<h3 id="method_getPriority">
<div class="location">at line 38</div>
<code> public integer
<strong>getPriority</strong>()</code>
</h3>
<div class="details">
<p>Returns the priority of the filter.</p>
<p>
</p>
<div class="tags">
<h4>Return Value</h4>
 
<table>
<tr>
<td>integer</td>
<td>
</td>
</tr>
</table>
 
</div>
</div>
 
<h3 id="method_apply">
<div class="location">at line 46</div>
<code> public array
<strong>apply</strong>(<a href="../../../FFMpeg/Media/Video.html"><abbr title="FFMpeg\Media\Video">Video</abbr></a> $video, <a href="../../../FFMpeg/Format/VideoInterface.html"><abbr title="FFMpeg\Format\VideoInterface">VideoInterface</abbr></a> $format)</code>
</h3>
<div class="details">
<p>Applies the filter on the the Video media given an format.</p>
<p>
</p>
<div class="tags">
<h4>Parameters</h4>
 
<table>
<tr>
<td><a href="../../../FFMpeg/Media/Video.html"><abbr title="FFMpeg\Media\Video">Video</abbr></a></td>
<td>$video</td>
<td>
</td>
</tr>
<tr>
<td><a href="../../../FFMpeg/Format/VideoInterface.html"><abbr title="FFMpeg\Format\VideoInterface">VideoInterface</abbr></a></td>
<td>$format</td>
<td>
</td>
</tr>
</table>
 
<h4>Return Value</h4>
 
<table>
<tr>
<td>array</td>
<td>An array of arguments</td>
</tr>
</table>
 
</div>
</div>
 
</div>
<div id="footer">
Generated by <a href="http://sami.sensiolabs.org/" target="_top">Sami, the API Documentation Generator</a>.
</div>
</body>
</html>
/vendor/php-ffmpeg/php-ffmpeg/docs/source/API/API/FFMpeg/Filters/Video/FrameRateFilter.html
@@ -0,0 +1,267 @@
<!DOCTYPE html>
<html lang="en">
<head>
<meta charset="UTF-8" />
<meta name="robots" content="index, follow, all" />
<title>FFMpeg\Filters\Video\FrameRateFilter | PHP-FFMpeg API</title>
<link rel="stylesheet" type="text/css" href="../../../stylesheet.css">
</head>
<body id="class">
<div class="header">
<ul>
<li><a href="../../../classes.html">Classes</a></li>
<li><a href="../../../namespaces.html">Namespaces</a></li>
<li><a href="../../../interfaces.html">Interfaces</a></li>
<li><a href="../../../traits.html">Traits</a></li>
<li><a href="../../../doc-index.html">Index</a></li>
</ul>
 
<div id="title">PHP-FFMpeg API</div>
 
<div class="type">Class</div>
<h1><a href="../../../FFMpeg/Filters/Video.html">FFMpeg\Filters\Video</a>\FrameRateFilter</h1>
</div>
<div class="content">
<p> class
<strong>FrameRateFilter</strong> implements
<a href="../../../FFMpeg/Filters/Video/VideoFilterInterface.html"><abbr title="FFMpeg\Filters\Video\VideoFilterInterface">VideoFilterInterface</abbr></a></p>
 
<h2>Methods</h2>
 
<table>
<tr>
<td class="type">
</td>
<td class="last">
<a href="#method___construct">__construct</a>(<a href="../../../FFMpeg/Coordinate/FrameRate.html"><abbr title="FFMpeg\Coordinate\FrameRate">FrameRate</abbr></a> $rate, $gop, $priority)
<p>
</p>
</td>
<td></td>
</tr>
<tr>
<td class="type">
integer
</td>
<td class="last">
<a href="#method_getPriority">getPriority</a>()
<p>Returns the priority of the filter.</p>
</td>
<td></td>
</tr>
<tr>
<td class="type">
<a href="../../../FFMpeg/Coordinate/FrameRate.html"><abbr title="FFMpeg\Coordinate\FrameRate">FrameRate</abbr></a>
</td>
<td class="last">
<a href="#method_getFrameRate">getFrameRate</a>()
<p>Returns the frame rate.</p>
</td>
<td></td>
</tr>
<tr>
<td class="type">
Integer
</td>
<td class="last">
<a href="#method_getGOP">getGOP</a>()
<p>Returns the GOP size.</p>
</td>
<td></td>
</tr>
<tr>
<td class="type">
array
</td>
<td class="last">
<a href="#method_apply">apply</a>(<a href="../../../FFMpeg/Media/Video.html"><abbr title="FFMpeg\Media\Video">Video</abbr></a> $video, <a href="../../../FFMpeg/Format/VideoInterface.html"><abbr title="FFMpeg\Format\VideoInterface">VideoInterface</abbr></a> $format)
<p>Applies the filter on the the Video media given an format.</p>
</td>
<td></td>
</tr>
</table>
 
 
<h2>Details</h2>
 
<h3 id="method___construct">
<div class="location">at line 24</div>
<code> public
<strong>__construct</strong>(<a href="../../../FFMpeg/Coordinate/FrameRate.html"><abbr title="FFMpeg\Coordinate\FrameRate">FrameRate</abbr></a> $rate, $gop, $priority)</code>
</h3>
<div class="details">
<p>
</p>
<p>
</p>
<div class="tags">
<h4>Parameters</h4>
 
<table>
<tr>
<td><a href="../../../FFMpeg/Coordinate/FrameRate.html"><abbr title="FFMpeg\Coordinate\FrameRate">FrameRate</abbr></a></td>
<td>$rate</td>
<td>
</td>
</tr>
<tr>
<td></td>
<td>$gop</td>
<td>
</td>
</tr>
<tr>
<td></td>
<td>$priority</td>
<td>
</td>
</tr>
</table>
 
</div>
</div>
 
<h3 id="method_getPriority">
<div class="location">at line 34</div>
<code> public integer
<strong>getPriority</strong>()</code>
</h3>
<div class="details">
<p>Returns the priority of the filter.</p>
<p>
</p>
<div class="tags">
<h4>Return Value</h4>
 
<table>
<tr>
<td>integer</td>
<td>
</td>
</tr>
</table>
 
</div>
</div>
 
<h3 id="method_getFrameRate">
<div class="location">at line 44</div>
<code> public <a href="../../../FFMpeg/Coordinate/FrameRate.html"><abbr title="FFMpeg\Coordinate\FrameRate">FrameRate</abbr></a>
<strong>getFrameRate</strong>()</code>
</h3>
<div class="details">
<p>Returns the frame rate.</p>
<p>
</p>
<div class="tags">
<h4>Return Value</h4>
 
<table>
<tr>
<td><a href="../../../FFMpeg/Coordinate/FrameRate.html"><abbr title="FFMpeg\Coordinate\FrameRate">FrameRate</abbr></a></td>
<td>
</td>
</tr>
</table>
 
</div>
</div>
 
<h3 id="method_getGOP">
<div class="location">at line 56</div>
<code> public Integer
<strong>getGOP</strong>()</code>
</h3>
<div class="details">
<p>Returns the GOP size.</p>
<p>
</p>
<div class="tags">
<h4>Return Value</h4>
 
<table>
<tr>
<td>Integer</td>
<td>
</td>
</tr>
</table>
 
<h4>See also</h4>
 
<table>
<tr>
<td>https://wikipedia.org/wiki/Group_of_pictures</td>
<td></td>
</tr>
</table>
 
</div>
</div>
 
<h3 id="method_apply">
<div class="location">at line 64</div>
<code> public array
<strong>apply</strong>(<a href="../../../FFMpeg/Media/Video.html"><abbr title="FFMpeg\Media\Video">Video</abbr></a> $video, <a href="../../../FFMpeg/Format/VideoInterface.html"><abbr title="FFMpeg\Format\VideoInterface">VideoInterface</abbr></a> $format)</code>
</h3>
<div class="details">
<p>Applies the filter on the the Video media given an format.</p>
<p>
</p>
<div class="tags">
<h4>Parameters</h4>
 
<table>
<tr>
<td><a href="../../../FFMpeg/Media/Video.html"><abbr title="FFMpeg\Media\Video">Video</abbr></a></td>
<td>$video</td>
<td>
</td>
</tr>
<tr>
<td><a href="../../../FFMpeg/Format/VideoInterface.html"><abbr title="FFMpeg\Format\VideoInterface">VideoInterface</abbr></a></td>
<td>$format</td>
<td>
</td>
</tr>
</table>
 
<h4>Return Value</h4>
 
<table>
<tr>
<td>array</td>
<td>An array of arguments</td>
</tr>
</table>
 
</div>
</div>
 
</div>
<div id="footer">
Generated by <a href="http://sami.sensiolabs.org/" target="_top">Sami, the API Documentation Generator</a>.
</div>
</body>
</html>
/vendor/php-ffmpeg/php-ffmpeg/docs/source/API/API/FFMpeg/Filters/Video/ResizeFilter.html
@@ -0,0 +1,343 @@
<!DOCTYPE html>
<html lang="en">
<head>
<meta charset="UTF-8" />
<meta name="robots" content="index, follow, all" />
<title>FFMpeg\Filters\Video\ResizeFilter | PHP-FFMpeg API</title>
<link rel="stylesheet" type="text/css" href="../../../stylesheet.css">
</head>
<body id="class">
<div class="header">
<ul>
<li><a href="../../../classes.html">Classes</a></li>
<li><a href="../../../namespaces.html">Namespaces</a></li>
<li><a href="../../../interfaces.html">Interfaces</a></li>
<li><a href="../../../traits.html">Traits</a></li>
<li><a href="../../../doc-index.html">Index</a></li>
</ul>
 
<div id="title">PHP-FFMpeg API</div>
 
<div class="type">Class</div>
<h1><a href="../../../FFMpeg/Filters/Video.html">FFMpeg\Filters\Video</a>\ResizeFilter</h1>
</div>
<div class="content">
<p> class
<strong>ResizeFilter</strong> implements
<a href="../../../FFMpeg/Filters/Video/VideoFilterInterface.html"><abbr title="FFMpeg\Filters\Video\VideoFilterInterface">VideoFilterInterface</abbr></a></p>
 
<h2>Constants</h2>
 
<table>
<tr>
<td>RESIZEMODE_FIT</td>
<td class="last">
<p><em>fits to the dimensions, might introduce anamorphosis</em></p>
<p>
</p>
</td>
</tr>
<tr>
<td>RESIZEMODE_INSET</td>
<td class="last">
<p><em>resizes the video inside the given dimension, no anamorphosis</em></p>
<p>
</p>
</td>
</tr>
<tr>
<td>RESIZEMODE_SCALE_WIDTH</td>
<td class="last">
<p><em>resizes the video to fit the dimension width, no anamorphosis</em></p>
<p>
</p>
</td>
</tr>
<tr>
<td>RESIZEMODE_SCALE_HEIGHT</td>
<td class="last">
<p><em>resizes the video to fit the dimension height, no anamorphosis</em></p>
<p>
</p>
</td>
</tr>
</table>
 
<h2>Methods</h2>
 
<table>
<tr>
<td class="type">
</td>
<td class="last">
<a href="#method___construct">__construct</a>(<a href="../../../FFMpeg/Coordinate/Dimension.html"><abbr title="FFMpeg\Coordinate\Dimension">Dimension</abbr></a> $dimension, $mode = self::RESIZEMODE_FIT, $forceStandards = true, $priority)
<p>
</p>
</td>
<td></td>
</tr>
<tr>
<td class="type">
integer
</td>
<td class="last">
<a href="#method_getPriority">getPriority</a>()
<p>Returns the priority of the filter.</p>
</td>
<td></td>
</tr>
<tr>
<td class="type">
<a href="../../../FFMpeg/Coordinate/Dimension.html"><abbr title="FFMpeg\Coordinate\Dimension">Dimension</abbr></a>
</td>
<td class="last">
<a href="#method_getDimension">getDimension</a>()
<p>
</p>
</td>
<td></td>
</tr>
<tr>
<td class="type">
string
</td>
<td class="last">
<a href="#method_getMode">getMode</a>()
<p>
</p>
</td>
<td></td>
</tr>
<tr>
<td class="type">
Boolean
</td>
<td class="last">
<a href="#method_areStandardsForced">areStandardsForced</a>()
<p>
</p>
</td>
<td></td>
</tr>
<tr>
<td class="type">
array
</td>
<td class="last">
<a href="#method_apply">apply</a>(<a href="../../../FFMpeg/Media/Video.html"><abbr title="FFMpeg\Media\Video">Video</abbr></a> $video, <a href="../../../FFMpeg/Format/VideoInterface.html"><abbr title="FFMpeg\Format\VideoInterface">VideoInterface</abbr></a> $format)
<p>Applies the filter on the the Video media given an format.</p>
</td>
<td></td>
</tr>
</table>
 
 
<h2>Details</h2>
 
<h3 id="method___construct">
<div class="location">at line 39</div>
<code> public
<strong>__construct</strong>(<a href="../../../FFMpeg/Coordinate/Dimension.html"><abbr title="FFMpeg\Coordinate\Dimension">Dimension</abbr></a> $dimension, $mode = self::RESIZEMODE_FIT, $forceStandards = true, $priority)</code>
</h3>
<div class="details">
<p>
</p>
<p>
</p>
<div class="tags">
<h4>Parameters</h4>
 
<table>
<tr>
<td><a href="../../../FFMpeg/Coordinate/Dimension.html"><abbr title="FFMpeg\Coordinate\Dimension">Dimension</abbr></a></td>
<td>$dimension</td>
<td>
</td>
</tr>
<tr>
<td></td>
<td>$mode</td>
<td>
</td>
</tr>
<tr>
<td></td>
<td>$forceStandards</td>
<td>
</td>
</tr>
<tr>
<td></td>
<td>$priority</td>
<td>
</td>
</tr>
</table>
 
</div>
</div>
 
<h3 id="method_getPriority">
<div class="location">at line 50</div>
<code> public integer
<strong>getPriority</strong>()</code>
</h3>
<div class="details">
<p>Returns the priority of the filter.</p>
<p>
</p>
<div class="tags">
<h4>Return Value</h4>
 
<table>
<tr>
<td>integer</td>
<td>
</td>
</tr>
</table>
 
</div>
</div>
 
<h3 id="method_getDimension">
<div class="location">at line 58</div>
<code> public <a href="../../../FFMpeg/Coordinate/Dimension.html"><abbr title="FFMpeg\Coordinate\Dimension">Dimension</abbr></a>
<strong>getDimension</strong>()</code>
</h3>
<div class="details">
<p>
</p>
<p>
</p>
<div class="tags">
<h4>Return Value</h4>
 
<table>
<tr>
<td><a href="../../../FFMpeg/Coordinate/Dimension.html"><abbr title="FFMpeg\Coordinate\Dimension">Dimension</abbr></a></td>
<td>
</td>
</tr>
</table>
 
</div>
</div>
 
<h3 id="method_getMode">
<div class="location">at line 66</div>
<code> public string
<strong>getMode</strong>()</code>
</h3>
<div class="details">
<p>
</p>
<p>
</p>
<div class="tags">
<h4>Return Value</h4>
 
<table>
<tr>
<td>string</td>
<td>
</td>
</tr>
</table>
 
</div>
</div>
 
<h3 id="method_areStandardsForced">
<div class="location">at line 74</div>
<code> public Boolean
<strong>areStandardsForced</strong>()</code>
</h3>
<div class="details">
<p>
</p>
<p>
</p>
<div class="tags">
<h4>Return Value</h4>
 
<table>
<tr>
<td>Boolean</td>
<td>
</td>
</tr>
</table>
 
</div>
</div>
 
<h3 id="method_apply">
<div class="location">at line 82</div>
<code> public array
<strong>apply</strong>(<a href="../../../FFMpeg/Media/Video.html"><abbr title="FFMpeg\Media\Video">Video</abbr></a> $video, <a href="../../../FFMpeg/Format/VideoInterface.html"><abbr title="FFMpeg\Format\VideoInterface">VideoInterface</abbr></a> $format)</code>
</h3>
<div class="details">
<p>Applies the filter on the the Video media given an format.</p>
<p>
</p>
<div class="tags">
<h4>Parameters</h4>
 
<table>
<tr>
<td><a href="../../../FFMpeg/Media/Video.html"><abbr title="FFMpeg\Media\Video">Video</abbr></a></td>
<td>$video</td>
<td>
</td>
</tr>
<tr>
<td><a href="../../../FFMpeg/Format/VideoInterface.html"><abbr title="FFMpeg\Format\VideoInterface">VideoInterface</abbr></a></td>
<td>$format</td>
<td>
</td>
</tr>
</table>
 
<h4>Return Value</h4>
 
<table>
<tr>
<td>array</td>
<td>An array of arguments</td>
</tr>
</table>
 
</div>
</div>
 
</div>
<div id="footer">
Generated by <a href="http://sami.sensiolabs.org/" target="_top">Sami, the API Documentation Generator</a>.
</div>
</body>
</html>
/vendor/php-ffmpeg/php-ffmpeg/docs/source/API/API/FFMpeg/Filters/Video/RotateFilter.html
@@ -0,0 +1,250 @@
<!DOCTYPE html>
<html lang="en">
<head>
<meta charset="UTF-8" />
<meta name="robots" content="index, follow, all" />
<title>FFMpeg\Filters\Video\RotateFilter | PHP-FFMpeg API</title>
<link rel="stylesheet" type="text/css" href="../../../stylesheet.css">
</head>
<body id="class">
<div class="header">
<ul>
<li><a href="../../../classes.html">Classes</a></li>
<li><a href="../../../namespaces.html">Namespaces</a></li>
<li><a href="../../../interfaces.html">Interfaces</a></li>
<li><a href="../../../traits.html">Traits</a></li>
<li><a href="../../../doc-index.html">Index</a></li>
</ul>
 
<div id="title">PHP-FFMpeg API</div>
 
<div class="type">Class</div>
<h1><a href="../../../FFMpeg/Filters/Video.html">FFMpeg\Filters\Video</a>\RotateFilter</h1>
</div>
<div class="content">
<p> class
<strong>RotateFilter</strong> implements
<a href="../../../FFMpeg/Filters/Video/VideoFilterInterface.html"><abbr title="FFMpeg\Filters\Video\VideoFilterInterface">VideoFilterInterface</abbr></a></p>
 
<h2>Constants</h2>
 
<table>
<tr>
<td>ROTATE_90</td>
<td class="last">
<p><em>
</em></p>
<p>
</p>
</td>
</tr>
<tr>
<td>ROTATE_180</td>
<td class="last">
<p><em>
</em></p>
<p>
</p>
</td>
</tr>
<tr>
<td>ROTATE_270</td>
<td class="last">
<p><em>
</em></p>
<p>
</p>
</td>
</tr>
</table>
 
<h2>Methods</h2>
 
<table>
<tr>
<td class="type">
</td>
<td class="last">
<a href="#method___construct">__construct</a>($angle, $priority)
<p>
</p>
</td>
<td></td>
</tr>
<tr>
<td class="type">
integer
</td>
<td class="last">
<a href="#method_getPriority">getPriority</a>()
<p>Returns the priority of the filter.</p>
</td>
<td></td>
</tr>
<tr>
<td class="type">
<a href="../../../FFMpeg/Coordinate/Dimension.html"><abbr title="FFMpeg\Coordinate\Dimension">Dimension</abbr></a>
</td>
<td class="last">
<a href="#method_getAngle">getAngle</a>()
<p>
</p>
</td>
<td></td>
</tr>
<tr>
<td class="type">
array
</td>
<td class="last">
<a href="#method_apply">apply</a>(<a href="../../../FFMpeg/Media/Video.html"><abbr title="FFMpeg\Media\Video">Video</abbr></a> $video, <a href="../../../FFMpeg/Format/VideoInterface.html"><abbr title="FFMpeg\Format\VideoInterface">VideoInterface</abbr></a> $format)
<p>Applies the filter on the the Video media given an format.</p>
</td>
<td></td>
</tr>
</table>
 
 
<h2>Details</h2>
 
<h3 id="method___construct">
<div class="location">at line 30</div>
<code> public
<strong>__construct</strong>($angle, $priority)</code>
</h3>
<div class="details">
<p>
</p>
<p>
</p>
<div class="tags">
<h4>Parameters</h4>
 
<table>
<tr>
<td></td>
<td>$angle</td>
<td>
</td>
</tr>
<tr>
<td></td>
<td>$priority</td>
<td>
</td>
</tr>
</table>
 
</div>
</div>
 
<h3 id="method_getPriority">
<div class="location">at line 39</div>
<code> public integer
<strong>getPriority</strong>()</code>
</h3>
<div class="details">
<p>Returns the priority of the filter.</p>
<p>
</p>
<div class="tags">
<h4>Return Value</h4>
 
<table>
<tr>
<td>integer</td>
<td>
</td>
</tr>
</table>
 
</div>
</div>
 
<h3 id="method_getAngle">
<div class="location">at line 47</div>
<code> public <a href="../../../FFMpeg/Coordinate/Dimension.html"><abbr title="FFMpeg\Coordinate\Dimension">Dimension</abbr></a>
<strong>getAngle</strong>()</code>
</h3>
<div class="details">
<p>
</p>
<p>
</p>
<div class="tags">
<h4>Return Value</h4>
 
<table>
<tr>
<td><a href="../../../FFMpeg/Coordinate/Dimension.html"><abbr title="FFMpeg\Coordinate\Dimension">Dimension</abbr></a></td>
<td>
</td>
</tr>
</table>
 
</div>
</div>
 
<h3 id="method_apply">
<div class="location">at line 55</div>
<code> public array
<strong>apply</strong>(<a href="../../../FFMpeg/Media/Video.html"><abbr title="FFMpeg\Media\Video">Video</abbr></a> $video, <a href="../../../FFMpeg/Format/VideoInterface.html"><abbr title="FFMpeg\Format\VideoInterface">VideoInterface</abbr></a> $format)</code>
</h3>
<div class="details">
<p>Applies the filter on the the Video media given an format.</p>
<p>
</p>
<div class="tags">
<h4>Parameters</h4>
 
<table>
<tr>
<td><a href="../../../FFMpeg/Media/Video.html"><abbr title="FFMpeg\Media\Video">Video</abbr></a></td>
<td>$video</td>
<td>
</td>
</tr>
<tr>
<td><a href="../../../FFMpeg/Format/VideoInterface.html"><abbr title="FFMpeg\Format\VideoInterface">VideoInterface</abbr></a></td>
<td>$format</td>
<td>
</td>
</tr>
</table>
 
<h4>Return Value</h4>
 
<table>
<tr>
<td>array</td>
<td>An array of arguments</td>
</tr>
</table>
 
</div>
</div>
 
</div>
<div id="footer">
Generated by <a href="http://sami.sensiolabs.org/" target="_top">Sami, the API Documentation Generator</a>.
</div>
</body>
</html>
/vendor/php-ffmpeg/php-ffmpeg/docs/source/API/API/FFMpeg/Filters/Video/SynchronizeFilter.html
@@ -0,0 +1,179 @@
<!DOCTYPE html>
<html lang="en">
<head>
<meta charset="UTF-8" />
<meta name="robots" content="index, follow, all" />
<title>FFMpeg\Filters\Video\SynchronizeFilter | PHP-FFMpeg API</title>
<link rel="stylesheet" type="text/css" href="../../../stylesheet.css">
</head>
<body id="class">
<div class="header">
<ul>
<li><a href="../../../classes.html">Classes</a></li>
<li><a href="../../../namespaces.html">Namespaces</a></li>
<li><a href="../../../interfaces.html">Interfaces</a></li>
<li><a href="../../../traits.html">Traits</a></li>
<li><a href="../../../doc-index.html">Index</a></li>
</ul>
 
<div id="title">PHP-FFMpeg API</div>
 
<div class="type">Class</div>
<h1><a href="../../../FFMpeg/Filters/Video.html">FFMpeg\Filters\Video</a>\SynchronizeFilter</h1>
</div>
<div class="content">
<p> class
<strong>SynchronizeFilter</strong> implements
<a href="../../../FFMpeg/Filters/Video/VideoFilterInterface.html"><abbr title="FFMpeg\Filters\Video\VideoFilterInterface">VideoFilterInterface</abbr></a></p>
 
<div class="description">
<p>Synchronizes audio and video in case of desynchronized movies.</p>
<p>
</p>
</div>
<h2>Methods</h2>
 
<table>
<tr>
<td class="type">
</td>
<td class="last">
<a href="#method___construct">__construct</a>($priority = 12)
<p>
</p>
</td>
<td></td>
</tr>
<tr>
<td class="type">
integer
</td>
<td class="last">
<a href="#method_getPriority">getPriority</a>()
<p>Returns the priority of the filter.</p>
</td>
<td></td>
</tr>
<tr>
<td class="type">
array
</td>
<td class="last">
<a href="#method_apply">apply</a>(<a href="../../../FFMpeg/Media/Video.html"><abbr title="FFMpeg\Media\Video">Video</abbr></a> $video, <a href="../../../FFMpeg/Format/VideoInterface.html"><abbr title="FFMpeg\Format\VideoInterface">VideoInterface</abbr></a> $format)
<p>Applies the filter on the the Video media given an format.</p>
</td>
<td></td>
</tr>
</table>
 
 
<h2>Details</h2>
 
<h3 id="method___construct">
<div class="location">at line 24</div>
<code> public
<strong>__construct</strong>($priority = 12)</code>
</h3>
<div class="details">
<p>
</p>
<p>
</p>
<div class="tags">
<h4>Parameters</h4>
 
<table>
<tr>
<td></td>
<td>$priority</td>
<td>
</td>
</tr>
</table>
 
</div>
</div>
 
<h3 id="method_getPriority">
<div class="location">at line 32</div>
<code> public integer
<strong>getPriority</strong>()</code>
</h3>
<div class="details">
<p>Returns the priority of the filter.</p>
<p>
</p>
<div class="tags">
<h4>Return Value</h4>
 
<table>
<tr>
<td>integer</td>
<td>
</td>
</tr>
</table>
 
</div>
</div>
 
<h3 id="method_apply">
<div class="location">at line 40</div>
<code> public array
<strong>apply</strong>(<a href="../../../FFMpeg/Media/Video.html"><abbr title="FFMpeg\Media\Video">Video</abbr></a> $video, <a href="../../../FFMpeg/Format/VideoInterface.html"><abbr title="FFMpeg\Format\VideoInterface">VideoInterface</abbr></a> $format)</code>
</h3>
<div class="details">
<p>Applies the filter on the the Video media given an format.</p>
<p>
</p>
<div class="tags">
<h4>Parameters</h4>
 
<table>
<tr>
<td><a href="../../../FFMpeg/Media/Video.html"><abbr title="FFMpeg\Media\Video">Video</abbr></a></td>
<td>$video</td>
<td>
</td>
</tr>
<tr>
<td><a href="../../../FFMpeg/Format/VideoInterface.html"><abbr title="FFMpeg\Format\VideoInterface">VideoInterface</abbr></a></td>
<td>$format</td>
<td>
</td>
</tr>
</table>
 
<h4>Return Value</h4>
 
<table>
<tr>
<td>array</td>
<td>An array of arguments</td>
</tr>
</table>
 
</div>
</div>
 
</div>
<div id="footer">
Generated by <a href="http://sami.sensiolabs.org/" target="_top">Sami, the API Documentation Generator</a>.
</div>
</body>
</html>
/vendor/php-ffmpeg/php-ffmpeg/docs/source/API/API/FFMpeg/Filters/Video/VideoFilterInterface.html
@@ -0,0 +1,135 @@
<!DOCTYPE html>
<html lang="en">
<head>
<meta charset="UTF-8" />
<meta name="robots" content="index, follow, all" />
<title>FFMpeg\Filters\Video\VideoFilterInterface | PHP-FFMpeg API</title>
<link rel="stylesheet" type="text/css" href="../../../stylesheet.css">
</head>
<body id="class">
<div class="header">
<ul>
<li><a href="../../../classes.html">Classes</a></li>
<li><a href="../../../namespaces.html">Namespaces</a></li>
<li><a href="../../../interfaces.html">Interfaces</a></li>
<li><a href="../../../traits.html">Traits</a></li>
<li><a href="../../../doc-index.html">Index</a></li>
</ul>
 
<div id="title">PHP-FFMpeg API</div>
 
<div class="type">Interface</div>
<h1><a href="../../../FFMpeg/Filters/Video.html">FFMpeg\Filters\Video</a>\VideoFilterInterface</h1>
</div>
<div class="content">
<p> interface
<strong>VideoFilterInterface</strong> implements
<a href="../../../FFMpeg/Filters/FilterInterface.html"><abbr title="FFMpeg\Filters\FilterInterface">FilterInterface</abbr></a></p>
 
<h2>Methods</h2>
 
<table>
<tr>
<td class="type">
integer
</td>
<td class="last">
<a href="#method_getPriority">getPriority</a>()
<p>Returns the priority of the filter.</p>
</td>
<td><small>from&nbsp;<a href="../../../FFMpeg/Filters/FilterInterface.html#method_getPriority"><abbr title="FFMpeg\Filters\FilterInterface">FilterInterface</abbr></a></small></td>
</tr>
<tr>
<td class="type">
array
</td>
<td class="last">
<a href="#method_apply">apply</a>(<a href="../../../FFMpeg/Media/Video.html"><abbr title="FFMpeg\Media\Video">Video</abbr></a> $video, <a href="../../../FFMpeg/Format/VideoInterface.html"><abbr title="FFMpeg\Format\VideoInterface">VideoInterface</abbr></a> $format)
<p>Applies the filter on the the Video media given an format.</p>
</td>
<td></td>
</tr>
</table>
 
 
<h2>Details</h2>
 
<h3 id="method_getPriority">
<div class="location">in <a href="../../../FFMpeg/Filters/FilterInterface.html#method_getPriority"><abbr title="FFMpeg\Filters\FilterInterface">FilterInterface</abbr></a> at line 21</div>
<code> public integer
<strong>getPriority</strong>()</code>
</h3>
<div class="details">
<p>Returns the priority of the filter.</p>
<p>
</p>
<div class="tags">
<h4>Return Value</h4>
 
<table>
<tr>
<td>integer</td>
<td>
</td>
</tr>
</table>
 
</div>
</div>
 
<h3 id="method_apply">
<div class="location">at line 28</div>
<code> public array
<strong>apply</strong>(<a href="../../../FFMpeg/Media/Video.html"><abbr title="FFMpeg\Media\Video">Video</abbr></a> $video, <a href="../../../FFMpeg/Format/VideoInterface.html"><abbr title="FFMpeg\Format\VideoInterface">VideoInterface</abbr></a> $format)</code>
</h3>
<div class="details">
<p>Applies the filter on the the Video media given an format.</p>
<p>
</p>
<div class="tags">
<h4>Parameters</h4>
 
<table>
<tr>
<td><a href="../../../FFMpeg/Media/Video.html"><abbr title="FFMpeg\Media\Video">Video</abbr></a></td>
<td>$video</td>
<td>
</td>
</tr>
<tr>
<td><a href="../../../FFMpeg/Format/VideoInterface.html"><abbr title="FFMpeg\Format\VideoInterface">VideoInterface</abbr></a></td>
<td>$format</td>
<td>
</td>
</tr>
</table>
 
<h4>Return Value</h4>
 
<table>
<tr>
<td>array</td>
<td>An array of arguments</td>
</tr>
</table>
 
</div>
</div>
 
</div>
<div id="footer">
Generated by <a href="http://sami.sensiolabs.org/" target="_top">Sami, the API Documentation Generator</a>.
</div>
</body>
</html>
/vendor/php-ffmpeg/php-ffmpeg/docs/source/API/API/FFMpeg/Filters/Video/VideoFilters.html
@@ -0,0 +1,474 @@
<!DOCTYPE html>
<html lang="en">
<head>
<meta charset="UTF-8" />
<meta name="robots" content="index, follow, all" />
<title>FFMpeg\Filters\Video\VideoFilters | PHP-FFMpeg API</title>
<link rel="stylesheet" type="text/css" href="../../../stylesheet.css">
</head>
<body id="class">
<div class="header">
<ul>
<li><a href="../../../classes.html">Classes</a></li>
<li><a href="../../../namespaces.html">Namespaces</a></li>
<li><a href="../../../interfaces.html">Interfaces</a></li>
<li><a href="../../../traits.html">Traits</a></li>
<li><a href="../../../doc-index.html">Index</a></li>
</ul>
 
<div id="title">PHP-FFMpeg API</div>
 
<div class="type">Class</div>
<h1><a href="../../../FFMpeg/Filters/Video.html">FFMpeg\Filters\Video</a>\VideoFilters</h1>
</div>
<div class="content">
<p> class
<strong>VideoFilters</strong> extends <a href="../../../FFMpeg/Filters/Audio/AudioFilters.html"><abbr title="FFMpeg\Filters\Audio\AudioFilters">AudioFilters</abbr></a></p>
 
<h2>Methods</h2>
 
<table>
<tr>
<td class="type">
</td>
<td class="last">
<a href="#method___construct">__construct</a>(<a href="../../../FFMpeg/Media/Video.html"><abbr title="FFMpeg\Media\Video">Video</abbr></a> $media)
<p>
</p>
</td>
<td></td>
</tr>
<tr>
<td class="type">
<a href="../../../FFMpeg/Filters/Audio/AudioFilters.html"><abbr title="FFMpeg\Filters\Audio\AudioFilters">AudioFilters</abbr></a>
</td>
<td class="last">
<a href="#method_resample">resample</a>(Integer $rate)
<p>Resamples the audio file.</p>
</td>
<td><small>from&nbsp;<a href="../../../FFMpeg/Filters/Audio/AudioFilters.html#method_resample"><abbr title="FFMpeg\Filters\Audio\AudioFilters">AudioFilters</abbr></a></small></td>
</tr>
<tr>
<td class="type">
<a href="../../../FFMpeg/Filters/Video/VideoFilters.html"><abbr title="FFMpeg\Filters\Video\VideoFilters">VideoFilters</abbr></a>
</td>
<td class="last">
<a href="#method_resize">resize</a>(<a href="../../../FFMpeg/Coordinate/Dimension.html"><abbr title="FFMpeg\Coordinate\Dimension">Dimension</abbr></a> $dimension, string $mode = ResizeFilter::RESIZEMODE_FIT, Boolean $forceStandards = true)
<p>Resizes a video to a given dimension.</p>
</td>
<td></td>
</tr>
<tr>
<td class="type">
<a href="../../../FFMpeg/Filters/Video/VideoFilters.html"><abbr title="FFMpeg\Filters\Video\VideoFilters">VideoFilters</abbr></a>
</td>
<td class="last">
<a href="#method_framerate">framerate</a>(<a href="../../../FFMpeg/Coordinate/FrameRate.html"><abbr title="FFMpeg\Coordinate\FrameRate">FrameRate</abbr></a> $framerate, <abbr title="FFMpeg\Filters\Video\type">type</abbr> $gop)
<p>Changes the video framerate.</p>
</td>
<td></td>
</tr>
<tr>
<td class="type">
<a href="../../../FFMpeg/Filters/Video/VideoFilters.html"><abbr title="FFMpeg\Filters\Video\VideoFilters">VideoFilters</abbr></a>
</td>
<td class="last">
<a href="#method_synchronize">synchronize</a>()
<p>Synchronizes audio and video.</p>
</td>
<td></td>
</tr>
<tr>
<td class="type">
<a href="../../../FFMpeg/Filters/Video/VideoFilters.html"><abbr title="FFMpeg\Filters\Video\VideoFilters">VideoFilters</abbr></a>
</td>
<td class="last">
<a href="#method_clip">clip</a>(<a href="../../../FFMpeg/Coordinate/TimeCode.html"><abbr title="FFMpeg\Coordinate\TimeCode">TimeCode</abbr></a> $start, <a href="../../../FFMpeg/Coordinate/TimeCode.html"><abbr title="FFMpeg\Coordinate\TimeCode">TimeCode</abbr></a> $duration = null)
<p>Clips (cuts) the video.</p>
</td>
<td></td>
</tr>
<tr>
<td class="type">
<a href="../../../FFMpeg/Filters/Audio/AudioFilters.html"><abbr title="FFMpeg\Filters\Audio\AudioFilters">AudioFilters</abbr></a>
</td>
<td class="last">
<a href="#method_audioResample">audioResample</a>(Integer $rate)
<p>Resamples the audio file.</p>
</td>
<td></td>
</tr>
<tr>
<td class="type">
</td>
<td class="last">
<a href="#method_rotate">rotate</a>($angle)
<p>
</p>
</td>
<td></td>
</tr>
<tr>
<td class="type">
<abbr title="FFMpeg\Filters\Video\$this">$this</abbr>
</td>
<td class="last">
<a href="#method_watermark">watermark</a>(string $imagePath, array $coordinates = array())
<p>
</p>
</td>
<td></td>
</tr>
</table>
 
 
<h2>Details</h2>
 
<h3 id="method___construct">
<div class="location">at line 23</div>
<code> public
<strong>__construct</strong>(<a href="../../../FFMpeg/Media/Video.html"><abbr title="FFMpeg\Media\Video">Video</abbr></a> $media)</code>
</h3>
<div class="details">
<p>
</p>
<p>
</p>
<div class="tags">
<h4>Parameters</h4>
 
<table>
<tr>
<td><a href="../../../FFMpeg/Media/Video.html"><abbr title="FFMpeg\Media\Video">Video</abbr></a></td>
<td>$media</td>
<td>
</td>
</tr>
</table>
 
</div>
</div>
 
<h3 id="method_resample">
<div class="location">in <a href="../../../FFMpeg/Filters/Audio/AudioFilters.html#method_resample"><abbr title="FFMpeg\Filters\Audio\AudioFilters">AudioFilters</abbr></a> at line 23</div>
<code> public <a href="../../../FFMpeg/Filters/Audio/AudioFilters.html"><abbr title="FFMpeg\Filters\Audio\AudioFilters">AudioFilters</abbr></a>
<strong>resample</strong>(Integer $rate)</code>
</h3>
<div class="details">
<p>Resamples the audio file.</p>
<p>
</p>
<div class="tags">
<h4>Parameters</h4>
 
<table>
<tr>
<td>Integer</td>
<td>$rate</td>
<td>
</td>
</tr>
</table>
 
<h4>Return Value</h4>
 
<table>
<tr>
<td><a href="../../../FFMpeg/Filters/Audio/AudioFilters.html"><abbr title="FFMpeg\Filters\Audio\AudioFilters">AudioFilters</abbr></a></td>
<td>
</td>
</tr>
</table>
 
</div>
</div>
 
<h3 id="method_resize">
<div class="location">at line 37</div>
<code> public <a href="../../../FFMpeg/Filters/Video/VideoFilters.html"><abbr title="FFMpeg\Filters\Video\VideoFilters">VideoFilters</abbr></a>
<strong>resize</strong>(<a href="../../../FFMpeg/Coordinate/Dimension.html"><abbr title="FFMpeg\Coordinate\Dimension">Dimension</abbr></a> $dimension, string $mode = ResizeFilter::RESIZEMODE_FIT, Boolean $forceStandards = true)</code>
</h3>
<div class="details">
<p>Resizes a video to a given dimension.</p>
<p>
</p>
<div class="tags">
<h4>Parameters</h4>
 
<table>
<tr>
<td><a href="../../../FFMpeg/Coordinate/Dimension.html"><abbr title="FFMpeg\Coordinate\Dimension">Dimension</abbr></a></td>
<td>$dimension</td>
<td>
</td>
</tr>
<tr>
<td>string</td>
<td>$mode</td>
<td>
</td>
</tr>
<tr>
<td>Boolean</td>
<td>$forceStandards</td>
<td>
</td>
</tr>
</table>
 
<h4>Return Value</h4>
 
<table>
<tr>
<td><a href="../../../FFMpeg/Filters/Video/VideoFilters.html"><abbr title="FFMpeg\Filters\Video\VideoFilters">VideoFilters</abbr></a></td>
<td>
</td>
</tr>
</table>
 
</div>
</div>
 
<h3 id="method_framerate">
<div class="location">at line 52</div>
<code> public <a href="../../../FFMpeg/Filters/Video/VideoFilters.html"><abbr title="FFMpeg\Filters\Video\VideoFilters">VideoFilters</abbr></a>
<strong>framerate</strong>(<a href="../../../FFMpeg/Coordinate/FrameRate.html"><abbr title="FFMpeg\Coordinate\FrameRate">FrameRate</abbr></a> $framerate, <abbr title="FFMpeg\Filters\Video\type">type</abbr> $gop)</code>
</h3>
<div class="details">
<p>Changes the video framerate.</p>
<p>
</p>
<div class="tags">
<h4>Parameters</h4>
 
<table>
<tr>
<td><a href="../../../FFMpeg/Coordinate/FrameRate.html"><abbr title="FFMpeg\Coordinate\FrameRate">FrameRate</abbr></a></td>
<td>$framerate</td>
<td>
</td>
</tr>
<tr>
<td><abbr title="FFMpeg\Filters\Video\type">type</abbr></td>
<td>$gop</td>
<td>
</td>
</tr>
</table>
 
<h4>Return Value</h4>
 
<table>
<tr>
<td><a href="../../../FFMpeg/Filters/Video/VideoFilters.html"><abbr title="FFMpeg\Filters\Video\VideoFilters">VideoFilters</abbr></a></td>
<td>
</td>
</tr>
</table>
 
</div>
</div>
 
<h3 id="method_synchronize">
<div class="location">at line 64</div>
<code> public <a href="../../../FFMpeg/Filters/Video/VideoFilters.html"><abbr title="FFMpeg\Filters\Video\VideoFilters">VideoFilters</abbr></a>
<strong>synchronize</strong>()</code>
</h3>
<div class="details">
<p>Synchronizes audio and video.</p>
<p>
</p>
<div class="tags">
<h4>Return Value</h4>
 
<table>
<tr>
<td><a href="../../../FFMpeg/Filters/Video/VideoFilters.html"><abbr title="FFMpeg\Filters\Video\VideoFilters">VideoFilters</abbr></a></td>
<td>
</td>
</tr>
</table>
 
</div>
</div>
 
<h3 id="method_clip">
<div class="location">at line 79</div>
<code> public <a href="../../../FFMpeg/Filters/Video/VideoFilters.html"><abbr title="FFMpeg\Filters\Video\VideoFilters">VideoFilters</abbr></a>
<strong>clip</strong>(<a href="../../../FFMpeg/Coordinate/TimeCode.html"><abbr title="FFMpeg\Coordinate\TimeCode">TimeCode</abbr></a> $start, <a href="../../../FFMpeg/Coordinate/TimeCode.html"><abbr title="FFMpeg\Coordinate\TimeCode">TimeCode</abbr></a> $duration = null)</code>
</h3>
<div class="details">
<p>Clips (cuts) the video.</p>
<p>
</p>
<div class="tags">
<h4>Parameters</h4>
 
<table>
<tr>
<td><a href="../../../FFMpeg/Coordinate/TimeCode.html"><abbr title="FFMpeg\Coordinate\TimeCode">TimeCode</abbr></a></td>
<td>$start</td>
<td>
</td>
</tr>
<tr>
<td><a href="../../../FFMpeg/Coordinate/TimeCode.html"><abbr title="FFMpeg\Coordinate\TimeCode">TimeCode</abbr></a></td>
<td>$duration</td>
<td>
</td>
</tr>
</table>
 
<h4>Return Value</h4>
 
<table>
<tr>
<td><a href="../../../FFMpeg/Filters/Video/VideoFilters.html"><abbr title="FFMpeg\Filters\Video\VideoFilters">VideoFilters</abbr></a></td>
<td>
</td>
</tr>
</table>
 
</div>
</div>
 
<h3 id="method_audioResample">
<div class="location">at line 93</div>
<code> public <a href="../../../FFMpeg/Filters/Audio/AudioFilters.html"><abbr title="FFMpeg\Filters\Audio\AudioFilters">AudioFilters</abbr></a>
<strong>audioResample</strong>(Integer $rate)</code>
</h3>
<div class="details">
<p>Resamples the audio file.</p>
<p>
</p>
<div class="tags">
<h4>Parameters</h4>
 
<table>
<tr>
<td>Integer</td>
<td>$rate</td>
<td>
</td>
</tr>
</table>
 
<h4>Return Value</h4>
 
<table>
<tr>
<td><a href="../../../FFMpeg/Filters/Audio/AudioFilters.html"><abbr title="FFMpeg\Filters\Audio\AudioFilters">AudioFilters</abbr></a></td>
<td>
</td>
</tr>
</table>
 
</div>
</div>
 
<h3 id="method_rotate">
<div class="location">at line 100</div>
<code> public
<strong>rotate</strong>($angle)</code>
</h3>
<div class="details">
<p>
</p>
<p>
</p>
<div class="tags">
<h4>Parameters</h4>
 
<table>
<tr>
<td></td>
<td>$angle</td>
<td>
</td>
</tr>
</table>
 
</div>
</div>
 
<h3 id="method_watermark">
<div class="location">at line 113</div>
<code> public <abbr title="FFMpeg\Filters\Video\$this">$this</abbr>
<strong>watermark</strong>(string $imagePath, array $coordinates = array())</code>
</h3>
<div class="details">
<p>
</p>
<p>
</p>
<div class="tags">
<h4>Parameters</h4>
 
<table>
<tr>
<td>string</td>
<td>$imagePath</td>
<td>
</td>
</tr>
<tr>
<td>array</td>
<td>$coordinates</td>
<td>
</td>
</tr>
</table>
 
<h4>Return Value</h4>
 
<table>
<tr>
<td><abbr title="FFMpeg\Filters\Video\$this">$this</abbr></td>
<td>
</td>
</tr>
</table>
 
</div>
</div>
 
</div>
<div id="footer">
Generated by <a href="http://sami.sensiolabs.org/" target="_top">Sami, the API Documentation Generator</a>.
</div>
</body>
</html>
/vendor/php-ffmpeg/php-ffmpeg/docs/source/API/API/FFMpeg/Filters/Video/WatermarkFilter.html
@@ -0,0 +1,186 @@
<!DOCTYPE html>
<html lang="en">
<head>
<meta charset="UTF-8" />
<meta name="robots" content="index, follow, all" />
<title>FFMpeg\Filters\Video\WatermarkFilter | PHP-FFMpeg API</title>
<link rel="stylesheet" type="text/css" href="../../../stylesheet.css">
</head>
<body id="class">
<div class="header">
<ul>
<li><a href="../../../classes.html">Classes</a></li>
<li><a href="../../../namespaces.html">Namespaces</a></li>
<li><a href="../../../interfaces.html">Interfaces</a></li>
<li><a href="../../../traits.html">Traits</a></li>
<li><a href="../../../doc-index.html">Index</a></li>
</ul>
 
<div id="title">PHP-FFMpeg API</div>
 
<div class="type">Class</div>
<h1><a href="../../../FFMpeg/Filters/Video.html">FFMpeg\Filters\Video</a>\WatermarkFilter</h1>
</div>
<div class="content">
<p> class
<strong>WatermarkFilter</strong> implements
<a href="../../../FFMpeg/Filters/Video/VideoFilterInterface.html"><abbr title="FFMpeg\Filters\Video\VideoFilterInterface">VideoFilterInterface</abbr></a></p>
 
<h2>Methods</h2>
 
<table>
<tr>
<td class="type">
</td>
<td class="last">
<a href="#method___construct">__construct</a>($watermarkPath, array $coordinates = array(), $priority)
<p>
</p>
</td>
<td></td>
</tr>
<tr>
<td class="type">
integer
</td>
<td class="last">
<a href="#method_getPriority">getPriority</a>()
<p>Returns the priority of the filter.</p>
</td>
<td></td>
</tr>
<tr>
<td class="type">
array
</td>
<td class="last">
<a href="#method_apply">apply</a>(<a href="../../../FFMpeg/Media/Video.html"><abbr title="FFMpeg\Media\Video">Video</abbr></a> $video, <a href="../../../FFMpeg/Format/VideoInterface.html"><abbr title="FFMpeg\Format\VideoInterface">VideoInterface</abbr></a> $format)
<p>Applies the filter on the the Video media given an format.</p>
</td>
<td></td>
</tr>
</table>
 
 
<h2>Details</h2>
 
<h3 id="method___construct">
<div class="location">at line 26</div>
<code> public
<strong>__construct</strong>($watermarkPath, array $coordinates = array(), $priority)</code>
</h3>
<div class="details">
<p>
</p>
<p>
</p>
<div class="tags">
<h4>Parameters</h4>
 
<table>
<tr>
<td></td>
<td>$watermarkPath</td>
<td>
</td>
</tr>
<tr>
<td>array</td>
<td>$coordinates</td>
<td>
</td>
</tr>
<tr>
<td></td>
<td>$priority</td>
<td>
</td>
</tr>
</table>
 
</div>
</div>
 
<h3 id="method_getPriority">
<div class="location">at line 36</div>
<code> public integer
<strong>getPriority</strong>()</code>
</h3>
<div class="details">
<p>Returns the priority of the filter.</p>
<p>
</p>
<div class="tags">
<h4>Return Value</h4>
 
<table>
<tr>
<td>integer</td>
<td>
</td>
</tr>
</table>
 
</div>
</div>
 
<h3 id="method_apply">
<div class="location">at line 44</div>
<code> public array
<strong>apply</strong>(<a href="../../../FFMpeg/Media/Video.html"><abbr title="FFMpeg\Media\Video">Video</abbr></a> $video, <a href="../../../FFMpeg/Format/VideoInterface.html"><abbr title="FFMpeg\Format\VideoInterface">VideoInterface</abbr></a> $format)</code>
</h3>
<div class="details">
<p>Applies the filter on the the Video media given an format.</p>
<p>
</p>
<div class="tags">
<h4>Parameters</h4>
 
<table>
<tr>
<td><a href="../../../FFMpeg/Media/Video.html"><abbr title="FFMpeg\Media\Video">Video</abbr></a></td>
<td>$video</td>
<td>
</td>
</tr>
<tr>
<td><a href="../../../FFMpeg/Format/VideoInterface.html"><abbr title="FFMpeg\Format\VideoInterface">VideoInterface</abbr></a></td>
<td>$format</td>
<td>
</td>
</tr>
</table>
 
<h4>Return Value</h4>
 
<table>
<tr>
<td>array</td>
<td>An array of arguments</td>
</tr>
</table>
 
</div>
</div>
 
</div>
<div id="footer">
Generated by <a href="http://sami.sensiolabs.org/" target="_top">Sami, the API Documentation Generator</a>.
</div>
</body>
</html>
/vendor/php-ffmpeg/php-ffmpeg/docs/source/API/API/FFMpeg/Filters/Video/namespace-frame.html
@@ -0,0 +1,9 @@
<!DOCTYPE html>
<html lang="en">
<head>
<meta charset="UTF-8" />
<meta name="robots" content="index, follow, all" />
<title>FFMpeg\Filters\Video | PHP-FFMpeg API</title>
<link rel="stylesheet" type="text/css" href="../../../stylesheet.css">
</head>
</html>
/vendor/php-ffmpeg/php-ffmpeg/docs/source/API/API/FFMpeg/Filters/Video.html
@@ -0,0 +1,82 @@
<!DOCTYPE html>
<html lang="en">
<head>
<meta charset="UTF-8" />
<meta name="robots" content="index, follow, all" />
<title>FFMpeg\Filters\Video | PHP-FFMpeg API</title>
<link rel="stylesheet" type="text/css" href="../../stylesheet.css">
</head>
<body id="overview">
<div class="header">
<ul>
<li><a href="../../classes.html">Classes</a></li>
<li><a href="../../namespaces.html">Namespaces</a></li>
<li><a href="../../interfaces.html">Interfaces</a></li>
<li><a href="../../traits.html">Traits</a></li>
<li><a href="../../doc-index.html">Index</a></li>
</ul>
 
<div id="title">PHP-FFMpeg API</div>
 
<div class="type">Namespace</div>
<h1>FFMpeg\Filters\Video</h1>
</div>
<div class="content">
<table>
<tr>
<td><a href="../../FFMpeg/Filters/Video/ClipFilter.html"><abbr title="FFMpeg\Filters\Video\ClipFilter">ClipFilter</abbr></a></td>
<td class="last">
</td>
</tr>
<tr>
<td><a href="../../FFMpeg/Filters/Video/CustomFilter.html"><abbr title="FFMpeg\Filters\Video\CustomFilter">CustomFilter</abbr></a></td>
<td class="last">
</td>
</tr>
<tr>
<td><a href="../../FFMpeg/Filters/Video/FrameRateFilter.html"><abbr title="FFMpeg\Filters\Video\FrameRateFilter">FrameRateFilter</abbr></a></td>
<td class="last">
</td>
</tr>
<tr>
<td><a href="../../FFMpeg/Filters/Video/ResizeFilter.html"><abbr title="FFMpeg\Filters\Video\ResizeFilter">ResizeFilter</abbr></a></td>
<td class="last">
</td>
</tr>
<tr>
<td><a href="../../FFMpeg/Filters/Video/RotateFilter.html"><abbr title="FFMpeg\Filters\Video\RotateFilter">RotateFilter</abbr></a></td>
<td class="last">
</td>
</tr>
<tr>
<td><a href="../../FFMpeg/Filters/Video/SynchronizeFilter.html"><abbr title="FFMpeg\Filters\Video\SynchronizeFilter">SynchronizeFilter</abbr></a></td>
<td class="last">Synchronizes audio and video in case of desynchronized movies.</td>
</tr>
<tr>
<td><a href="../../FFMpeg/Filters/Video/VideoFilters.html"><abbr title="FFMpeg\Filters\Video\VideoFilters">VideoFilters</abbr></a></td>
<td class="last">
</td>
</tr>
<tr>
<td><a href="../../FFMpeg/Filters/Video/WatermarkFilter.html"><abbr title="FFMpeg\Filters\Video\WatermarkFilter">WatermarkFilter</abbr></a></td>
<td class="last">
</td>
</tr>
</table>
<h2>Interfaces</h2>
<table>
<tr>
<td><a href="../../FFMpeg/Filters/Video/VideoFilterInterface.html"><abbr title="FFMpeg\Filters\Video\VideoFilterInterface">VideoFilterInterface</abbr></a></td>
<td class="last">
</td>
</tr>
</table>
</div>
<div id="footer">
Generated by <a href="http://sami.sensiolabs.org/" target="_top">Sami, the API Documentation Generator</a>.
</div>
</body>
</html>
/vendor/php-ffmpeg/php-ffmpeg/docs/source/API/API/FFMpeg/Filters/namespace-frame.html
@@ -0,0 +1,9 @@
<!DOCTYPE html>
<html lang="en">
<head>
<meta charset="UTF-8" />
<meta name="robots" content="index, follow, all" />
<title>FFMpeg\Filters | PHP-FFMpeg API</title>
<link rel="stylesheet" type="text/css" href="../../stylesheet.css">
</head>
</html>