Feature request: remove maximum length for FFmpeg command line arguments
JochCool opened this issue ยท 1 comments
I know that this is probably a very specific use case, but I have a program that generates some FFmpeg video filters based on the contents of a replay, to put live data on screen. However, this makes the command often very long, exceeding the 500 character limit. It would be very helpful for me if this limit was removed, or at least raised by a lot.
ReplayMod/src/main/java/com/replaymod/render/gui/GuiRenderSettings.java
Lines 203 to 204 in 55f3a15
Since you obviously are an advanced user, have a look into render queues: They not only contain the camera path, but all render settings, including the FFmpeg arguments. So you could add an entry to your render queue and edit the arguments there.
For that, open up the MCPR
file with a zip-program and get the renderQueue.json
file.