Uses of Interface
ws.schild.jave.process.ProcessLocator
Packages that use ProcessLocator
-
Uses of ProcessLocator in ws.schild.jave
Fields in ws.schild.jave declared as ProcessLocatorModifier and TypeFieldDescriptionprivate final ProcessLocatorEncoder.locatorThe locator of the ffmpeg executable used by this encoder.private final ProcessLocatorMultimediaObject.locatorThe locator of the ffmpeg executable used by this extractor.private final ProcessLocatorScreenExtractor.locatorThe locator of the ffmpeg executable used by this extractor.private ProcessLocatorVideoProcessor.locatorConstructors in ws.schild.jave with parameters of type ProcessLocatorModifierConstructorDescriptionEncoder(ProcessLocator locator) It builds an encoder with a customFFMPEGProcess.MultimediaObject(File input, ProcessLocator locator) It builds an extractor with a customFFMPEGProcess.ScreenExtractor(ProcessLocator locator) It builds an extractor with a customFFMPEGProcess. -
Uses of ProcessLocator in ws.schild.jave.process.ffmpeg
Classes in ws.schild.jave.process.ffmpeg that implement ProcessLocatorModifier and TypeClassDescriptionclassThe default ffmpeg executable locator, which exports on disk the ffmpeg executable bundled with the library distributions.