原始像素太卡 走ffmpeg

This commit is contained in:
2026-08-29 20:24:11 +08:00
parent 45783201e4
commit 20be348a6a
27 changed files with 1310 additions and 684 deletions
+2 -2
View File
@@ -98,8 +98,8 @@ void append_dimension(web::Plot_Dimension dimension) {
[[nodiscard]] Parse_Benchmark_Arguments_Result parse_arguments(
int& argc, char** argv) {
configuration = {};
if (!select_plots("3d")) {
configuration_error = "the Gallery has no 3D plots";
if (!select_plots("all")) {
configuration_error = "the Gallery has no plots";
return Parse_Benchmark_Arguments_Result::invalid_argument;
}
int retained_count{1};