save video for preliminar analisys

This commit is contained in:
VALLONGOL 2025-07-15 14:52:40 +02:00
parent 18294f02a2
commit 41fffa2b2f
2 changed files with 5 additions and 3 deletions

View File

@ -6,10 +6,10 @@
import re
# --- Version Data (Generated) ---
__version__ = "v.0.0.0.41-0-g00f0f7e"
GIT_COMMIT_HASH = "00f0f7e8086e86e7ae109ea46f8004bc15c5bd5b"
__version__ = "v.0.0.0.41-1-g14d0277"
GIT_COMMIT_HASH = "14d02771f7759faad5264da407c125cdc7a734bb"
GIT_BRANCH = "master"
BUILD_TIMESTAMP = "2025-07-15T09:22:05.627361+00:00"
BUILD_TIMESTAMP = "2025-07-15T12:37:45.493596+00:00"
IS_GIT_REPO = True
# --- Default Values (for comparison or fallback) ---

View File

@ -77,6 +77,8 @@ class FlightAnalyzer:
f"/n={num_files_to_process}",
"/p=1",
"/a",
'/vsave',
'/vshow',
]
log.info(f"Running g_reconverter for full analysis: {' '.join(command_list)}")