Made custom command line arguments respect placeholders like %FPS%
This commit is contained in:
@@ -451,7 +451,7 @@ public class GuiRenderSettings extends GuiScreen {
|
||||
options.setRenderer(renderer);
|
||||
|
||||
if(ffmpegArguments.getText().trim().length() > 0) {
|
||||
options.setCommandLineArguments(ffmpegArguments.getText());
|
||||
options.setExportCommandArgs(ffmpegArguments.getText());
|
||||
}
|
||||
|
||||
ReplayHandler.startPath(options);
|
||||
|
||||
Reference in New Issue
Block a user