ffmpeg-kit/docs/android/javadoc/com/arthenica/ffmpegkit/FFmpegKit.html

581 lines
32 KiB
HTML
Raw Normal View History

2021-09-18 15:20:11 +03:00
<!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.01 Transitional//EN" "http://www.w3.org/TR/html4/loose.dtd">
2021-03-02 01:25:17 +02:00
<!-- NewPage -->
<html lang="en">
<head>
<!-- Generated by javadoc -->
<title>FFmpegKit (FFmpegKit)</title>
<link rel="stylesheet" type="text/css" href="../../../stylesheet.css" title="Style">
<script type="text/javascript" src="../../../script.js"></script>
</head>
<body>
<script type="text/javascript"><!--
try {
if (location.href.indexOf('is-external=true') == -1) {
parent.document.title="FFmpegKit (FFmpegKit)";
}
}
catch(err) {
}
//-->
2021-09-18 15:20:11 +03:00
var methods = {"i0":9,"i1":9,"i2":9,"i3":9,"i4":9,"i5":9,"i6":9,"i7":9,"i8":9,"i9":9,"i10":9,"i11":9,"i12":9};
2021-03-02 01:25:17 +02:00
var tabs = {65535:["t0","All Methods"],1:["t1","Static Methods"],8:["t4","Concrete Methods"]};
var altColor = "altColor";
var rowColor = "rowColor";
var tableTab = "tableTab";
var activeTableTab = "activeTableTab";
2021-09-18 15:20:11 +03:00
</script>
2021-03-02 01:25:17 +02:00
<noscript>
<div>JavaScript is disabled on your browser.</div>
</noscript>
<!-- ========= START OF TOP NAVBAR ======= -->
2021-09-18 15:20:11 +03:00
<div class="topNav"><a name="navbar.top">
2021-03-02 01:25:17 +02:00
<!-- -->
</a>
<div class="skipNav"><a href="#skip.navbar.top" title="Skip navigation links">Skip navigation links</a></div>
2021-09-18 15:20:11 +03:00
<a name="navbar.top.firstrow">
2021-03-02 01:25:17 +02:00
<!-- -->
</a>
<ul class="navList" title="Navigation">
2021-09-18 15:20:11 +03:00
<li><a href="../../../com/arthenica/ffmpegkit/package-summary.html">Package</a></li>
2021-03-02 01:25:17 +02:00
<li class="navBarCell1Rev">Class</li>
<li><a href="package-tree.html">Tree</a></li>
<li><a href="../../../deprecated-list.html">Deprecated</a></li>
<li><a href="../../../index-all.html">Index</a></li>
<li><a href="../../../help-doc.html">Help</a></li>
</ul>
</div>
<div class="subNav">
2021-09-18 15:20:11 +03:00
<ul class="navList">
<li><a href="../../../com/arthenica/ffmpegkit/ExecuteCallback.html" title="interface in com.arthenica.ffmpegkit"><span class="typeNameLink">Prev&nbsp;Class</span></a></li>
<li><a href="../../../com/arthenica/ffmpegkit/FFmpegKitConfig.html" title="class in com.arthenica.ffmpegkit"><span class="typeNameLink">Next&nbsp;Class</span></a></li>
2021-03-02 01:25:17 +02:00
</ul>
2021-09-18 15:20:11 +03:00
<ul class="navList">
<li><a href="../../../index.html?com/arthenica/ffmpegkit/FFmpegKit.html" target="_top">Frames</a></li>
<li><a href="FFmpegKit.html" target="_top">No&nbsp;Frames</a></li>
</ul>
<ul class="navList" id="allclasses_navbar_top">
<li><a href="../../../allclasses-noframe.html">All&nbsp;Classes</a></li>
2021-03-02 01:25:17 +02:00
</ul>
<div>
<script type="text/javascript"><!--
allClassesLink = document.getElementById("allclasses_navbar_top");
if(window==top) {
allClassesLink.style.display = "block";
}
else {
allClassesLink.style.display = "none";
}
//-->
</script>
</div>
<div>
<ul class="subNavList">
<li>Summary:&nbsp;</li>
<li>Nested&nbsp;|&nbsp;</li>
<li>Field&nbsp;|&nbsp;</li>
<li>Constr&nbsp;|&nbsp;</li>
<li><a href="#method.summary">Method</a></li>
</ul>
<ul class="subNavList">
<li>Detail:&nbsp;</li>
<li>Field&nbsp;|&nbsp;</li>
<li>Constr&nbsp;|&nbsp;</li>
<li><a href="#method.detail">Method</a></li>
</ul>
</div>
2021-09-18 15:20:11 +03:00
<a name="skip.navbar.top">
2021-03-02 01:25:17 +02:00
<!-- -->
</a></div>
<!-- ========= END OF TOP NAVBAR ========= -->
<!-- ======== START OF CLASS DATA ======== -->
<div class="header">
2021-09-18 15:20:11 +03:00
<div class="subTitle">com.arthenica.ffmpegkit</div>
2021-03-02 01:25:17 +02:00
<h2 title="Class FFmpegKit" class="title">Class FFmpegKit</h2>
</div>
<div class="contentContainer">
<ul class="inheritance">
<li>java.lang.Object</li>
<li>
<ul class="inheritance">
<li>com.arthenica.ffmpegkit.FFmpegKit</li>
</ul>
</li>
</ul>
<div class="description">
<ul class="blockList">
<li class="blockList">
<hr>
2021-09-18 15:20:11 +03:00
<br>
2021-03-02 01:25:17 +02:00
<pre>public class <span class="typeNameLabel">FFmpegKit</span>
extends java.lang.Object</pre>
<div class="block"><p>Main class to run <code>FFmpeg</code> commands. Supports executing commands both
synchronously and asynchronously.
<pre>
FFmpegSession session = FFmpegKit.execute("-i file1.mp4 -c:v libxvid file1.avi");
FFmpegSession asyncSession = FFmpegKit.executeAsync("-i file1.mp4 -c:v libxvid file1.avi", executeCallback);
</pre>
<p>Provides overloaded <code>execute</code> methods to define session specific callbacks.
<pre>
FFmpegSession asyncSession = FFmpegKit.executeAsync("-i file1.mp4 -c:v libxvid file1.avi", executeCallback, logCallback, statisticsCallback);
</pre></div>
</li>
</ul>
</div>
<div class="summary">
<ul class="blockList">
<li class="blockList">
<!-- ========== METHOD SUMMARY =========== -->
<ul class="blockList">
2021-09-18 15:20:11 +03:00
<li class="blockList"><a name="method.summary">
2021-03-02 01:25:17 +02:00
<!-- -->
</a>
<h3>Method Summary</h3>
2021-09-18 15:20:11 +03:00
<table class="memberSummary" border="0" cellpadding="3" cellspacing="0" summary="Method Summary table, listing methods, and an explanation">
2021-03-02 01:25:17 +02:00
<caption><span id="t0" class="activeTableTab"><span>All Methods</span><span class="tabEnd">&nbsp;</span></span><span id="t1" class="tableTab"><span><a href="javascript:show(1);">Static Methods</a></span><span class="tabEnd">&nbsp;</span></span><span id="t4" class="tableTab"><span><a href="javascript:show(8);">Concrete Methods</a></span><span class="tabEnd">&nbsp;</span></span></caption>
<tr>
<th class="colFirst" scope="col">Modifier and Type</th>
2021-09-18 15:20:11 +03:00
<th class="colLast" scope="col">Method and Description</th>
2021-03-02 01:25:17 +02:00
</tr>
<tr id="i0" class="altColor">
2021-09-18 15:20:11 +03:00
<td class="colFirst"><code>static void</code></td>
<td class="colLast"><code><span class="memberNameLink"><a href="../../../com/arthenica/ffmpegkit/FFmpegKit.html#cancel--">cancel</a></span>()</code>
<div class="block">Cancels all running sessions.</div>
2021-03-02 01:25:17 +02:00
</td>
</tr>
<tr id="i1" class="rowColor">
<td class="colFirst"><code>static void</code></td>
2021-09-18 15:20:11 +03:00
<td class="colLast"><code><span class="memberNameLink"><a href="../../../com/arthenica/ffmpegkit/FFmpegKit.html#cancel-long-">cancel</a></span>(long&nbsp;sessionId)</code>
<div class="block">Cancels the session specified with <code>sessionId</code>.</div>
2021-03-02 01:25:17 +02:00
</td>
</tr>
<tr id="i2" class="altColor">
2021-09-18 15:20:11 +03:00
<td class="colFirst"><code>static <a href="../../../com/arthenica/ffmpegkit/FFmpegSession.html" title="class in com.arthenica.ffmpegkit">FFmpegSession</a></code></td>
<td class="colLast"><code><span class="memberNameLink"><a href="../../../com/arthenica/ffmpegkit/FFmpegKit.html#execute-java.lang.String-">execute</a></span>(java.lang.String&nbsp;command)</code>
<div class="block">Synchronously executes FFmpeg command provided.</div>
2021-03-02 01:25:17 +02:00
</td>
</tr>
<tr id="i3" class="rowColor">
2021-09-18 15:20:11 +03:00
<td class="colFirst"><code>static <a href="../../../com/arthenica/ffmpegkit/FFmpegSession.html" title="class in com.arthenica.ffmpegkit">FFmpegSession</a></code></td>
<td class="colLast"><code><span class="memberNameLink"><a href="../../../com/arthenica/ffmpegkit/FFmpegKit.html#execute-java.lang.String:A-">execute</a></span>(java.lang.String[]&nbsp;arguments)</code>
<div class="block">Synchronously executes FFmpeg with arguments provided.</div>
2021-03-02 01:25:17 +02:00
</td>
</tr>
<tr id="i4" class="altColor">
2021-09-18 15:20:11 +03:00
<td class="colFirst"><code>static <a href="../../../com/arthenica/ffmpegkit/FFmpegSession.html" title="class in com.arthenica.ffmpegkit">FFmpegSession</a></code></td>
<td class="colLast"><code><span class="memberNameLink"><a href="../../../com/arthenica/ffmpegkit/FFmpegKit.html#executeAsync-java.lang.String:A-com.arthenica.ffmpegkit.ExecuteCallback-">executeAsync</a></span>(java.lang.String[]&nbsp;arguments,
<a href="../../../com/arthenica/ffmpegkit/ExecuteCallback.html" title="interface in com.arthenica.ffmpegkit">ExecuteCallback</a>&nbsp;executeCallback)</code>
<div class="block">Asynchronously executes FFmpeg with arguments provided.</div>
2021-03-02 01:25:17 +02:00
</td>
</tr>
<tr id="i5" class="rowColor">
2021-09-18 15:20:11 +03:00
<td class="colFirst"><code>static <a href="../../../com/arthenica/ffmpegkit/FFmpegSession.html" title="class in com.arthenica.ffmpegkit">FFmpegSession</a></code></td>
<td class="colLast"><code><span class="memberNameLink"><a href="../../../com/arthenica/ffmpegkit/FFmpegKit.html#executeAsync-java.lang.String:A-com.arthenica.ffmpegkit.ExecuteCallback-java.util.concurrent.ExecutorService-">executeAsync</a></span>(java.lang.String[]&nbsp;arguments,
<a href="../../../com/arthenica/ffmpegkit/ExecuteCallback.html" title="interface in com.arthenica.ffmpegkit">ExecuteCallback</a>&nbsp;executeCallback,
java.util.concurrent.ExecutorService&nbsp;executorService)</code>
2021-03-02 01:25:17 +02:00
<div class="block">Asynchronously executes FFmpeg with arguments provided.</div>
</td>
</tr>
<tr id="i6" class="altColor">
2021-09-18 15:20:11 +03:00
<td class="colFirst"><code>static <a href="../../../com/arthenica/ffmpegkit/FFmpegSession.html" title="class in com.arthenica.ffmpegkit">FFmpegSession</a></code></td>
<td class="colLast"><code><span class="memberNameLink"><a href="../../../com/arthenica/ffmpegkit/FFmpegKit.html#executeAsync-java.lang.String:A-com.arthenica.ffmpegkit.ExecuteCallback-com.arthenica.ffmpegkit.LogCallback-com.arthenica.ffmpegkit.StatisticsCallback-">executeAsync</a></span>(java.lang.String[]&nbsp;arguments,
<a href="../../../com/arthenica/ffmpegkit/ExecuteCallback.html" title="interface in com.arthenica.ffmpegkit">ExecuteCallback</a>&nbsp;executeCallback,
<a href="../../../com/arthenica/ffmpegkit/LogCallback.html" title="interface in com.arthenica.ffmpegkit">LogCallback</a>&nbsp;logCallback,
<a href="../../../com/arthenica/ffmpegkit/StatisticsCallback.html" title="interface in com.arthenica.ffmpegkit">StatisticsCallback</a>&nbsp;statisticsCallback)</code>
2021-03-02 01:25:17 +02:00
<div class="block">Asynchronously executes FFmpeg with arguments provided.</div>
</td>
</tr>
<tr id="i7" class="rowColor">
2021-09-18 15:20:11 +03:00
<td class="colFirst"><code>static <a href="../../../com/arthenica/ffmpegkit/FFmpegSession.html" title="class in com.arthenica.ffmpegkit">FFmpegSession</a></code></td>
<td class="colLast"><code><span class="memberNameLink"><a href="../../../com/arthenica/ffmpegkit/FFmpegKit.html#executeAsync-java.lang.String:A-com.arthenica.ffmpegkit.ExecuteCallback-com.arthenica.ffmpegkit.LogCallback-com.arthenica.ffmpegkit.StatisticsCallback-java.util.concurrent.ExecutorService-">executeAsync</a></span>(java.lang.String[]&nbsp;arguments,
<a href="../../../com/arthenica/ffmpegkit/ExecuteCallback.html" title="interface in com.arthenica.ffmpegkit">ExecuteCallback</a>&nbsp;executeCallback,
<a href="../../../com/arthenica/ffmpegkit/LogCallback.html" title="interface in com.arthenica.ffmpegkit">LogCallback</a>&nbsp;logCallback,
<a href="../../../com/arthenica/ffmpegkit/StatisticsCallback.html" title="interface in com.arthenica.ffmpegkit">StatisticsCallback</a>&nbsp;statisticsCallback,
java.util.concurrent.ExecutorService&nbsp;executorService)</code>
2021-03-02 01:25:17 +02:00
<div class="block">Asynchronously executes FFmpeg with arguments provided.</div>
</td>
</tr>
<tr id="i8" class="altColor">
2021-09-18 15:20:11 +03:00
<td class="colFirst"><code>static <a href="../../../com/arthenica/ffmpegkit/FFmpegSession.html" title="class in com.arthenica.ffmpegkit">FFmpegSession</a></code></td>
<td class="colLast"><code><span class="memberNameLink"><a href="../../../com/arthenica/ffmpegkit/FFmpegKit.html#executeAsync-java.lang.String-com.arthenica.ffmpegkit.ExecuteCallback-">executeAsync</a></span>(java.lang.String&nbsp;command,
<a href="../../../com/arthenica/ffmpegkit/ExecuteCallback.html" title="interface in com.arthenica.ffmpegkit">ExecuteCallback</a>&nbsp;executeCallback)</code>
<div class="block">Asynchronously executes FFmpeg command provided.</div>
2021-03-02 01:25:17 +02:00
</td>
</tr>
<tr id="i9" class="rowColor">
2021-09-18 15:20:11 +03:00
<td class="colFirst"><code>static <a href="../../../com/arthenica/ffmpegkit/FFmpegSession.html" title="class in com.arthenica.ffmpegkit">FFmpegSession</a></code></td>
<td class="colLast"><code><span class="memberNameLink"><a href="../../../com/arthenica/ffmpegkit/FFmpegKit.html#executeAsync-java.lang.String-com.arthenica.ffmpegkit.ExecuteCallback-java.util.concurrent.ExecutorService-">executeAsync</a></span>(java.lang.String&nbsp;command,
<a href="../../../com/arthenica/ffmpegkit/ExecuteCallback.html" title="interface in com.arthenica.ffmpegkit">ExecuteCallback</a>&nbsp;executeCallback,
java.util.concurrent.ExecutorService&nbsp;executorService)</code>
2021-03-02 01:25:17 +02:00
<div class="block">Asynchronously executes FFmpeg command provided.</div>
</td>
</tr>
<tr id="i10" class="altColor">
2021-09-18 15:20:11 +03:00
<td class="colFirst"><code>static <a href="../../../com/arthenica/ffmpegkit/FFmpegSession.html" title="class in com.arthenica.ffmpegkit">FFmpegSession</a></code></td>
<td class="colLast"><code><span class="memberNameLink"><a href="../../../com/arthenica/ffmpegkit/FFmpegKit.html#executeAsync-java.lang.String-com.arthenica.ffmpegkit.ExecuteCallback-com.arthenica.ffmpegkit.LogCallback-com.arthenica.ffmpegkit.StatisticsCallback-">executeAsync</a></span>(java.lang.String&nbsp;command,
<a href="../../../com/arthenica/ffmpegkit/ExecuteCallback.html" title="interface in com.arthenica.ffmpegkit">ExecuteCallback</a>&nbsp;executeCallback,
<a href="../../../com/arthenica/ffmpegkit/LogCallback.html" title="interface in com.arthenica.ffmpegkit">LogCallback</a>&nbsp;logCallback,
<a href="../../../com/arthenica/ffmpegkit/StatisticsCallback.html" title="interface in com.arthenica.ffmpegkit">StatisticsCallback</a>&nbsp;statisticsCallback)</code>
2021-03-02 01:25:17 +02:00
<div class="block">Asynchronously executes FFmpeg command provided.</div>
</td>
</tr>
<tr id="i11" class="rowColor">
2021-09-18 15:20:11 +03:00
<td class="colFirst"><code>static <a href="../../../com/arthenica/ffmpegkit/FFmpegSession.html" title="class in com.arthenica.ffmpegkit">FFmpegSession</a></code></td>
<td class="colLast"><code><span class="memberNameLink"><a href="../../../com/arthenica/ffmpegkit/FFmpegKit.html#executeAsync-java.lang.String-com.arthenica.ffmpegkit.ExecuteCallback-com.arthenica.ffmpegkit.LogCallback-com.arthenica.ffmpegkit.StatisticsCallback-java.util.concurrent.ExecutorService-">executeAsync</a></span>(java.lang.String&nbsp;command,
<a href="../../../com/arthenica/ffmpegkit/ExecuteCallback.html" title="interface in com.arthenica.ffmpegkit">ExecuteCallback</a>&nbsp;executeCallback,
<a href="../../../com/arthenica/ffmpegkit/LogCallback.html" title="interface in com.arthenica.ffmpegkit">LogCallback</a>&nbsp;logCallback,
<a href="../../../com/arthenica/ffmpegkit/StatisticsCallback.html" title="interface in com.arthenica.ffmpegkit">StatisticsCallback</a>&nbsp;statisticsCallback,
java.util.concurrent.ExecutorService&nbsp;executorService)</code>
2021-03-02 01:25:17 +02:00
<div class="block">Asynchronously executes FFmpeg command provided.</div>
</td>
</tr>
<tr id="i12" class="altColor">
2021-09-18 15:20:11 +03:00
<td class="colFirst"><code>static java.util.List&lt;<a href="../../../com/arthenica/ffmpegkit/FFmpegSession.html" title="class in com.arthenica.ffmpegkit">FFmpegSession</a>&gt;</code></td>
<td class="colLast"><code><span class="memberNameLink"><a href="../../../com/arthenica/ffmpegkit/FFmpegKit.html#listSessions--">listSessions</a></span>()</code>
2021-03-02 01:25:17 +02:00
<div class="block">Lists all FFmpeg sessions in the session history.</div>
</td>
</tr>
</table>
<ul class="blockList">
2021-09-18 15:20:11 +03:00
<li class="blockList"><a name="methods.inherited.from.class.java.lang.Object">
2021-03-02 01:25:17 +02:00
<!-- -->
</a>
<h3>Methods inherited from class&nbsp;java.lang.Object</h3>
<code>clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait</code></li>
</ul>
</li>
</ul>
</li>
</ul>
</div>
<div class="details">
<ul class="blockList">
<li class="blockList">
<!-- ============ METHOD DETAIL ========== -->
<ul class="blockList">
2021-09-18 15:20:11 +03:00
<li class="blockList"><a name="method.detail">
2021-03-02 01:25:17 +02:00
<!-- -->
</a>
<h3>Method Detail</h3>
2021-09-18 15:20:11 +03:00
<a name="execute-java.lang.String:A-">
2021-03-02 01:25:17 +02:00
<!-- -->
</a>
<ul class="blockList">
<li class="blockList">
<h4>execute</h4>
2021-09-18 15:20:11 +03:00
<pre>public static&nbsp;<a href="../../../com/arthenica/ffmpegkit/FFmpegSession.html" title="class in com.arthenica.ffmpegkit">FFmpegSession</a>&nbsp;execute(java.lang.String[]&nbsp;arguments)</pre>
2021-03-02 01:25:17 +02:00
<div class="block"><p>Synchronously executes FFmpeg with arguments provided.</div>
<dl>
<dt><span class="paramLabel">Parameters:</span></dt>
<dd><code>arguments</code> - FFmpeg command options/arguments as string array</dd>
<dt><span class="returnLabel">Returns:</span></dt>
<dd>FFmpeg session created for this execution</dd>
</dl>
</li>
</ul>
2021-09-18 15:20:11 +03:00
<a name="executeAsync-java.lang.String:A-com.arthenica.ffmpegkit.ExecuteCallback-">
2021-03-02 01:25:17 +02:00
<!-- -->
</a>
<ul class="blockList">
<li class="blockList">
<h4>executeAsync</h4>
2021-09-18 15:20:11 +03:00
<pre>public static&nbsp;<a href="../../../com/arthenica/ffmpegkit/FFmpegSession.html" title="class in com.arthenica.ffmpegkit">FFmpegSession</a>&nbsp;executeAsync(java.lang.String[]&nbsp;arguments,
<a href="../../../com/arthenica/ffmpegkit/ExecuteCallback.html" title="interface in com.arthenica.ffmpegkit">ExecuteCallback</a>&nbsp;executeCallback)</pre>
2021-03-02 01:25:17 +02:00
<div class="block"><p>Asynchronously executes FFmpeg with arguments provided.</div>
<dl>
<dt><span class="paramLabel">Parameters:</span></dt>
<dd><code>arguments</code> - FFmpeg command options/arguments as string array</dd>
<dd><code>executeCallback</code> - callback that will be called when the execution is completed</dd>
<dt><span class="returnLabel">Returns:</span></dt>
<dd>FFmpeg session created for this execution</dd>
</dl>
</li>
</ul>
2021-09-18 15:20:11 +03:00
<a name="executeAsync-java.lang.String:A-com.arthenica.ffmpegkit.ExecuteCallback-com.arthenica.ffmpegkit.LogCallback-com.arthenica.ffmpegkit.StatisticsCallback-">
2021-03-02 01:25:17 +02:00
<!-- -->
</a>
<ul class="blockList">
<li class="blockList">
<h4>executeAsync</h4>
2021-09-18 15:20:11 +03:00
<pre>public static&nbsp;<a href="../../../com/arthenica/ffmpegkit/FFmpegSession.html" title="class in com.arthenica.ffmpegkit">FFmpegSession</a>&nbsp;executeAsync(java.lang.String[]&nbsp;arguments,
<a href="../../../com/arthenica/ffmpegkit/ExecuteCallback.html" title="interface in com.arthenica.ffmpegkit">ExecuteCallback</a>&nbsp;executeCallback,
<a href="../../../com/arthenica/ffmpegkit/LogCallback.html" title="interface in com.arthenica.ffmpegkit">LogCallback</a>&nbsp;logCallback,
<a href="../../../com/arthenica/ffmpegkit/StatisticsCallback.html" title="interface in com.arthenica.ffmpegkit">StatisticsCallback</a>&nbsp;statisticsCallback)</pre>
2021-03-02 01:25:17 +02:00
<div class="block"><p>Asynchronously executes FFmpeg with arguments provided.</div>
<dl>
<dt><span class="paramLabel">Parameters:</span></dt>
<dd><code>arguments</code> - FFmpeg command options/arguments as string array</dd>
<dd><code>executeCallback</code> - callback that will be called when the execution is completed</dd>
<dd><code>logCallback</code> - callback that will receive logs</dd>
<dd><code>statisticsCallback</code> - callback that will receive statistics</dd>
<dt><span class="returnLabel">Returns:</span></dt>
<dd>FFmpeg session created for this execution</dd>
</dl>
</li>
</ul>
2021-09-18 15:20:11 +03:00
<a name="executeAsync-java.lang.String:A-com.arthenica.ffmpegkit.ExecuteCallback-java.util.concurrent.ExecutorService-">
2021-03-02 01:25:17 +02:00
<!-- -->
</a>
<ul class="blockList">
<li class="blockList">
<h4>executeAsync</h4>
2021-09-18 15:20:11 +03:00
<pre>public static&nbsp;<a href="../../../com/arthenica/ffmpegkit/FFmpegSession.html" title="class in com.arthenica.ffmpegkit">FFmpegSession</a>&nbsp;executeAsync(java.lang.String[]&nbsp;arguments,
<a href="../../../com/arthenica/ffmpegkit/ExecuteCallback.html" title="interface in com.arthenica.ffmpegkit">ExecuteCallback</a>&nbsp;executeCallback,
2021-03-02 01:25:17 +02:00
java.util.concurrent.ExecutorService&nbsp;executorService)</pre>
<div class="block"><p>Asynchronously executes FFmpeg with arguments provided.</div>
<dl>
<dt><span class="paramLabel">Parameters:</span></dt>
<dd><code>arguments</code> - FFmpeg command options/arguments as string array</dd>
<dd><code>executeCallback</code> - callback that will be called when the execution is completed</dd>
<dd><code>executorService</code> - executor service that will be used to run this asynchronous operation</dd>
<dt><span class="returnLabel">Returns:</span></dt>
<dd>FFmpeg session created for this execution</dd>
</dl>
</li>
</ul>
2021-09-18 15:20:11 +03:00
<a name="executeAsync-java.lang.String:A-com.arthenica.ffmpegkit.ExecuteCallback-com.arthenica.ffmpegkit.LogCallback-com.arthenica.ffmpegkit.StatisticsCallback-java.util.concurrent.ExecutorService-">
2021-03-02 01:25:17 +02:00
<!-- -->
</a>
<ul class="blockList">
<li class="blockList">
<h4>executeAsync</h4>
2021-09-18 15:20:11 +03:00
<pre>public static&nbsp;<a href="../../../com/arthenica/ffmpegkit/FFmpegSession.html" title="class in com.arthenica.ffmpegkit">FFmpegSession</a>&nbsp;executeAsync(java.lang.String[]&nbsp;arguments,
<a href="../../../com/arthenica/ffmpegkit/ExecuteCallback.html" title="interface in com.arthenica.ffmpegkit">ExecuteCallback</a>&nbsp;executeCallback,
<a href="../../../com/arthenica/ffmpegkit/LogCallback.html" title="interface in com.arthenica.ffmpegkit">LogCallback</a>&nbsp;logCallback,
<a href="../../../com/arthenica/ffmpegkit/StatisticsCallback.html" title="interface in com.arthenica.ffmpegkit">StatisticsCallback</a>&nbsp;statisticsCallback,
2021-03-02 01:25:17 +02:00
java.util.concurrent.ExecutorService&nbsp;executorService)</pre>
<div class="block"><p>Asynchronously executes FFmpeg with arguments provided.</div>
<dl>
<dt><span class="paramLabel">Parameters:</span></dt>
<dd><code>arguments</code> - FFmpeg command options/arguments as string array</dd>
<dd><code>executeCallback</code> - callback that will be called when the execution is completed</dd>
<dd><code>logCallback</code> - callback that will receive logs</dd>
<dd><code>statisticsCallback</code> - callback that will receive statistics</dd>
<dd><code>executorService</code> - executor service that will be used to run this asynchronous operation</dd>
<dt><span class="returnLabel">Returns:</span></dt>
<dd>FFmpeg session created for this execution</dd>
</dl>
</li>
</ul>
2021-09-18 15:20:11 +03:00
<a name="execute-java.lang.String-">
2021-03-02 01:25:17 +02:00
<!-- -->
</a>
<ul class="blockList">
<li class="blockList">
<h4>execute</h4>
2021-09-18 15:20:11 +03:00
<pre>public static&nbsp;<a href="../../../com/arthenica/ffmpegkit/FFmpegSession.html" title="class in com.arthenica.ffmpegkit">FFmpegSession</a>&nbsp;execute(java.lang.String&nbsp;command)</pre>
2021-03-02 01:25:17 +02:00
<div class="block"><p>Synchronously executes FFmpeg command provided. Space character is used to split command
into arguments. You can use single or double quote characters to specify arguments inside
your command.</div>
<dl>
<dt><span class="paramLabel">Parameters:</span></dt>
<dd><code>command</code> - FFmpeg command</dd>
<dt><span class="returnLabel">Returns:</span></dt>
<dd>FFmpeg session created for this execution</dd>
</dl>
</li>
</ul>
2021-09-18 15:20:11 +03:00
<a name="executeAsync-java.lang.String-com.arthenica.ffmpegkit.ExecuteCallback-">
2021-03-02 01:25:17 +02:00
<!-- -->
</a>
<ul class="blockList">
<li class="blockList">
<h4>executeAsync</h4>
2021-09-18 15:20:11 +03:00
<pre>public static&nbsp;<a href="../../../com/arthenica/ffmpegkit/FFmpegSession.html" title="class in com.arthenica.ffmpegkit">FFmpegSession</a>&nbsp;executeAsync(java.lang.String&nbsp;command,
<a href="../../../com/arthenica/ffmpegkit/ExecuteCallback.html" title="interface in com.arthenica.ffmpegkit">ExecuteCallback</a>&nbsp;executeCallback)</pre>
2021-03-02 01:25:17 +02:00
<div class="block"><p>Asynchronously executes FFmpeg command provided. Space character is used to split command
into arguments. You can use single or double quote characters to specify arguments inside
your command.</div>
<dl>
<dt><span class="paramLabel">Parameters:</span></dt>
<dd><code>command</code> - FFmpeg command</dd>
<dd><code>executeCallback</code> - callback that will be called when the execution is completed</dd>
<dt><span class="returnLabel">Returns:</span></dt>
<dd>FFmpeg session created for this execution</dd>
</dl>
</li>
</ul>
2021-09-18 15:20:11 +03:00
<a name="executeAsync-java.lang.String-com.arthenica.ffmpegkit.ExecuteCallback-com.arthenica.ffmpegkit.LogCallback-com.arthenica.ffmpegkit.StatisticsCallback-">
2021-03-02 01:25:17 +02:00
<!-- -->
</a>
<ul class="blockList">
<li class="blockList">
<h4>executeAsync</h4>
2021-09-18 15:20:11 +03:00
<pre>public static&nbsp;<a href="../../../com/arthenica/ffmpegkit/FFmpegSession.html" title="class in com.arthenica.ffmpegkit">FFmpegSession</a>&nbsp;executeAsync(java.lang.String&nbsp;command,
<a href="../../../com/arthenica/ffmpegkit/ExecuteCallback.html" title="interface in com.arthenica.ffmpegkit">ExecuteCallback</a>&nbsp;executeCallback,
<a href="../../../com/arthenica/ffmpegkit/LogCallback.html" title="interface in com.arthenica.ffmpegkit">LogCallback</a>&nbsp;logCallback,
<a href="../../../com/arthenica/ffmpegkit/StatisticsCallback.html" title="interface in com.arthenica.ffmpegkit">StatisticsCallback</a>&nbsp;statisticsCallback)</pre>
2021-03-02 01:25:17 +02:00
<div class="block"><p>Asynchronously executes FFmpeg command provided. Space character is used to split command
into arguments. You can use single or double quote characters to specify arguments inside
your command.</div>
<dl>
<dt><span class="paramLabel">Parameters:</span></dt>
<dd><code>command</code> - FFmpeg command</dd>
<dd><code>executeCallback</code> - callback that will be called when the execution is completed</dd>
<dd><code>logCallback</code> - callback that will receive logs</dd>
<dd><code>statisticsCallback</code> - callback that will receive statistics</dd>
<dt><span class="returnLabel">Returns:</span></dt>
<dd>FFmpeg session created for this execution</dd>
</dl>
</li>
</ul>
2021-09-18 15:20:11 +03:00
<a name="executeAsync-java.lang.String-com.arthenica.ffmpegkit.ExecuteCallback-java.util.concurrent.ExecutorService-">
2021-03-02 01:25:17 +02:00
<!-- -->
</a>
<ul class="blockList">
<li class="blockList">
<h4>executeAsync</h4>
2021-09-18 15:20:11 +03:00
<pre>public static&nbsp;<a href="../../../com/arthenica/ffmpegkit/FFmpegSession.html" title="class in com.arthenica.ffmpegkit">FFmpegSession</a>&nbsp;executeAsync(java.lang.String&nbsp;command,
<a href="../../../com/arthenica/ffmpegkit/ExecuteCallback.html" title="interface in com.arthenica.ffmpegkit">ExecuteCallback</a>&nbsp;executeCallback,
2021-03-02 01:25:17 +02:00
java.util.concurrent.ExecutorService&nbsp;executorService)</pre>
<div class="block"><p>Asynchronously executes FFmpeg command provided. Space character is used to split command
into arguments. You can use single or double quote characters to specify arguments inside
your command.</div>
<dl>
<dt><span class="paramLabel">Parameters:</span></dt>
<dd><code>command</code> - FFmpeg command</dd>
<dd><code>executeCallback</code> - callback that will be called when the execution is completed</dd>
<dd><code>executorService</code> - executor service that will be used to run this asynchronous operation</dd>
<dt><span class="returnLabel">Returns:</span></dt>
<dd>FFmpeg session created for this execution</dd>
</dl>
</li>
</ul>
2021-09-18 15:20:11 +03:00
<a name="executeAsync-java.lang.String-com.arthenica.ffmpegkit.ExecuteCallback-com.arthenica.ffmpegkit.LogCallback-com.arthenica.ffmpegkit.StatisticsCallback-java.util.concurrent.ExecutorService-">
2021-03-02 01:25:17 +02:00
<!-- -->
</a>
<ul class="blockList">
<li class="blockList">
<h4>executeAsync</h4>
2021-09-18 15:20:11 +03:00
<pre>public static&nbsp;<a href="../../../com/arthenica/ffmpegkit/FFmpegSession.html" title="class in com.arthenica.ffmpegkit">FFmpegSession</a>&nbsp;executeAsync(java.lang.String&nbsp;command,
<a href="../../../com/arthenica/ffmpegkit/ExecuteCallback.html" title="interface in com.arthenica.ffmpegkit">ExecuteCallback</a>&nbsp;executeCallback,
<a href="../../../com/arthenica/ffmpegkit/LogCallback.html" title="interface in com.arthenica.ffmpegkit">LogCallback</a>&nbsp;logCallback,
<a href="../../../com/arthenica/ffmpegkit/StatisticsCallback.html" title="interface in com.arthenica.ffmpegkit">StatisticsCallback</a>&nbsp;statisticsCallback,
2021-03-02 01:25:17 +02:00
java.util.concurrent.ExecutorService&nbsp;executorService)</pre>
<div class="block"><p>Asynchronously executes FFmpeg command provided. Space character is used to split command
into arguments. You can use single or double quote characters to specify arguments inside
your command.</div>
<dl>
<dt><span class="paramLabel">Parameters:</span></dt>
<dd><code>command</code> - FFmpeg command</dd>
<dd><code>executeCallback</code> - callback that will be called when the execution is completed</dd>
<dd><code>logCallback</code> - callback that will receive logs</dd>
<dd><code>statisticsCallback</code> - callback that will receive statistics</dd>
<dd><code>executorService</code> - executor service that will be used to run this asynchronous operation</dd>
<dt><span class="returnLabel">Returns:</span></dt>
<dd>FFmpeg session created for this execution</dd>
</dl>
</li>
</ul>
2021-09-18 15:20:11 +03:00
<a name="cancel--">
2021-03-02 01:25:17 +02:00
<!-- -->
</a>
<ul class="blockList">
<li class="blockList">
<h4>cancel</h4>
2021-09-18 15:20:11 +03:00
<pre>public static&nbsp;void&nbsp;cancel()</pre>
2021-03-02 01:25:17 +02:00
<div class="block"><p>Cancels all running sessions.
<p>This function does not wait for termination to complete and returns immediately.</div>
</li>
</ul>
2021-09-18 15:20:11 +03:00
<a name="cancel-long-">
2021-03-02 01:25:17 +02:00
<!-- -->
</a>
<ul class="blockList">
<li class="blockList">
<h4>cancel</h4>
2021-09-18 15:20:11 +03:00
<pre>public static&nbsp;void&nbsp;cancel(long&nbsp;sessionId)</pre>
2021-03-02 01:25:17 +02:00
<div class="block"><p>Cancels the session specified with <code>sessionId</code>.
<p>This function does not wait for termination to complete and returns immediately.</div>
<dl>
<dt><span class="paramLabel">Parameters:</span></dt>
<dd><code>sessionId</code> - id of the session that will be cancelled</dd>
</dl>
</li>
</ul>
2021-09-18 15:20:11 +03:00
<a name="listSessions--">
2021-03-02 01:25:17 +02:00
<!-- -->
</a>
2021-09-18 15:20:11 +03:00
<ul class="blockListLast">
2021-03-02 01:25:17 +02:00
<li class="blockList">
<h4>listSessions</h4>
2021-09-18 15:20:11 +03:00
<pre>public static&nbsp;java.util.List&lt;<a href="../../../com/arthenica/ffmpegkit/FFmpegSession.html" title="class in com.arthenica.ffmpegkit">FFmpegSession</a>&gt;&nbsp;listSessions()</pre>
2021-03-02 01:25:17 +02:00
<div class="block"><p>Lists all FFmpeg sessions in the session history.</div>
<dl>
<dt><span class="returnLabel">Returns:</span></dt>
<dd>all FFmpeg sessions in the session history</dd>
</dl>
</li>
</ul>
</li>
</ul>
</li>
</ul>
</div>
</div>
<!-- ========= END OF CLASS DATA ========= -->
<!-- ======= START OF BOTTOM NAVBAR ====== -->
2021-09-18 15:20:11 +03:00
<div class="bottomNav"><a name="navbar.bottom">
2021-03-02 01:25:17 +02:00
<!-- -->
</a>
<div class="skipNav"><a href="#skip.navbar.bottom" title="Skip navigation links">Skip navigation links</a></div>
2021-09-18 15:20:11 +03:00
<a name="navbar.bottom.firstrow">
2021-03-02 01:25:17 +02:00
<!-- -->
</a>
<ul class="navList" title="Navigation">
2021-09-18 15:20:11 +03:00
<li><a href="../../../com/arthenica/ffmpegkit/package-summary.html">Package</a></li>
2021-03-02 01:25:17 +02:00
<li class="navBarCell1Rev">Class</li>
<li><a href="package-tree.html">Tree</a></li>
<li><a href="../../../deprecated-list.html">Deprecated</a></li>
<li><a href="../../../index-all.html">Index</a></li>
<li><a href="../../../help-doc.html">Help</a></li>
</ul>
</div>
<div class="subNav">
2021-09-18 15:20:11 +03:00
<ul class="navList">
<li><a href="../../../com/arthenica/ffmpegkit/ExecuteCallback.html" title="interface in com.arthenica.ffmpegkit"><span class="typeNameLink">Prev&nbsp;Class</span></a></li>
<li><a href="../../../com/arthenica/ffmpegkit/FFmpegKitConfig.html" title="class in com.arthenica.ffmpegkit"><span class="typeNameLink">Next&nbsp;Class</span></a></li>
</ul>
<ul class="navList">
<li><a href="../../../index.html?com/arthenica/ffmpegkit/FFmpegKit.html" target="_top">Frames</a></li>
<li><a href="FFmpegKit.html" target="_top">No&nbsp;Frames</a></li>
</ul>
2021-03-02 01:25:17 +02:00
<ul class="navList" id="allclasses_navbar_bottom">
2021-09-18 15:20:11 +03:00
<li><a href="../../../allclasses-noframe.html">All&nbsp;Classes</a></li>
2021-03-02 01:25:17 +02:00
</ul>
<div>
<script type="text/javascript"><!--
allClassesLink = document.getElementById("allclasses_navbar_bottom");
if(window==top) {
allClassesLink.style.display = "block";
}
else {
allClassesLink.style.display = "none";
}
//-->
</script>
</div>
<div>
<ul class="subNavList">
<li>Summary:&nbsp;</li>
<li>Nested&nbsp;|&nbsp;</li>
<li>Field&nbsp;|&nbsp;</li>
<li>Constr&nbsp;|&nbsp;</li>
<li><a href="#method.summary">Method</a></li>
</ul>
<ul class="subNavList">
<li>Detail:&nbsp;</li>
<li>Field&nbsp;|&nbsp;</li>
<li>Constr&nbsp;|&nbsp;</li>
<li><a href="#method.detail">Method</a></li>
</ul>
</div>
2021-09-18 15:20:11 +03:00
<a name="skip.navbar.bottom">
2021-03-02 01:25:17 +02:00
<!-- -->
</a></div>
<!-- ======== END OF BOTTOM NAVBAR ======= -->
</body>
</html>