Uses of Class
it.sauronsoftware.jave.EncoderException

Uses of EncoderException in it.sauronsoftware.jave
 

Subclasses of EncoderException in it.sauronsoftware.jave
 class InputFormatException
          This expection is thrown if a source file format is not recognized.
 

Methods in it.sauronsoftware.jave that throw EncoderException
 void Encoder.encode(java.io.File source, java.io.File target, EncodingAttributes attributes)
          Re-encode a multimedia file.
 void Encoder.encode(java.io.File source, java.io.File target, EncodingAttributes attributes, EncoderProgressListener listener)
          Re-encode a multimedia file.
 java.lang.String[] Encoder.getAudioDecoders()
          Returns a list with the names of all the audio decoders bundled with the ffmpeg distribution in use.
 java.lang.String[] Encoder.getAudioEncoders()
          Returns a list with the names of all the audio encoders bundled with the ffmpeg distribution in use.
 MultimediaInfo Encoder.getInfo(java.io.File source)
          Returns a set informations about a multimedia file, if its format is supported for decoding.
 java.lang.String[] Encoder.getSupportedDecodingFormats()
          Returns a list with the names of all the file formats supported at decoding time by the underlying ffmpeg distribution.
 java.lang.String[] Encoder.getSupportedEncodingFormats()
          Returns a list with the names of all the file formats supported at encoding time by the underlying ffmpeg distribution.
 java.lang.String[] Encoder.getVideoDecoders()
          Returns a list with the names of all the video decoders bundled with the ffmpeg distribution in use.
 java.lang.String[] Encoder.getVideoEncoders()
          Returns a list with the names of all the video encoders bundled with the ffmpeg distribution in use.