Added restriction for Encoding Presets with the yuv420 setting (width and height have to be even numbers)
This commit is contained in:
@@ -38,6 +38,8 @@ public enum EncodingPreset implements GuiEntryListEntry {
|
||||
return commandLineArgs.contains("%BITRATE%");
|
||||
}
|
||||
|
||||
public boolean isYuv420() { return commandLineArgs.contains("-pix_fmt yuv420p"); }
|
||||
|
||||
@Override
|
||||
public String getDisplayString() {
|
||||
return getI18nName();
|
||||
|
||||
Reference in New Issue
Block a user