跳过导航链接
A C D E F G I M P S T V 

A

amrToMp3(String, String) - 类 中的静态方法it.sauronsoftware.jave.AudioUtils
amr转mp3
amrToMp3(File, File) - 类 中的静态方法it.sauronsoftware.jave.AudioUtils
amr转mp3
amrToWav(File, File) - 类 中的静态方法it.sauronsoftware.jave.AudioUtils
s amr转wav
AudioAttributes - it.sauronsoftware.jave中的类
Attributes controlling the audio encoding process.
AudioAttributes() - 类 的构造器it.sauronsoftware.jave.AudioAttributes
 
AudioInfo - it.sauronsoftware.jave中的类
Instances of this class report informations about an audio stream that can be decoded.
AudioInfo() - 类 的构造器it.sauronsoftware.jave.AudioInfo
 
AudioUtils - it.sauronsoftware.jave中的类
音频转换工具
AudioUtils() - 类 的构造器it.sauronsoftware.jave.AudioUtils
 

C

convert(File, File, String) - 类 中的静态方法it.sauronsoftware.jave.AudioUtils
 

D

DefaultFFMPEGLocator - it.sauronsoftware.jave中的类
The default ffmpeg executable locator, which exports on disk the ffmpeg executable bundled with the library distributions.
DefaultFFMPEGLocator() - 类 的构造器it.sauronsoftware.jave.DefaultFFMPEGLocator
It builds the default FFMPEGLocator, exporting the ffmpeg executable on a temp file.
DIRECT_STREAM_COPY - 类 中的静态变量it.sauronsoftware.jave.AudioAttributes
This value can be setted in the codec field to perform a direct stream copy, without re-encoding of the audio stream.
DIRECT_STREAM_COPY - 类 中的静态变量it.sauronsoftware.jave.VideoAttributes
This value can be setted in the codec field to perform a direct stream copy, without re-encoding of the audio stream.

E

encode(File, File, EncodingAttributes) - 类 中的方法it.sauronsoftware.jave.Encoder
Re-encode a multimedia file.
encode(File, File, EncodingAttributes, EncoderProgressListener) - 类 中的方法it.sauronsoftware.jave.Encoder
Re-encode a multimedia file.
Encoder - it.sauronsoftware.jave中的类
Main class of the package.
Encoder() - 类 的构造器it.sauronsoftware.jave.Encoder
It builds an encoder using a DefaultFFMPEGLocator instance to locate the ffmpeg executable to use.
Encoder(FFMPEGLocator) - 类 的构造器it.sauronsoftware.jave.Encoder
It builds an encoder with a custom FFMPEGLocator.
EncoderException - it.sauronsoftware.jave中的异常错误
Encoding expection.
EncoderProgressListener - it.sauronsoftware.jave中的接口
Encoding progress listener interface.
EncodingAttributes - it.sauronsoftware.jave中的类
Attributes controlling the encoding process.
EncodingAttributes() - 类 的构造器it.sauronsoftware.jave.EncodingAttributes
 

F

FFMPEGLocator - it.sauronsoftware.jave中的类
Abstract class whose derived concrete instances are used by Encoder to locate the ffmpeg executable path.
FFMPEGLocator() - 类 的构造器it.sauronsoftware.jave.FFMPEGLocator
 

G

getAudio() - 类 中的方法it.sauronsoftware.jave.MultimediaInfo
Returns a set of audio-specific informations.
getAudioDecoders() - 类 中的方法it.sauronsoftware.jave.Encoder
Returns a list with the names of all the audio decoders bundled with the ffmpeg distribution in use.
getAudioEncoders() - 类 中的方法it.sauronsoftware.jave.Encoder
Returns a list with the names of all the audio encoders bundled with the ffmpeg distribution in use.
getBitRate() - 类 中的方法it.sauronsoftware.jave.AudioInfo
Returns the audio stream (average) bit rate.
getBitRate() - 类 中的方法it.sauronsoftware.jave.VideoInfo
Returns the video stream (average) bit rate.
getChannels() - 类 中的方法it.sauronsoftware.jave.AudioInfo
Returns the audio stream channels number (1=mono, 2=stereo).
getDecoder() - 类 中的方法it.sauronsoftware.jave.AudioInfo
Returns the audio stream decoder name.
getDecoder() - 类 中的方法it.sauronsoftware.jave.VideoInfo
Returns the video stream decoder name.
getDuration() - 类 中的方法it.sauronsoftware.jave.MultimediaInfo
Returns the stream duration in millis.
getFFMPEGExecutablePath() - 类 中的方法it.sauronsoftware.jave.DefaultFFMPEGLocator
 
getFFMPEGExecutablePath() - 类 中的方法it.sauronsoftware.jave.FFMPEGLocator
This method should return the path of a ffmpeg executable suitable for the current machine.
getFormat() - 类 中的方法it.sauronsoftware.jave.MultimediaInfo
Returns the multimedia file format name.
getFrameRate() - 类 中的方法it.sauronsoftware.jave.VideoInfo
Returns the video frame rate.
getHeight() - 类 中的方法it.sauronsoftware.jave.VideoSize
Returns the video height.
getInfo(File) - 类 中的方法it.sauronsoftware.jave.Encoder
Returns a set informations about a multimedia file, if its format is supported for decoding.
getSamplingRate() - 类 中的方法it.sauronsoftware.jave.AudioInfo
Returns the audio stream sampling rate.
getSize() - 类 中的方法it.sauronsoftware.jave.VideoInfo
Returns the video size.
getSupportedDecodingFormats() - 类 中的方法it.sauronsoftware.jave.Encoder
Returns a list with the names of all the file formats supported at decoding time by the underlying ffmpeg distribution.
getSupportedEncodingFormats() - 类 中的方法it.sauronsoftware.jave.Encoder
Returns a list with the names of all the file formats supported at encoding time by the underlying ffmpeg distribution.
getVideo() - 类 中的方法it.sauronsoftware.jave.MultimediaInfo
Returns a set of video-specific informations.
getVideoDecoders() - 类 中的方法it.sauronsoftware.jave.Encoder
Returns a list with the names of all the video decoders bundled with the ffmpeg distribution in use.
getVideoEncoders() - 类 中的方法it.sauronsoftware.jave.Encoder
Returns a list with the names of all the video encoders bundled with the ffmpeg distribution in use.
getWidth() - 类 中的方法it.sauronsoftware.jave.VideoSize
Returns the video width.

I

IgnoreErrorEncoder - it.sauronsoftware.jave中的类
忽略所有转换过程中的异常
IgnoreErrorEncoder() - 类 的构造器it.sauronsoftware.jave.IgnoreErrorEncoder
 
InputFormatException - it.sauronsoftware.jave中的异常错误
This expection is thrown if a source file format is not recognized.
it.sauronsoftware.jave - 程序包 it.sauronsoftware.jave
 

M

message(String) - 接口 中的方法it.sauronsoftware.jave.EncoderProgressListener
This method is called every time the encoder need to send a message (usually, a warning).
MultimediaInfo - it.sauronsoftware.jave中的类
Instances of this class report informations about a decoded multimedia file.
MultimediaInfo() - 类 的构造器it.sauronsoftware.jave.MultimediaInfo
 

P

processErrorOutput(EncodingAttributes, BufferedReader, File, EncoderProgressListener) - 类 中的方法it.sauronsoftware.jave.Encoder
 
processErrorOutput(EncodingAttributes, BufferedReader, File, EncoderProgressListener) - 类 中的方法it.sauronsoftware.jave.IgnoreErrorEncoder
 
progress(int) - 接口 中的方法it.sauronsoftware.jave.EncoderProgressListener
This method is called to notify a progress in the encoding process.

S

setAudioAttributes(AudioAttributes) - 类 中的方法it.sauronsoftware.jave.EncodingAttributes
Sets the attributes for the encoding of the audio stream in the target multimedia file.
setBitRate(Integer) - 类 中的方法it.sauronsoftware.jave.AudioAttributes
Sets the bitrate value for the encoding process.
setBitRate(Integer) - 类 中的方法it.sauronsoftware.jave.VideoAttributes
Sets the bitrate value for the encoding process.
setChannels(Integer) - 类 中的方法it.sauronsoftware.jave.AudioAttributes
Sets the channels value (1=mono, 2=stereo) for the encoding process.
setCodec(String) - 类 中的方法it.sauronsoftware.jave.AudioAttributes
Sets the codec name for the encoding process.
setCodec(String) - 类 中的方法it.sauronsoftware.jave.VideoAttributes
Sets the codec name for the encoding process.
setDuration(Float) - 类 中的方法it.sauronsoftware.jave.EncodingAttributes
Sets the duration (seconds) of the re-encoded stream.
setFormat(String) - 类 中的方法it.sauronsoftware.jave.EncodingAttributes
Sets the format name for the encoded target multimedia file.
setFrameRate(Integer) - 类 中的方法it.sauronsoftware.jave.VideoAttributes
Sets the frame rate value for the encoding process.
setOffset(Float) - 类 中的方法it.sauronsoftware.jave.EncodingAttributes
Sets the start offset time (seconds).
setSamplingRate(Integer) - 类 中的方法it.sauronsoftware.jave.AudioAttributes
Sets the samplingRate value for the encoding process.
setSize(VideoSize) - 类 中的方法it.sauronsoftware.jave.VideoAttributes
Sets the video size for the encoding process.
setTag(String) - 类 中的方法it.sauronsoftware.jave.VideoAttributes
Sets the forced tag/fourcc value for the video stream.
setVideoAttributes(VideoAttributes) - 类 中的方法it.sauronsoftware.jave.EncodingAttributes
Sets the attributes for the encoding of the video stream in the target multimedia file.
setVolume(Integer) - 类 中的方法it.sauronsoftware.jave.AudioAttributes
Sets the volume value for the encoding process.
sourceInfo(MultimediaInfo) - 接口 中的方法it.sauronsoftware.jave.EncoderProgressListener
This method is called before the encoding process starts, reporting information about the source stream that will be decoded and re-encoded.

T

thumbnail(File, File, float) - 类 中的静态方法it.sauronsoftware.jave.VideoUtils
获取视频缩略图
toString() - 类 中的方法it.sauronsoftware.jave.AudioAttributes
 
toString() - 类 中的方法it.sauronsoftware.jave.AudioInfo
 
toString() - 类 中的方法it.sauronsoftware.jave.EncodingAttributes
 
toString() - 类 中的方法it.sauronsoftware.jave.MultimediaInfo
 
toString() - 类 中的方法it.sauronsoftware.jave.VideoAttributes
 
toString() - 类 中的方法it.sauronsoftware.jave.VideoInfo
 
toString() - 类 中的方法it.sauronsoftware.jave.VideoSize
 

V

VideoAttributes - it.sauronsoftware.jave中的类
Attributes controlling the video encoding process.
VideoAttributes() - 类 的构造器it.sauronsoftware.jave.VideoAttributes
 
VideoInfo - it.sauronsoftware.jave中的类
Instances of this class report informations about a video stream that can be decoded.
VideoInfo() - 类 的构造器it.sauronsoftware.jave.VideoInfo
 
VideoSize - it.sauronsoftware.jave中的类
Instances of this class report informations about videos size.
VideoSize(int, int) - 类 的构造器it.sauronsoftware.jave.VideoSize
It builds the bean.
VideoUtils - it.sauronsoftware.jave中的类
视频相关工具
VideoUtils() - 类 的构造器it.sauronsoftware.jave.VideoUtils
 
A C D E F G I M P S T V 
跳过导航链接

Copyright © 2019. All Rights Reserved.