Added Support for custom ffmpeg Command Line Arguments when Rendering a Video | https://trello.com/c/69CNoWuA/
This commit is contained in:
@@ -11,6 +11,7 @@ public final class RenderOptions {
|
||||
private FrameRenderer renderer;
|
||||
private String bitrate = "10M";
|
||||
private int fps = 30;
|
||||
private String commandLineArguments = null;
|
||||
|
||||
// Advanced
|
||||
private boolean waitForChunks = true;
|
||||
|
||||
Reference in New Issue
Block a user