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 tv.hd3g.processlauncher.tool.ToolRunner.RunningTool<FFmpeg>generateBarsAnd1k(File destination, int duration_in_sec, Point resolution)Statelesstv.hd3g.processlauncher.tool.ToolRunner.RunningTool<FFmpeg>generateBarsAnd1k(String destination, int duration_in_sec, Point resolution)Stateless-
Methods inherited from class tv.hd3g.fflauncher.recipes.Recipe
getExecName
-
-
-
-
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 tv.hd3g.processlauncher.tool.ToolRunner.RunningTool<FFmpeg> generateBarsAnd1k(String destination, int duration_in_sec, Point resolution) throws IOException
Stateless- Throws:
IOException
-
generateBarsAnd1k
public tv.hd3g.processlauncher.tool.ToolRunner.RunningTool<FFmpeg> generateBarsAnd1k(File destination, int duration_in_sec, Point resolution) throws IOException
Stateless- Throws:
IOException
-
-