Added Support for custom ffmpeg Command Line Arguments when Rendering a Video | https://trello.com/c/69CNoWuA/

This commit is contained in:
CrushedPixel
2015-07-01 13:28:41 +02:00
parent c34ec09e6b
commit a189868390
5 changed files with 63 additions and 26 deletions

View File

@@ -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;