Class | Description |
---|---|
Encoder |
Main class of the package.
|
FFMPEGLocator |
Abstract class whose derived concrete instances are used by
Encoder
to locate the FFMPEG executable path. |
LinuxFFMPEGLocator |
The default FFMPEG executable locator, which exports on disk the FFMPEG
executable bundled with the library distributions.
|
MacFFMPEGLocator |
This class provides an ffmpeg binary for Mac OS X.
|
PathFFMPEGLocator |
This class provides tries to find an ffmpeg binary in the PATH
|
WindowsFFMPEGLocator |
The default ffmpeg executable locator, which exports on disk the ffmpeg
executable bundled with the library distributions.
|
Exception | Description |
---|---|
EncoderException |
Encoding expection.
|
InputFormatException |
This expection is thrown if a source file format is not recognized.
|