Update API doc
This commit is contained in:
parent
37dda27077
commit
52b7ba1e60
9 changed files with 247 additions and 59 deletions
|
|
@ -66,6 +66,26 @@
|
|||
</tr>
|
||||
<tr>
|
||||
<td class="type">
|
||||
|
||||
</td>
|
||||
<td class="last">
|
||||
<a href="#method_setThreads">setThreads</a>($threads)
|
||||
<p></p>
|
||||
</td>
|
||||
<td></td>
|
||||
</tr>
|
||||
<tr>
|
||||
<td class="type">
|
||||
|
||||
</td>
|
||||
<td class="last">
|
||||
<a href="#method_getThreads">getThreads</a>()
|
||||
<p></p>
|
||||
</td>
|
||||
<td></td>
|
||||
</tr>
|
||||
<tr>
|
||||
<td class="type">
|
||||
<a href="../FFMpeg/FFMpeg.html"><abbr title="FFMpeg\FFMpeg">FFMpeg</abbr></a>
|
||||
</td>
|
||||
<td class="last">
|
||||
|
|
@ -109,7 +129,7 @@
|
|||
<a href="../FFMpeg/FFMpeg.html"><abbr title="FFMpeg\FFMpeg">FFMpeg</abbr></a>
|
||||
</td>
|
||||
<td class="last">
|
||||
<a href="#method_encode">encode</a>(<a href="../FFMpeg/Format/Audio.html"><abbr title="FFMpeg\Format\Audio">Audio</abbr></a> $format, string $outputPathfile, integer $threads = 1)
|
||||
<a href="#method_encode">encode</a>(<a href="../FFMpeg/Format/Audio.html"><abbr title="FFMpeg\Format\Audio">Audio</abbr></a> $format, string $outputPathfile)
|
||||
<p>Encode the file to the specified format</p>
|
||||
</td>
|
||||
<td></td>
|
||||
|
|
@ -150,7 +170,7 @@
|
|||
</div>
|
||||
|
||||
<h3 id="method___destruct">
|
||||
<div class="location">at line 39</div>
|
||||
<div class="location">at line 40</div>
|
||||
<code> public
|
||||
<strong>__destruct</strong>()</code>
|
||||
</h3>
|
||||
|
|
@ -195,11 +215,51 @@
|
|||
|
||||
|
||||
|
||||
</div>
|
||||
</div>
|
||||
|
||||
<h3 id="method_setThreads">
|
||||
<div class="location">at line 46</div>
|
||||
<code> public
|
||||
<strong>setThreads</strong>($threads)</code>
|
||||
</h3>
|
||||
<div class="details">
|
||||
<p></p>
|
||||
<p></p>
|
||||
<div class="tags">
|
||||
<h4>Parameters</h4>
|
||||
|
||||
<table>
|
||||
<tr>
|
||||
<td></td>
|
||||
<td>$threads</td>
|
||||
<td></td>
|
||||
</tr>
|
||||
</table>
|
||||
|
||||
|
||||
|
||||
|
||||
</div>
|
||||
</div>
|
||||
|
||||
<h3 id="method_getThreads">
|
||||
<div class="location">at line 57</div>
|
||||
<code> public
|
||||
<strong>getThreads</strong>()</code>
|
||||
</h3>
|
||||
<div class="details">
|
||||
<p></p>
|
||||
<p></p>
|
||||
<div class="tags">
|
||||
|
||||
|
||||
|
||||
</div>
|
||||
</div>
|
||||
|
||||
<h3 id="method_open">
|
||||
<div class="location">at line 52</div>
|
||||
<div class="location">at line 69</div>
|
||||
<code> public <a href="../FFMpeg/FFMpeg.html"><abbr title="FFMpeg\FFMpeg">FFMpeg</abbr></a>
|
||||
<strong>open</strong>(string $pathfile)</code>
|
||||
</h3>
|
||||
|
|
@ -242,7 +302,7 @@
|
|||
</div>
|
||||
|
||||
<h3 id="method_setProber">
|
||||
<div class="location">at line 72</div>
|
||||
<div class="location">at line 89</div>
|
||||
<code> public <a href="../FFMpeg/FFMpeg.html"><abbr title="FFMpeg\FFMpeg">FFMpeg</abbr></a>
|
||||
<strong>setProber</strong>(<a href="../FFMpeg/FFProbe.html"><abbr title="FFMpeg\FFProbe">FFProbe</abbr></a> $prober)</code>
|
||||
</h3>
|
||||
|
|
@ -276,7 +336,7 @@
|
|||
</div>
|
||||
|
||||
<h3 id="method_close">
|
||||
<div class="location">at line 84</div>
|
||||
<div class="location">at line 101</div>
|
||||
<code> public <a href="../FFMpeg/FFMpeg.html"><abbr title="FFMpeg\FFMpeg">FFMpeg</abbr></a>
|
||||
<strong>close</strong>()</code>
|
||||
</h3>
|
||||
|
|
@ -300,7 +360,7 @@
|
|||
</div>
|
||||
|
||||
<h3 id="method_extractImage">
|
||||
<div class="location">at line 102</div>
|
||||
<div class="location">at line 119</div>
|
||||
<code> public <a href="../FFMpeg/FFMpeg.html"><abbr title="FFMpeg\FFMpeg">FFMpeg</abbr></a>
|
||||
<strong>extractImage</strong>(integer $time, string $output)</code>
|
||||
</h3>
|
||||
|
|
@ -352,9 +412,9 @@
|
|||
</div>
|
||||
|
||||
<h3 id="method_encode">
|
||||
<div class="location">at line 146</div>
|
||||
<div class="location">at line 162</div>
|
||||
<code> public <a href="../FFMpeg/FFMpeg.html"><abbr title="FFMpeg\FFMpeg">FFMpeg</abbr></a>
|
||||
<strong>encode</strong>(<a href="../FFMpeg/Format/Audio.html"><abbr title="FFMpeg\Format\Audio">Audio</abbr></a> $format, string $outputPathfile, integer $threads = 1)</code>
|
||||
<strong>encode</strong>(<a href="../FFMpeg/Format/Audio.html"><abbr title="FFMpeg\Format\Audio">Audio</abbr></a> $format, string $outputPathfile)</code>
|
||||
</h3>
|
||||
<div class="details">
|
||||
<p>Encode the file to the specified format</p>
|
||||
|
|
@ -372,11 +432,6 @@
|
|||
<td>string</td>
|
||||
<td>$outputPathfile</td>
|
||||
<td>The pathfile where to write</td>
|
||||
</tr>
|
||||
<tr>
|
||||
<td>integer</td>
|
||||
<td>$threads</td>
|
||||
<td>The number of threads to use</td>
|
||||
</tr>
|
||||
</table>
|
||||
|
||||
|
|
|
|||
|
|
@ -556,7 +556,7 @@
|
|||
</div>
|
||||
|
||||
<h3 id="method_setResizeMode">
|
||||
<div class="location">at line 115</div>
|
||||
<div class="location">at line 120</div>
|
||||
<code> public
|
||||
<strong>setResizeMode</strong>(string $mode)</code>
|
||||
</h3>
|
||||
|
|
@ -590,7 +590,7 @@
|
|||
</div>
|
||||
|
||||
<h3 id="method_getResizeMode">
|
||||
<div class="location">at line 135</div>
|
||||
<div class="location">at line 140</div>
|
||||
<code> public string
|
||||
<strong>getResizeMode</strong>()</code>
|
||||
</h3>
|
||||
|
|
@ -614,7 +614,7 @@
|
|||
</div>
|
||||
|
||||
<h3 id="method_getFrameRate">
|
||||
<div class="location">at line 143</div>
|
||||
<div class="location">at line 148</div>
|
||||
<code> public integer
|
||||
<strong>getFrameRate</strong>()</code>
|
||||
</h3>
|
||||
|
|
@ -638,7 +638,7 @@
|
|||
</div>
|
||||
|
||||
<h3 id="method_setFrameRate">
|
||||
<div class="location">at line 155</div>
|
||||
<div class="location">at line 160</div>
|
||||
<code> public
|
||||
<strong>setFrameRate</strong>(integer $frameRate)</code>
|
||||
</h3>
|
||||
|
|
@ -672,7 +672,7 @@
|
|||
</div>
|
||||
|
||||
<h3 id="method_getVideoCodec">
|
||||
<div class="location">at line 169</div>
|
||||
<div class="location">at line 174</div>
|
||||
<code> public
|
||||
<strong>getVideoCodec</strong>()</code>
|
||||
</h3>
|
||||
|
|
@ -687,7 +687,7 @@
|
|||
</div>
|
||||
|
||||
<h3 id="method_setVideoCodec">
|
||||
<div class="location">at line 181</div>
|
||||
<div class="location">at line 186</div>
|
||||
<code> public
|
||||
<strong>setVideoCodec</strong>(string $videoCodec)</code>
|
||||
</h3>
|
||||
|
|
@ -721,7 +721,7 @@
|
|||
</div>
|
||||
|
||||
<h3 id="method_getGOPsize">
|
||||
<div class="location">at line 198</div>
|
||||
<div class="location">at line 203</div>
|
||||
<code> public
|
||||
<strong>getGOPsize</strong>()</code>
|
||||
</h3>
|
||||
|
|
@ -736,7 +736,7 @@
|
|||
</div>
|
||||
|
||||
<h3 id="method_setGOPsize">
|
||||
<div class="location">at line 210</div>
|
||||
<div class="location">at line 215</div>
|
||||
<code> public
|
||||
<strong>setGOPsize</strong>(integer $GOPsize)</code>
|
||||
</h3>
|
||||
|
|
|
|||
|
|
@ -176,6 +176,16 @@
|
|||
<tr>
|
||||
<td class="type">
|
||||
|
||||
</td>
|
||||
<td class="last">
|
||||
<a href="#method_supportBFrames">supportBFrames</a>()
|
||||
<p>{@inheritDoc}</p>
|
||||
</td>
|
||||
<td></td>
|
||||
</tr>
|
||||
<tr>
|
||||
<td class="type">
|
||||
|
||||
</td>
|
||||
<td class="last">
|
||||
<a href="#method_getAvailableAudioCodecs">getAvailableAudioCodecs</a>()
|
||||
|
|
@ -325,7 +335,7 @@
|
|||
</div>
|
||||
|
||||
<h3 id="method_setResizeMode">
|
||||
<div class="location">in <a href="../../../FFMpeg/Format/Video/DefaultVideo.html#method_setResizeMode"><abbr title="FFMpeg\Format\Video\DefaultVideo">DefaultVideo</abbr></a> at line 115</div>
|
||||
<div class="location">in <a href="../../../FFMpeg/Format/Video/DefaultVideo.html#method_setResizeMode"><abbr title="FFMpeg\Format\Video\DefaultVideo">DefaultVideo</abbr></a> at line 120</div>
|
||||
<code> public
|
||||
<strong>setResizeMode</strong>(string $mode)</code>
|
||||
</h3>
|
||||
|
|
@ -359,7 +369,7 @@
|
|||
</div>
|
||||
|
||||
<h3 id="method_getResizeMode">
|
||||
<div class="location">in <a href="../../../FFMpeg/Format/Video/DefaultVideo.html#method_getResizeMode"><abbr title="FFMpeg\Format\Video\DefaultVideo">DefaultVideo</abbr></a> at line 135</div>
|
||||
<div class="location">in <a href="../../../FFMpeg/Format/Video/DefaultVideo.html#method_getResizeMode"><abbr title="FFMpeg\Format\Video\DefaultVideo">DefaultVideo</abbr></a> at line 140</div>
|
||||
<code> public string
|
||||
<strong>getResizeMode</strong>()</code>
|
||||
</h3>
|
||||
|
|
@ -383,7 +393,7 @@
|
|||
</div>
|
||||
|
||||
<h3 id="method_getFrameRate">
|
||||
<div class="location">in <a href="../../../FFMpeg/Format/Video/DefaultVideo.html#method_getFrameRate"><abbr title="FFMpeg\Format\Video\DefaultVideo">DefaultVideo</abbr></a> at line 143</div>
|
||||
<div class="location">in <a href="../../../FFMpeg/Format/Video/DefaultVideo.html#method_getFrameRate"><abbr title="FFMpeg\Format\Video\DefaultVideo">DefaultVideo</abbr></a> at line 148</div>
|
||||
<code> public integer
|
||||
<strong>getFrameRate</strong>()</code>
|
||||
</h3>
|
||||
|
|
@ -407,7 +417,7 @@
|
|||
</div>
|
||||
|
||||
<h3 id="method_setFrameRate">
|
||||
<div class="location">in <a href="../../../FFMpeg/Format/Video/DefaultVideo.html#method_setFrameRate"><abbr title="FFMpeg\Format\Video\DefaultVideo">DefaultVideo</abbr></a> at line 155</div>
|
||||
<div class="location">in <a href="../../../FFMpeg/Format/Video/DefaultVideo.html#method_setFrameRate"><abbr title="FFMpeg\Format\Video\DefaultVideo">DefaultVideo</abbr></a> at line 160</div>
|
||||
<code> public
|
||||
<strong>setFrameRate</strong>(integer $frameRate)</code>
|
||||
</h3>
|
||||
|
|
@ -441,7 +451,7 @@
|
|||
</div>
|
||||
|
||||
<h3 id="method_getVideoCodec">
|
||||
<div class="location">in <a href="../../../FFMpeg/Format/Video/DefaultVideo.html#method_getVideoCodec"><abbr title="FFMpeg\Format\Video\DefaultVideo">DefaultVideo</abbr></a> at line 169</div>
|
||||
<div class="location">in <a href="../../../FFMpeg/Format/Video/DefaultVideo.html#method_getVideoCodec"><abbr title="FFMpeg\Format\Video\DefaultVideo">DefaultVideo</abbr></a> at line 174</div>
|
||||
<code> public
|
||||
<strong>getVideoCodec</strong>()</code>
|
||||
</h3>
|
||||
|
|
@ -456,7 +466,7 @@
|
|||
</div>
|
||||
|
||||
<h3 id="method_setVideoCodec">
|
||||
<div class="location">in <a href="../../../FFMpeg/Format/Video/DefaultVideo.html#method_setVideoCodec"><abbr title="FFMpeg\Format\Video\DefaultVideo">DefaultVideo</abbr></a> at line 181</div>
|
||||
<div class="location">in <a href="../../../FFMpeg/Format/Video/DefaultVideo.html#method_setVideoCodec"><abbr title="FFMpeg\Format\Video\DefaultVideo">DefaultVideo</abbr></a> at line 186</div>
|
||||
<code> public
|
||||
<strong>setVideoCodec</strong>(string $videoCodec)</code>
|
||||
</h3>
|
||||
|
|
@ -490,7 +500,7 @@
|
|||
</div>
|
||||
|
||||
<h3 id="method_getGOPsize">
|
||||
<div class="location">in <a href="../../../FFMpeg/Format/Video/DefaultVideo.html#method_getGOPsize"><abbr title="FFMpeg\Format\Video\DefaultVideo">DefaultVideo</abbr></a> at line 198</div>
|
||||
<div class="location">in <a href="../../../FFMpeg/Format/Video/DefaultVideo.html#method_getGOPsize"><abbr title="FFMpeg\Format\Video\DefaultVideo">DefaultVideo</abbr></a> at line 203</div>
|
||||
<code> public
|
||||
<strong>getGOPsize</strong>()</code>
|
||||
</h3>
|
||||
|
|
@ -505,7 +515,7 @@
|
|||
</div>
|
||||
|
||||
<h3 id="method_setGOPsize">
|
||||
<div class="location">in <a href="../../../FFMpeg/Format/Video/DefaultVideo.html#method_setGOPsize"><abbr title="FFMpeg\Format\Video\DefaultVideo">DefaultVideo</abbr></a> at line 210</div>
|
||||
<div class="location">in <a href="../../../FFMpeg/Format/Video/DefaultVideo.html#method_setGOPsize"><abbr title="FFMpeg\Format\Video\DefaultVideo">DefaultVideo</abbr></a> at line 215</div>
|
||||
<code> public
|
||||
<strong>setGOPsize</strong>(integer $GOPsize)</code>
|
||||
</h3>
|
||||
|
|
@ -538,9 +548,24 @@
|
|||
</div>
|
||||
</div>
|
||||
|
||||
<h3 id="method_getAvailableAudioCodecs">
|
||||
<h3 id="method_supportBFrames">
|
||||
<div class="location">at line 27</div>
|
||||
<code> public
|
||||
<strong>supportBFrames</strong>()</code>
|
||||
</h3>
|
||||
<div class="details">
|
||||
<p>{@inheritDoc}</p>
|
||||
<p></p>
|
||||
<div class="tags">
|
||||
|
||||
|
||||
|
||||
</div>
|
||||
</div>
|
||||
|
||||
<h3 id="method_getAvailableAudioCodecs">
|
||||
<div class="location">at line 35</div>
|
||||
<code> public
|
||||
<strong>getAvailableAudioCodecs</strong>()</code>
|
||||
</h3>
|
||||
<div class="details">
|
||||
|
|
@ -554,7 +579,7 @@
|
|||
</div>
|
||||
|
||||
<h3 id="method_getAvailableVideoCodecs">
|
||||
<div class="location">at line 35</div>
|
||||
<div class="location">at line 43</div>
|
||||
<code> public
|
||||
<strong>getAvailableVideoCodecs</strong>()</code>
|
||||
</h3>
|
||||
|
|
|
|||
|
|
@ -44,6 +44,16 @@
|
|||
<p>Returns the frame rate</p>
|
||||
</td>
|
||||
<td></td>
|
||||
</tr>
|
||||
<tr>
|
||||
<td class="type">
|
||||
Boolean
|
||||
</td>
|
||||
<td class="last">
|
||||
<a href="#method_supportBFrames">supportBFrames</a>()
|
||||
<p>Returns true if the current format supports B-Frames</p>
|
||||
</td>
|
||||
<td></td>
|
||||
</tr>
|
||||
<tr>
|
||||
<td class="type">
|
||||
|
|
@ -84,8 +94,41 @@
|
|||
</div>
|
||||
</div>
|
||||
|
||||
<h3 id="method_supportBFrames">
|
||||
<div class="location">at line 40</div>
|
||||
<code> public Boolean
|
||||
<strong>supportBFrames</strong>()</code>
|
||||
</h3>
|
||||
<div class="details">
|
||||
<p>Returns true if the current format supports B-Frames</p>
|
||||
<p></p>
|
||||
<div class="tags">
|
||||
|
||||
<h4>Return Value</h4>
|
||||
|
||||
<table>
|
||||
<tr>
|
||||
<td>Boolean</td>
|
||||
<td></td>
|
||||
</tr>
|
||||
</table>
|
||||
|
||||
|
||||
|
||||
<h4>See also</h4>
|
||||
|
||||
<table>
|
||||
<tr>
|
||||
<td>https://wikipedia.org/wiki/Video_compression_picture_types</td>
|
||||
<td></td>
|
||||
</tr>
|
||||
</table>
|
||||
|
||||
</div>
|
||||
</div>
|
||||
|
||||
<h3 id="method_getGOPSize">
|
||||
<div class="location">at line 38</div>
|
||||
<div class="location">at line 49</div>
|
||||
<code> public integer
|
||||
<strong>getGOPSize</strong>()</code>
|
||||
</h3>
|
||||
|
|
@ -105,6 +148,15 @@
|
|||
|
||||
|
||||
|
||||
<h4>See also</h4>
|
||||
|
||||
<table>
|
||||
<tr>
|
||||
<td>https://wikipedia.org/wiki/Group_of_pictures</td>
|
||||
<td></td>
|
||||
</tr>
|
||||
</table>
|
||||
|
||||
</div>
|
||||
</div>
|
||||
|
||||
|
|
|
|||
|
|
@ -176,6 +176,16 @@
|
|||
<tr>
|
||||
<td class="type">
|
||||
|
||||
</td>
|
||||
<td class="last">
|
||||
<a href="#method_supportBFrames">supportBFrames</a>()
|
||||
<p>{@inheritDoc}</p>
|
||||
</td>
|
||||
<td></td>
|
||||
</tr>
|
||||
<tr>
|
||||
<td class="type">
|
||||
|
||||
</td>
|
||||
<td class="last">
|
||||
<a href="#method_getExtraParams">getExtraParams</a>()
|
||||
|
|
@ -335,7 +345,7 @@
|
|||
</div>
|
||||
|
||||
<h3 id="method_setResizeMode">
|
||||
<div class="location">in <a href="../../../FFMpeg/Format/Video/DefaultVideo.html#method_setResizeMode"><abbr title="FFMpeg\Format\Video\DefaultVideo">DefaultVideo</abbr></a> at line 115</div>
|
||||
<div class="location">in <a href="../../../FFMpeg/Format/Video/DefaultVideo.html#method_setResizeMode"><abbr title="FFMpeg\Format\Video\DefaultVideo">DefaultVideo</abbr></a> at line 120</div>
|
||||
<code> public
|
||||
<strong>setResizeMode</strong>(string $mode)</code>
|
||||
</h3>
|
||||
|
|
@ -369,7 +379,7 @@
|
|||
</div>
|
||||
|
||||
<h3 id="method_getResizeMode">
|
||||
<div class="location">in <a href="../../../FFMpeg/Format/Video/DefaultVideo.html#method_getResizeMode"><abbr title="FFMpeg\Format\Video\DefaultVideo">DefaultVideo</abbr></a> at line 135</div>
|
||||
<div class="location">in <a href="../../../FFMpeg/Format/Video/DefaultVideo.html#method_getResizeMode"><abbr title="FFMpeg\Format\Video\DefaultVideo">DefaultVideo</abbr></a> at line 140</div>
|
||||
<code> public string
|
||||
<strong>getResizeMode</strong>()</code>
|
||||
</h3>
|
||||
|
|
@ -393,7 +403,7 @@
|
|||
</div>
|
||||
|
||||
<h3 id="method_getFrameRate">
|
||||
<div class="location">in <a href="../../../FFMpeg/Format/Video/DefaultVideo.html#method_getFrameRate"><abbr title="FFMpeg\Format\Video\DefaultVideo">DefaultVideo</abbr></a> at line 143</div>
|
||||
<div class="location">in <a href="../../../FFMpeg/Format/Video/DefaultVideo.html#method_getFrameRate"><abbr title="FFMpeg\Format\Video\DefaultVideo">DefaultVideo</abbr></a> at line 148</div>
|
||||
<code> public integer
|
||||
<strong>getFrameRate</strong>()</code>
|
||||
</h3>
|
||||
|
|
@ -417,7 +427,7 @@
|
|||
</div>
|
||||
|
||||
<h3 id="method_setFrameRate">
|
||||
<div class="location">in <a href="../../../FFMpeg/Format/Video/DefaultVideo.html#method_setFrameRate"><abbr title="FFMpeg\Format\Video\DefaultVideo">DefaultVideo</abbr></a> at line 155</div>
|
||||
<div class="location">in <a href="../../../FFMpeg/Format/Video/DefaultVideo.html#method_setFrameRate"><abbr title="FFMpeg\Format\Video\DefaultVideo">DefaultVideo</abbr></a> at line 160</div>
|
||||
<code> public
|
||||
<strong>setFrameRate</strong>(integer $frameRate)</code>
|
||||
</h3>
|
||||
|
|
@ -451,7 +461,7 @@
|
|||
</div>
|
||||
|
||||
<h3 id="method_getVideoCodec">
|
||||
<div class="location">in <a href="../../../FFMpeg/Format/Video/DefaultVideo.html#method_getVideoCodec"><abbr title="FFMpeg\Format\Video\DefaultVideo">DefaultVideo</abbr></a> at line 169</div>
|
||||
<div class="location">in <a href="../../../FFMpeg/Format/Video/DefaultVideo.html#method_getVideoCodec"><abbr title="FFMpeg\Format\Video\DefaultVideo">DefaultVideo</abbr></a> at line 174</div>
|
||||
<code> public
|
||||
<strong>getVideoCodec</strong>()</code>
|
||||
</h3>
|
||||
|
|
@ -466,7 +476,7 @@
|
|||
</div>
|
||||
|
||||
<h3 id="method_setVideoCodec">
|
||||
<div class="location">in <a href="../../../FFMpeg/Format/Video/DefaultVideo.html#method_setVideoCodec"><abbr title="FFMpeg\Format\Video\DefaultVideo">DefaultVideo</abbr></a> at line 181</div>
|
||||
<div class="location">in <a href="../../../FFMpeg/Format/Video/DefaultVideo.html#method_setVideoCodec"><abbr title="FFMpeg\Format\Video\DefaultVideo">DefaultVideo</abbr></a> at line 186</div>
|
||||
<code> public
|
||||
<strong>setVideoCodec</strong>(string $videoCodec)</code>
|
||||
</h3>
|
||||
|
|
@ -500,7 +510,7 @@
|
|||
</div>
|
||||
|
||||
<h3 id="method_getGOPsize">
|
||||
<div class="location">in <a href="../../../FFMpeg/Format/Video/DefaultVideo.html#method_getGOPsize"><abbr title="FFMpeg\Format\Video\DefaultVideo">DefaultVideo</abbr></a> at line 198</div>
|
||||
<div class="location">in <a href="../../../FFMpeg/Format/Video/DefaultVideo.html#method_getGOPsize"><abbr title="FFMpeg\Format\Video\DefaultVideo">DefaultVideo</abbr></a> at line 203</div>
|
||||
<code> public
|
||||
<strong>getGOPsize</strong>()</code>
|
||||
</h3>
|
||||
|
|
@ -515,7 +525,7 @@
|
|||
</div>
|
||||
|
||||
<h3 id="method_setGOPsize">
|
||||
<div class="location">in <a href="../../../FFMpeg/Format/Video/DefaultVideo.html#method_setGOPsize"><abbr title="FFMpeg\Format\Video\DefaultVideo">DefaultVideo</abbr></a> at line 210</div>
|
||||
<div class="location">in <a href="../../../FFMpeg/Format/Video/DefaultVideo.html#method_setGOPsize"><abbr title="FFMpeg\Format\Video\DefaultVideo">DefaultVideo</abbr></a> at line 215</div>
|
||||
<code> public
|
||||
<strong>setGOPsize</strong>(integer $GOPsize)</code>
|
||||
</h3>
|
||||
|
|
@ -548,9 +558,24 @@
|
|||
</div>
|
||||
</div>
|
||||
|
||||
<h3 id="method_getExtraParams">
|
||||
<h3 id="method_supportBFrames">
|
||||
<div class="location">at line 27</div>
|
||||
<code> public
|
||||
<strong>supportBFrames</strong>()</code>
|
||||
</h3>
|
||||
<div class="details">
|
||||
<p>{@inheritDoc}</p>
|
||||
<p></p>
|
||||
<div class="tags">
|
||||
|
||||
|
||||
|
||||
</div>
|
||||
</div>
|
||||
|
||||
<h3 id="method_getExtraParams">
|
||||
<div class="location">at line 35</div>
|
||||
<code> public
|
||||
<strong>getExtraParams</strong>()</code>
|
||||
</h3>
|
||||
<div class="details">
|
||||
|
|
@ -564,7 +589,7 @@
|
|||
</div>
|
||||
|
||||
<h3 id="method_getAvailableAudioCodecs">
|
||||
<div class="location">at line 35</div>
|
||||
<div class="location">at line 43</div>
|
||||
<code> public
|
||||
<strong>getAvailableAudioCodecs</strong>()</code>
|
||||
</h3>
|
||||
|
|
@ -579,7 +604,7 @@
|
|||
</div>
|
||||
|
||||
<h3 id="method_getAvailableVideoCodecs">
|
||||
<div class="location">at line 43</div>
|
||||
<div class="location">at line 51</div>
|
||||
<code> public
|
||||
<strong>getAvailableVideoCodecs</strong>()</code>
|
||||
</h3>
|
||||
|
|
|
|||
|
|
@ -176,6 +176,16 @@
|
|||
<tr>
|
||||
<td class="type">
|
||||
|
||||
</td>
|
||||
<td class="last">
|
||||
<a href="#method_supportBFrames">supportBFrames</a>()
|
||||
<p>{@inheritDoc}</p>
|
||||
</td>
|
||||
<td></td>
|
||||
</tr>
|
||||
<tr>
|
||||
<td class="type">
|
||||
|
||||
</td>
|
||||
<td class="last">
|
||||
<a href="#method_getAvailableAudioCodecs">getAvailableAudioCodecs</a>()
|
||||
|
|
@ -325,7 +335,7 @@
|
|||
</div>
|
||||
|
||||
<h3 id="method_setResizeMode">
|
||||
<div class="location">in <a href="../../../FFMpeg/Format/Video/DefaultVideo.html#method_setResizeMode"><abbr title="FFMpeg\Format\Video\DefaultVideo">DefaultVideo</abbr></a> at line 115</div>
|
||||
<div class="location">in <a href="../../../FFMpeg/Format/Video/DefaultVideo.html#method_setResizeMode"><abbr title="FFMpeg\Format\Video\DefaultVideo">DefaultVideo</abbr></a> at line 120</div>
|
||||
<code> public
|
||||
<strong>setResizeMode</strong>(string $mode)</code>
|
||||
</h3>
|
||||
|
|
@ -359,7 +369,7 @@
|
|||
</div>
|
||||
|
||||
<h3 id="method_getResizeMode">
|
||||
<div class="location">in <a href="../../../FFMpeg/Format/Video/DefaultVideo.html#method_getResizeMode"><abbr title="FFMpeg\Format\Video\DefaultVideo">DefaultVideo</abbr></a> at line 135</div>
|
||||
<div class="location">in <a href="../../../FFMpeg/Format/Video/DefaultVideo.html#method_getResizeMode"><abbr title="FFMpeg\Format\Video\DefaultVideo">DefaultVideo</abbr></a> at line 140</div>
|
||||
<code> public string
|
||||
<strong>getResizeMode</strong>()</code>
|
||||
</h3>
|
||||
|
|
@ -383,7 +393,7 @@
|
|||
</div>
|
||||
|
||||
<h3 id="method_getFrameRate">
|
||||
<div class="location">in <a href="../../../FFMpeg/Format/Video/DefaultVideo.html#method_getFrameRate"><abbr title="FFMpeg\Format\Video\DefaultVideo">DefaultVideo</abbr></a> at line 143</div>
|
||||
<div class="location">in <a href="../../../FFMpeg/Format/Video/DefaultVideo.html#method_getFrameRate"><abbr title="FFMpeg\Format\Video\DefaultVideo">DefaultVideo</abbr></a> at line 148</div>
|
||||
<code> public integer
|
||||
<strong>getFrameRate</strong>()</code>
|
||||
</h3>
|
||||
|
|
@ -407,7 +417,7 @@
|
|||
</div>
|
||||
|
||||
<h3 id="method_setFrameRate">
|
||||
<div class="location">in <a href="../../../FFMpeg/Format/Video/DefaultVideo.html#method_setFrameRate"><abbr title="FFMpeg\Format\Video\DefaultVideo">DefaultVideo</abbr></a> at line 155</div>
|
||||
<div class="location">in <a href="../../../FFMpeg/Format/Video/DefaultVideo.html#method_setFrameRate"><abbr title="FFMpeg\Format\Video\DefaultVideo">DefaultVideo</abbr></a> at line 160</div>
|
||||
<code> public
|
||||
<strong>setFrameRate</strong>(integer $frameRate)</code>
|
||||
</h3>
|
||||
|
|
@ -441,7 +451,7 @@
|
|||
</div>
|
||||
|
||||
<h3 id="method_getVideoCodec">
|
||||
<div class="location">in <a href="../../../FFMpeg/Format/Video/DefaultVideo.html#method_getVideoCodec"><abbr title="FFMpeg\Format\Video\DefaultVideo">DefaultVideo</abbr></a> at line 169</div>
|
||||
<div class="location">in <a href="../../../FFMpeg/Format/Video/DefaultVideo.html#method_getVideoCodec"><abbr title="FFMpeg\Format\Video\DefaultVideo">DefaultVideo</abbr></a> at line 174</div>
|
||||
<code> public
|
||||
<strong>getVideoCodec</strong>()</code>
|
||||
</h3>
|
||||
|
|
@ -456,7 +466,7 @@
|
|||
</div>
|
||||
|
||||
<h3 id="method_setVideoCodec">
|
||||
<div class="location">in <a href="../../../FFMpeg/Format/Video/DefaultVideo.html#method_setVideoCodec"><abbr title="FFMpeg\Format\Video\DefaultVideo">DefaultVideo</abbr></a> at line 181</div>
|
||||
<div class="location">in <a href="../../../FFMpeg/Format/Video/DefaultVideo.html#method_setVideoCodec"><abbr title="FFMpeg\Format\Video\DefaultVideo">DefaultVideo</abbr></a> at line 186</div>
|
||||
<code> public
|
||||
<strong>setVideoCodec</strong>(string $videoCodec)</code>
|
||||
</h3>
|
||||
|
|
@ -490,7 +500,7 @@
|
|||
</div>
|
||||
|
||||
<h3 id="method_getGOPsize">
|
||||
<div class="location">in <a href="../../../FFMpeg/Format/Video/DefaultVideo.html#method_getGOPsize"><abbr title="FFMpeg\Format\Video\DefaultVideo">DefaultVideo</abbr></a> at line 198</div>
|
||||
<div class="location">in <a href="../../../FFMpeg/Format/Video/DefaultVideo.html#method_getGOPsize"><abbr title="FFMpeg\Format\Video\DefaultVideo">DefaultVideo</abbr></a> at line 203</div>
|
||||
<code> public
|
||||
<strong>getGOPsize</strong>()</code>
|
||||
</h3>
|
||||
|
|
@ -505,7 +515,7 @@
|
|||
</div>
|
||||
|
||||
<h3 id="method_setGOPsize">
|
||||
<div class="location">in <a href="../../../FFMpeg/Format/Video/DefaultVideo.html#method_setGOPsize"><abbr title="FFMpeg\Format\Video\DefaultVideo">DefaultVideo</abbr></a> at line 210</div>
|
||||
<div class="location">in <a href="../../../FFMpeg/Format/Video/DefaultVideo.html#method_setGOPsize"><abbr title="FFMpeg\Format\Video\DefaultVideo">DefaultVideo</abbr></a> at line 215</div>
|
||||
<code> public
|
||||
<strong>setGOPsize</strong>(integer $GOPsize)</code>
|
||||
</h3>
|
||||
|
|
@ -538,9 +548,24 @@
|
|||
</div>
|
||||
</div>
|
||||
|
||||
<h3 id="method_getAvailableAudioCodecs">
|
||||
<h3 id="method_supportBFrames">
|
||||
<div class="location">at line 27</div>
|
||||
<code> public
|
||||
<strong>supportBFrames</strong>()</code>
|
||||
</h3>
|
||||
<div class="details">
|
||||
<p>{@inheritDoc}</p>
|
||||
<p></p>
|
||||
<div class="tags">
|
||||
|
||||
|
||||
|
||||
</div>
|
||||
</div>
|
||||
|
||||
<h3 id="method_getAvailableAudioCodecs">
|
||||
<div class="location">at line 35</div>
|
||||
<code> public
|
||||
<strong>getAvailableAudioCodecs</strong>()</code>
|
||||
</h3>
|
||||
<div class="details">
|
||||
|
|
@ -554,7 +579,7 @@
|
|||
</div>
|
||||
|
||||
<h3 id="method_getAvailableVideoCodecs">
|
||||
<div class="location">at line 35</div>
|
||||
<div class="location">at line 43</div>
|
||||
<code> public
|
||||
<strong>getAvailableVideoCodecs</strong>()</code>
|
||||
</h3>
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue