Package tv.hd3g.fflauncher.recipes
Class GenerateVideoFile
- java.lang.Object
-
- tv.hd3g.fflauncher.recipes.Recipe
-
- tv.hd3g.fflauncher.recipes.GenerateVideoFile
-
public class GenerateVideoFile extends Recipe
-
-
Constructor Summary
Constructors Constructor Description GenerateVideoFile(tv.hd3g.processlauncher.tool.ToolRunner toolRun)GenerateVideoFile(tv.hd3g.processlauncher.tool.ToolRunner toolRun, String execName)
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description CompletableFuture<tv.hd3g.processlauncher.tool.RunningTool<FFmpeg>>generateBarsAnd1k(File destination, int duration_in_sec, Point resolution)StatelessCompletableFuture<tv.hd3g.processlauncher.tool.RunningTool<FFmpeg>>generateBarsAnd1k(String destination, int duration_in_sec, Point resolution)Stateless-
Methods inherited from class tv.hd3g.fflauncher.recipes.Recipe
getExecName, setPostProcessExecutor
-
-
-
-
Constructor Detail
-
GenerateVideoFile
public GenerateVideoFile(tv.hd3g.processlauncher.tool.ToolRunner toolRun)
-
GenerateVideoFile
public GenerateVideoFile(tv.hd3g.processlauncher.tool.ToolRunner toolRun, String execName)
-
-
Method Detail
-
generateBarsAnd1k
public CompletableFuture<tv.hd3g.processlauncher.tool.RunningTool<FFmpeg>> generateBarsAnd1k(String destination, int duration_in_sec, Point resolution) throws IOException
Stateless- Throws:
IOException
-
generateBarsAnd1k
public CompletableFuture<tv.hd3g.processlauncher.tool.RunningTool<FFmpeg>> generateBarsAnd1k(File destination, int duration_in_sec, Point resolution) throws IOException
Stateless- Throws:
IOException
-
-