Uses of Class
ws.schild.jave.process.ProcessWrapper
-
Packages that use ProcessWrapper Package Description ws.schild.jave ws.schild.jave.process ws.schild.jave.process.ffmpeg -
-
Uses of ProcessWrapper in ws.schild.jave
Fields in ws.schild.jave declared as ProcessWrapper Modifier and Type Field Description private ProcessWrapperEncoder. ffmpegThe executor used to do the conversion Is saved here, so we can abort the conversion process -
Uses of ProcessWrapper in ws.schild.jave.process
Methods in ws.schild.jave.process that return ProcessWrapper Modifier and Type Method Description default ProcessWrapperProcessLocator. createExecutor()It returns a brand newProcessWrapper, ready to be used in a ffmpeg call. -
Uses of ProcessWrapper in ws.schild.jave.process.ffmpeg
Subclasses of ProcessWrapper in ws.schild.jave.process.ffmpeg Modifier and Type Class Description classFFMPEGProcessThe standard FFMPEGProcess - enhances the ProcessWrapper by always suppressing the FFMPEG banner.Methods in ws.schild.jave.process.ffmpeg that return ProcessWrapper Modifier and Type Method Description ProcessWrapperDefaultFFMPEGLocator. createExecutor()
-