Method in class it.sauronsoftware.jave.<AHREF="../it/sauronsoftware/jave/MultimediaInfo.html"title="class in it.sauronsoftware.jave">MultimediaInfo</A>
<DD>Returns the multimedia file format name.
<DD>Returns the multimedia file formatHandle name.
<DT><AHREF="../it/sauronsoftware/jave/InputFormatException.html"title="class in it.sauronsoftware.jave"><B>InputFormatException</B></A> - Exception in <AHREF="../it/sauronsoftware/jave/package-summary.html">it.sauronsoftware.jave</A><DD>This expection is thrown if a source file format is not recognized.<DT><AHREF="../it/sauronsoftware/jave/package-summary.html"><B>it.sauronsoftware.jave</B></A> - package it.sauronsoftware.jave<DD>JAVE - Java Audio Video Encoder</DL>
<DT><AHREF="../it/sauronsoftware/jave/InputFormatException.html"title="class in it.sauronsoftware.jave"><B>InputFormatException</B></A> - Exception in <AHREF="../it/sauronsoftware/jave/package-summary.html">it.sauronsoftware.jave</A><DD>This expection is thrown if a source file formatHandle is not recognized.<DT><AHREF="../it/sauronsoftware/jave/package-summary.html"><B>it.sauronsoftware.jave</B></A> - package it.sauronsoftware.jave<DD>JAVE - Java Audio Video Encoder</DL>
Method in class it.sauronsoftware.jave.<AHREF="../it/sauronsoftware/jave/EncodingAttributes.html"title="class in it.sauronsoftware.jave">EncodingAttributes</A>
<DD>Sets the format name for the encoded target multimedia file.
<DD>Sets the formatHandle name for the encoded target multimedia file.
Method in class it.sauronsoftware.jave.<AHREF="../it/sauronsoftware/jave/VideoAttributes.html"title="class in it.sauronsoftware.jave">VideoAttributes</A>
<DD>Sets the frame rate value for the encoding process.
Returns a set informations about a multimedia file, if its format is
Returns a set informations about a multimedia file, if its formatHandle is
supported for decoding.</TD>
</TR>
<TRBGCOLOR="white"CLASS="TableRowColor">
...
...
@@ -291,7 +291,7 @@ public java.lang.String[] <B>getAudioDecoders</B>()
<DL>
<DD>Returns a list with the names of all the audio decoders bundled with the
ffmpeg distribution in use. An audio stream can be decoded only if a
decoder for its format is available.
decoder for its formatHandle is available.
<P>
<DD><DL>
...
...
@@ -329,7 +329,7 @@ public java.lang.String[] <B>getVideoDecoders</B>()
<DL>
<DD>Returns a list with the names of all the video decoders bundled with the
ffmpeg distribution in use. A video stream can be decoded only if a
decoder for its format is available.
decoder for its formatHandle is available.
<P>
<DD><DL>
...
...
@@ -367,7 +367,7 @@ public java.lang.String[] <B>getSupportedEncodingFormats</B>()
<DL>
<DD>Returns a list with the names of all the file formats supported at
encoding time by the underlying ffmpeg distribution. A multimedia file
could be encoded and generated only if the specified format is in this
could be encoded and generated only if the specified formatHandle is in this
list.
<P>
<DD><DL>
...
...
@@ -388,7 +388,7 @@ public java.lang.String[] <B>getSupportedDecodingFormats</B>()
<DL>
<DD>Returns a list with the names of all the file formats supported at
decoding time by the underlying ffmpeg distribution. A multimedia file
could be open and decoded only if its format is in this list.
could be open and decoded only if its formatHandle is in this list.
<P>
<DD><DL>
...
...
@@ -407,14 +407,14 @@ public <A HREF="../../../it/sauronsoftware/jave/MultimediaInfo.html" title="clas
throws <AHREF="../../../it/sauronsoftware/jave/InputFormatException.html"title="class in it.sauronsoftware.jave">InputFormatException</A>,
<AHREF="../../../it/sauronsoftware/jave/EncoderException.html"title="class in it.sauronsoftware.jave">EncoderException</A></PRE>
<DL>
<DD>Returns a set informations about a multimedia file, if its format is
<DD>Returns a set informations about a multimedia file, if its formatHandle is
supported for decoding.
<P>
<DD><DL>
<DT><B>Parameters:</B><DD><CODE>source</CODE> - The source multimedia file.
<DT><B>Returns:</B><DD>A set of informations about the file and its contents.
<DT><B>Throws:</B>
<DD><CODE><AHREF="../../../it/sauronsoftware/jave/InputFormatException.html"title="class in it.sauronsoftware.jave">InputFormatException</A></CODE> - If the format of the source file cannot be recognized and
<DD><CODE><AHREF="../../../it/sauronsoftware/jave/InputFormatException.html"title="class in it.sauronsoftware.jave">InputFormatException</A></CODE> - If the formatHandle of the source file cannot be recognized and
decoded.
<DD><CODE><AHREF="../../../it/sauronsoftware/jave/EncoderException.html"title="class in it.sauronsoftware.jave">EncoderException</A></CODE> - If a problem occurs calling the underlying ffmpeg executable.</DL>
public void <B>setFormat</B>(java.lang.String format)</PRE>
public void <B>setFormat</B>(java.lang.String formatHandle)</PRE>
<DL>
<DD>Sets the format name for the encoded target multimedia file. Be sure this
format is supported (see <AHREF="../../../it/sauronsoftware/jave/Encoder.html#getSupportedEncodingFormats()"><CODE>Encoder.getSupportedEncodingFormats()</CODE></A>.
<DD>Sets the formatHandle name for the encoded target multimedia file. Be sure this
formatHandle is supported (see <AHREF="../../../it/sauronsoftware/jave/Encoder.html#getSupportedEncodingFormats()"><CODE>Encoder.getSupportedEncodingFormats()</CODE></A>.
<P>
<DD><DL>
</DL>
</DD>
<DD><DL>
<DT><B>Parameters:</B><DD><CODE>format</CODE> - The format name for the encoded target multimedia file.</DL>
<DT><B>Parameters:</B><DD><CODE>formatHandle</CODE> - The formatHandle name for the encoded target multimedia file.</DL>
@@ -102,7 +102,7 @@ Uses of <A HREF="../../../../it/sauronsoftware/jave/EncoderException.html" title
<TD><CODE><B><AHREF="../../../../it/sauronsoftware/jave/InputFormatException.html"title="class in it.sauronsoftware.jave">InputFormatException</A></B></CODE>
<BR>
This expection is thrown if a source file format is not recognized.</TD>
This expection is thrown if a source file formatHandle is not recognized.</TD>
</TR>
</TABLE>
...
...
@@ -157,7 +157,7 @@ Uses of <A HREF="../../../../it/sauronsoftware/jave/EncoderException.html" title
@@ -167,7 +167,7 @@ JAVE - Java Audio Video Encoder
</TR>
<TRBGCOLOR="white"CLASS="TableRowColor">
<TDWIDTH="15%"><B><AHREF="../../../it/sauronsoftware/jave/InputFormatException.html"title="class in it.sauronsoftware.jave">InputFormatException</A></B></TD>
<TD>This expection is thrown if a source file format is not recognized.</TD>
<TD>This expection is thrown if a source file formatHandle is not recognized.</TD>
<DD>The format name for the encoded target multimedia file. Be sure this
format is supported (see <AHREF="it/sauronsoftware/jave/Encoder.html#getSupportedEncodingFormats()"><CODE>Encoder.getSupportedEncodingFormats()</CODE></A>.
<DD>The formatHandle name for the encoded target multimedia file. Be sure this
formatHandle is supported (see <AHREF="it/sauronsoftware/jave/Encoder.html#getSupportedEncodingFormats()"><CODE>Encoder.getSupportedEncodingFormats()</CODE></A>.
Method in class it.sauronsoftware.jave.<AHREF="../it/sauronsoftware/jave/MultimediaInfo.html"title="class in it.sauronsoftware.jave">MultimediaInfo</A>
<DD>Returns the multimedia file format name.
<DD>Returns the multimedia file formatHandle name.
<DT><AHREF="../it/sauronsoftware/jave/InputFormatException.html"title="class in it.sauronsoftware.jave"><B>InputFormatException</B></A> - Exception in <AHREF="../it/sauronsoftware/jave/package-summary.html">it.sauronsoftware.jave</A><DD>This expection is thrown if a source file format is not recognized.<DT><AHREF="../it/sauronsoftware/jave/package-summary.html"><B>it.sauronsoftware.jave</B></A> - package it.sauronsoftware.jave<DD>JAVE - Java Audio Video Encoder</DL>
<DT><AHREF="../it/sauronsoftware/jave/InputFormatException.html"title="class in it.sauronsoftware.jave"><B>InputFormatException</B></A> - Exception in <AHREF="../it/sauronsoftware/jave/package-summary.html">it.sauronsoftware.jave</A><DD>This expection is thrown if a source file formatHandle is not recognized.<DT><AHREF="../it/sauronsoftware/jave/package-summary.html"><B>it.sauronsoftware.jave</B></A> - package it.sauronsoftware.jave<DD>JAVE - Java Audio Video Encoder</DL>
Method in class it.sauronsoftware.jave.<AHREF="../it/sauronsoftware/jave/EncodingAttributes.html"title="class in it.sauronsoftware.jave">EncodingAttributes</A>
<DD>Sets the format name for the encoded target multimedia file.
<DD>Sets the formatHandle name for the encoded target multimedia file.
Method in class it.sauronsoftware.jave.<AHREF="../it/sauronsoftware/jave/VideoAttributes.html"title="class in it.sauronsoftware.jave">VideoAttributes</A>
<DD>Sets the frame rate value for the encoding process.
Returns a set informations about a multimedia file, if its format is
Returns a set informations about a multimedia file, if its formatHandle is
supported for decoding.</TD>
</TR>
<TRBGCOLOR="white"CLASS="TableRowColor">
...
...
@@ -291,7 +291,7 @@ public java.lang.String[] <B>getAudioDecoders</B>()
<DL>
<DD>Returns a list with the names of all the audio decoders bundled with the
ffmpeg distribution in use. An audio stream can be decoded only if a
decoder for its format is available.
decoder for its formatHandle is available.
<P>
<DD><DL>
...
...
@@ -329,7 +329,7 @@ public java.lang.String[] <B>getVideoDecoders</B>()
<DL>
<DD>Returns a list with the names of all the video decoders bundled with the
ffmpeg distribution in use. A video stream can be decoded only if a
decoder for its format is available.
decoder for its formatHandle is available.
<P>
<DD><DL>
...
...
@@ -367,7 +367,7 @@ public java.lang.String[] <B>getSupportedEncodingFormats</B>()
<DL>
<DD>Returns a list with the names of all the file formats supported at
encoding time by the underlying ffmpeg distribution. A multimedia file
could be encoded and generated only if the specified format is in this
could be encoded and generated only if the specified formatHandle is in this
list.
<P>
<DD><DL>
...
...
@@ -388,7 +388,7 @@ public java.lang.String[] <B>getSupportedDecodingFormats</B>()
<DL>
<DD>Returns a list with the names of all the file formats supported at
decoding time by the underlying ffmpeg distribution. A multimedia file
could be open and decoded only if its format is in this list.
could be open and decoded only if its formatHandle is in this list.
<P>
<DD><DL>
...
...
@@ -407,14 +407,14 @@ public <A HREF="../../../it/sauronsoftware/jave/MultimediaInfo.html" title="clas
throws <AHREF="../../../it/sauronsoftware/jave/InputFormatException.html"title="class in it.sauronsoftware.jave">InputFormatException</A>,
<AHREF="../../../it/sauronsoftware/jave/EncoderException.html"title="class in it.sauronsoftware.jave">EncoderException</A></PRE>
<DL>
<DD>Returns a set informations about a multimedia file, if its format is
<DD>Returns a set informations about a multimedia file, if its formatHandle is
supported for decoding.
<P>
<DD><DL>
<DT><B>Parameters:</B><DD><CODE>source</CODE> - The source multimedia file.
<DT><B>Returns:</B><DD>A set of informations about the file and its contents.
<DT><B>Throws:</B>
<DD><CODE><AHREF="../../../it/sauronsoftware/jave/InputFormatException.html"title="class in it.sauronsoftware.jave">InputFormatException</A></CODE> - If the format of the source file cannot be recognized and
<DD><CODE><AHREF="../../../it/sauronsoftware/jave/InputFormatException.html"title="class in it.sauronsoftware.jave">InputFormatException</A></CODE> - If the formatHandle of the source file cannot be recognized and
decoded.
<DD><CODE><AHREF="../../../it/sauronsoftware/jave/EncoderException.html"title="class in it.sauronsoftware.jave">EncoderException</A></CODE> - If a problem occurs calling the underlying ffmpeg executable.</DL>
public void <B>setFormat</B>(java.lang.String format)</PRE>
public void <B>setFormat</B>(java.lang.String formatHandle)</PRE>
<DL>
<DD>Sets the format name for the encoded target multimedia file. Be sure this
format is supported (see <AHREF="../../../it/sauronsoftware/jave/Encoder.html#getSupportedEncodingFormats()"><CODE>Encoder.getSupportedEncodingFormats()</CODE></A>.
<DD>Sets the formatHandle name for the encoded target multimedia file. Be sure this
formatHandle is supported (see <AHREF="../../../it/sauronsoftware/jave/Encoder.html#getSupportedEncodingFormats()"><CODE>Encoder.getSupportedEncodingFormats()</CODE></A>.
<P>
<DD><DL>
</DL>
</DD>
<DD><DL>
<DT><B>Parameters:</B><DD><CODE>format</CODE> - The format name for the encoded target multimedia file.</DL>
<DT><B>Parameters:</B><DD><CODE>formatHandle</CODE> - The formatHandle name for the encoded target multimedia file.</DL>
@@ -102,7 +102,7 @@ Uses of <A HREF="../../../../it/sauronsoftware/jave/EncoderException.html" title
<TD><CODE><B><AHREF="../../../../it/sauronsoftware/jave/InputFormatException.html"title="class in it.sauronsoftware.jave">InputFormatException</A></B></CODE>
<BR>
This expection is thrown if a source file format is not recognized.</TD>
This expection is thrown if a source file formatHandle is not recognized.</TD>
</TR>
</TABLE>
...
...
@@ -157,7 +157,7 @@ Uses of <A HREF="../../../../it/sauronsoftware/jave/EncoderException.html" title
@@ -167,7 +167,7 @@ JAVE - Java Audio Video Encoder
</TR>
<TRBGCOLOR="white"CLASS="TableRowColor">
<TDWIDTH="15%"><B><AHREF="../../../it/sauronsoftware/jave/InputFormatException.html"title="class in it.sauronsoftware.jave">InputFormatException</A></B></TD>
<TD>This expection is thrown if a source file format is not recognized.</TD>
<TD>This expection is thrown if a source file formatHandle is not recognized.</TD>
<DD>The format name for the encoded target multimedia file. Be sure this
format is supported (see <AHREF="it/sauronsoftware/jave/Encoder.html#getSupportedEncodingFormats()"><CODE>Encoder.getSupportedEncodingFormats()</CODE></A>.
<DD>The formatHandle name for the encoded target multimedia file. Be sure this
formatHandle is supported (see <AHREF="it/sauronsoftware/jave/Encoder.html#getSupportedEncodingFormats()"><CODE>Encoder.getSupportedEncodingFormats()</CODE></A>.
Method in class it.sauronsoftware.jave.<AHREF="../it/sauronsoftware/jave/MultimediaInfo.html"title="class in it.sauronsoftware.jave">MultimediaInfo</A>
<DD>Returns the multimedia file format name.
<DD>Returns the multimedia file formatHandle name.
<DT><AHREF="../it/sauronsoftware/jave/InputFormatException.html"title="class in it.sauronsoftware.jave"><B>InputFormatException</B></A> - Exception in <AHREF="../it/sauronsoftware/jave/package-summary.html">it.sauronsoftware.jave</A><DD>This expection is thrown if a source file format is not recognized.<DT><AHREF="../it/sauronsoftware/jave/package-summary.html"><B>it.sauronsoftware.jave</B></A> - package it.sauronsoftware.jave<DD> </DL>
<DT><AHREF="../it/sauronsoftware/jave/InputFormatException.html"title="class in it.sauronsoftware.jave"><B>InputFormatException</B></A> - Exception in <AHREF="../it/sauronsoftware/jave/package-summary.html">it.sauronsoftware.jave</A><DD>This expection is thrown if a source file formatHandle is not recognized.<DT><AHREF="../it/sauronsoftware/jave/package-summary.html"><B>it.sauronsoftware.jave</B></A> - package it.sauronsoftware.jave<DD> </DL>
Method in class it.sauronsoftware.jave.<AHREF="../it/sauronsoftware/jave/EncodingAttributes.html"title="class in it.sauronsoftware.jave">EncodingAttributes</A>
<DD>Sets the format name for the encoded target multimedia file.
<DD>Sets the formatHandle name for the encoded target multimedia file.
Method in class it.sauronsoftware.jave.<AHREF="../it/sauronsoftware/jave/VideoAttributes.html"title="class in it.sauronsoftware.jave">VideoAttributes</A>
<DD>Sets the frame rate value for the encoding process.
Returns a set informations about a multimedia file, if its format is
Returns a set informations about a multimedia file, if its formatHandle is
supported for decoding.</TD>
</TR>
<TRBGCOLOR="white"CLASS="TableRowColor">
...
...
@@ -291,7 +291,7 @@ public java.lang.String[] <B>getAudioDecoders</B>()
<DL>
<DD>Returns a list with the names of all the audio decoders bundled with the
ffmpeg distribution in use. An audio stream can be decoded only if a
decoder for its format is available.
decoder for its formatHandle is available.
<P>
<DD><DL>
...
...
@@ -329,7 +329,7 @@ public java.lang.String[] <B>getVideoDecoders</B>()
<DL>
<DD>Returns a list with the names of all the video decoders bundled with the
ffmpeg distribution in use. A video stream can be decoded only if a
decoder for its format is available.
decoder for its formatHandle is available.
<P>
<DD><DL>
...
...
@@ -367,7 +367,7 @@ public java.lang.String[] <B>getSupportedEncodingFormats</B>()
<DL>
<DD>Returns a list with the names of all the file formats supported at
encoding time by the underlying ffmpeg distribution. A multimedia file
could be encoded and generated only if the specified format is in this
could be encoded and generated only if the specified formatHandle is in this
list.
<P>
<DD><DL>
...
...
@@ -388,7 +388,7 @@ public java.lang.String[] <B>getSupportedDecodingFormats</B>()
<DL>
<DD>Returns a list with the names of all the file formats supported at
decoding time by the underlying ffmpeg distribution. A multimedia file
could be open and decoded only if its format is in this list.
could be open and decoded only if its formatHandle is in this list.
<P>
<DD><DL>
...
...
@@ -407,14 +407,14 @@ public <A HREF="../../../it/sauronsoftware/jave/MultimediaInfo.html" title="clas
throws <AHREF="../../../it/sauronsoftware/jave/InputFormatException.html"title="class in it.sauronsoftware.jave">InputFormatException</A>,
<AHREF="../../../it/sauronsoftware/jave/EncoderException.html"title="class in it.sauronsoftware.jave">EncoderException</A></PRE>
<DL>
<DD>Returns a set informations about a multimedia file, if its format is
<DD>Returns a set informations about a multimedia file, if its formatHandle is
supported for decoding.
<P>
<DD><DL>
<DT><B>Parameters:</B><DD><CODE>source</CODE> - The source multimedia file.
<DT><B>Returns:</B><DD>A set of informations about the file and its contents.
<DT><B>Throws:</B>
<DD><CODE><AHREF="../../../it/sauronsoftware/jave/InputFormatException.html"title="class in it.sauronsoftware.jave">InputFormatException</A></CODE> - If the format of the source file cannot be recognized and
<DD><CODE><AHREF="../../../it/sauronsoftware/jave/InputFormatException.html"title="class in it.sauronsoftware.jave">InputFormatException</A></CODE> - If the formatHandle of the source file cannot be recognized and
decoded.
<DD><CODE><AHREF="../../../it/sauronsoftware/jave/EncoderException.html"title="class in it.sauronsoftware.jave">EncoderException</A></CODE> - If a problem occurs calling the underlying ffmpeg executable.</DL>
public void <B>setFormat</B>(java.lang.String format)</PRE>
public void <B>setFormat</B>(java.lang.String formatHandle)</PRE>
<DL>
<DD>Sets the format name for the encoded target multimedia file. Be sure this
format is supported (see <AHREF="../../../it/sauronsoftware/jave/Encoder.html#getSupportedEncodingFormats()"><CODE>Encoder.getSupportedEncodingFormats()</CODE></A>.
<DD>Sets the formatHandle name for the encoded target multimedia file. Be sure this
formatHandle is supported (see <AHREF="../../../it/sauronsoftware/jave/Encoder.html#getSupportedEncodingFormats()"><CODE>Encoder.getSupportedEncodingFormats()</CODE></A>.
<P>
<DD><DL>
</DL>
</DD>
<DD><DL>
<DT><B>Parameters:</B><DD><CODE>format</CODE> - The format name for the encoded target multimedia file.</DL>
<DT><B>Parameters:</B><DD><CODE>formatHandle</CODE> - The formatHandle name for the encoded target multimedia file.</DL>
@@ -102,7 +102,7 @@ Uses of <A HREF="../../../../it/sauronsoftware/jave/EncoderException.html" title
<TD><CODE><B><AHREF="../../../../it/sauronsoftware/jave/InputFormatException.html"title="class in it.sauronsoftware.jave">InputFormatException</A></B></CODE>
<BR>
This expection is thrown if a source file format is not recognized.</TD>
This expection is thrown if a source file formatHandle is not recognized.</TD>
</TR>
</TABLE>
...
...
@@ -157,7 +157,7 @@ Uses of <A HREF="../../../../it/sauronsoftware/jave/EncoderException.html" title
<TDWIDTH="15%"><B><AHREF="../../../it/sauronsoftware/jave/InputFormatException.html"title="class in it.sauronsoftware.jave">InputFormatException</A></B></TD>
<TD>This expection is thrown if a source file format is not recognized.</TD>
<TD>This expection is thrown if a source file formatHandle is not recognized.</TD>
<DD>The format name for the encoded target multimedia file. Be sure this
format is supported (see <AHREF="it/sauronsoftware/jave/Encoder.html#getSupportedEncodingFormats()"><CODE>Encoder.getSupportedEncodingFormats()</CODE></A>.
<DD>The formatHandle name for the encoded target multimedia file. Be sure this
formatHandle is supported (see <AHREF="it/sauronsoftware/jave/Encoder.html#getSupportedEncodingFormats()"><CODE>Encoder.getSupportedEncodingFormats()</CODE></A>.
It sets the audio encoding attributes. If never called on a new <em>EncodingAttributes</em> instance, or if the given parameter is <em>null</em>, no audio stream will be included in the encoded file. See also "<ahref="#3.1">Audio encoding attributes</a>".</li>
It sets the video encoding attributes. If never called on a new <em>EncodingAttributes</em> instance, or if the given parameter is <em>null</em>, no video stream will be included in the encoded file. See also "<ahref="#3.2">Video encoding attributes</a>".</li>
It sets the format of the streams container that will be used for the new encoded file. The given parameter represents the format name. An encoding format name is valid and supported only if it appears in the list returned by the <em>getSupportedEncodingFormats()</em> method of the <em>Encoder</em> instance in use.</li>
It sets the formatHandle of the streams container that will be used for the new encoded file. The given parameter represents the formatHandle name. An encoding formatHandle name is valid and supported only if it appears in the list returned by the <em>getSupportedEncodingFormats()</em> method of the <em>Encoder</em> instance in use.</li>
It sets an offset for the transcoding operation. The source file will be re-encoded starting at <em>offset</em> seconds since its beginning. In example if you'd like to cut the first five seconds of the source file, you should call <em>setOffset(5)</em> on the <em>EncodingAttributes</em> object passed to the encoder.</li>
The transcoding operation has never started since the encoding attributes passed to the encoder has been recognized as invalid. Usualy this occurs when the EncodingAttributes instance given to the encoder asks the encoding of a container with no audio and no video streams (both <em>AudioAttributes</em> and <em>VideoAttribues</em> attributes are <em>null</em> or not set).</li>
The source file can't be decoded. It occurs when the source file container, the video stream format or the audio stream format are not supported by the decoder. You can check for supported containers and plugged decoders calling the encoder methods <em>getSupportedDecodingFormats()</em>, <em>getAudioDecoders()</em> and <em>getVideoDecoders()</em>.
The source file can't be decoded. It occurs when the source file container, the video stream formatHandle or the audio stream formatHandle are not supported by the decoder. You can check for supported containers and plugged decoders calling the encoder methods <em>getSupportedDecodingFormats()</em>, <em>getAudioDecoders()</em> and <em>getVideoDecoders()</em>.
The operation has failed during the trancoding due to an internal error. You should check the exception message, and you can also use an <ahref="#4"><em>EncoderProgressListener</em></a> instance to check any message issued by the encoder.</li>
Permette di impostare gli attributi specifici per la ricodifica del flusso audio. Se il metodo non viene richiamato su una nuova istanza di <em>EncodingAttributes</em> e, di conseguenza, nessun attributo di ricodifica audio viene specificato, allora l'encoder non effettuerà codifica audio. Il file di destinazione, di conseguenza, non conterrà alcuna traccia audio, anche se quello di origine ne ha una. Vedi paragrafo "<ahref="#3.1">Attributi di codifica audio</a>". </li>
Permette di impostare gli attributi specifici per la ricodifica del flusso video. Se il metodo non viene richiamato su una nuova istanza di <em>EncodingAttributes</em> e, di conseguenza, nessun attributo di ricodifica video viene specificato, allora l'encoder non effettuerà codifica video. Il file di destinazione, di conseguenza, non conterrà alcuna traccia video, anche se quello di origine ne ha una. Vedi paragrafo "<ahref="#3.2">Attributi di codifica video</a>".</li>
Questo metodo serve per specificare il formato del contenitore dei flussi audio e video. Il formato va espresso mediante una stringa che ne rappresenta il nome. La lista dei nomi dei formati supportati può essere ricavata chiamando il metodo <em>getSupportedEncodingFormats()</em> su un oggetto di tipo <em>Encoder</em>.</li>
Questo metodo può essere richiamato per specificare un offset di ricodifica, cioè un taglio iniziale del flusso multimediale sorgente. Il valore del taglio è espresso in secondi, con la possibilità di utilizzare valori decimali. Ad esempio se si vuole iniziare la ricodifica un flusso multimediale tagliandone i primi cinque secondi è sufficiente fornire all'encoder un'oggetto <em>EncodingAttributes</em> sul quale sia stato precedentemente richiamato il metodo <em>setOffset(5)</em>.</li>
...
...
@@ -150,159 +150,159 @@ Permette di impostare gli attributi specifici per la ricodifica del flusso video