Uses of Class
ws.schild.jave.EncoderException
Packages that use EncoderException
-
Uses of EncoderException in ws.schild.jave
Subclasses of EncoderException in ws.schild.javeModifier and TypeClassDescriptionclassThis expection is thrown if a source file format is not recognized.Methods in ws.schild.jave that throw EncoderExceptionModifier and TypeMethodDescriptionvoidConversionOutputAnalyzer.analyzeNewLine(String line) voidVideoProcessor.catClipsTogether(List<File> videos, File destination, VideoProgressListener progress) Concatenate input video files to a destination file.Destination file and parent directory must be writeable.voidEncoder.encode(List<MultimediaObject> multimediaObjects, File target, EncodingAttributes attributes) voidEncoder.encode(List<MultimediaObject> multimediaObjects, File target, EncodingAttributes attributes, EncoderProgressListener listener) Re-encode a multimedia file(s).voidEncoder.encode(List<MultimediaObject> multimediaObjects, File target, EncodingAttributes attributes, EncoderProgressListener listener, List<EncodingArgument> currOptions) Re-encode a multimedia file(s).voidEncoder.encode(MultimediaObject multimediaObject, File target, EncodingAttributes attributes) Re-encode a multimedia file(s).voidEncoder.encode(MultimediaObject multimediaObject, File target, EncodingAttributes attributes, EncoderProgressListener listener) Re-encode a multimedia file.String[]Encoder.getAudioDecoders()Returns a list with the names of all the audio decoders bundled with the ffmpeg distribution in use.String[]Encoder.getAudioEncoders()Returns a list with the names of all the audio encoders bundled with the ffmpeg distribution in use.protected String[]Encoder.getCoders(boolean encoder, boolean audio) Returns a list with the names of all the coders bundled with the ffmpeg distribution in use.MultimediaObject.getInfo()Returns a set informations about a multimedia file, if its format is supported for decoding.protected String[]Encoder.getSupportedCodingFormats(boolean encoding) Returns a list with the names of all the file formats supported at en/de-coding time by the underlying ffmpeg distribution.A multimedia file could be encoded and generated only if the specified format is in this list.String[]Encoder.getSupportedDecodingFormats()Returns a list with the names of all the file formats supported at decoding time by the underlying ffmpeg distribution.String[]Encoder.getSupportedEncodingFormats()Returns a list with the names of all the file formats supported at encoding time by the underlying ffmpeg distribution.String[]Encoder.getVideoDecoders()Returns a list with the names of all the video decoders bundled with the ffmpeg distribution in use.String[]Encoder.getVideoEncoders()Returns a list with the names of all the video encoders bundled with the ffmpeg distribution in use.voidScreenExtractor.render(MultimediaObject multimediaObject, int width, int height, int seconds, File outputDir, int quality) Generate a single screenshot from source video.voidScreenExtractor.render(MultimediaObject multimediaObject, int width, int height, int seconds, File outputDir, String fileNamePrefix, String extension, int quality) Generates screenshots from source video.voidScreenExtractor.renderOneImage(MultimediaObject multimediaObject, int width, int height, long millis, File outputFile, int quality) Generate exactly one screenshot from source videovoidScreenExtractor.renderOneImage(MultimediaObject multimediaObject, int width, int height, long millis, File outputFile, int quality, boolean keyframesSeeking) Generate exactly one screenshot from source video using given seeking mode.