Fixing the issue

This commit is contained in:
2026-05-12 08:16:30 +02:00
parent b4c48d81b0
commit ff47ffea8f
+2 -1
View File
@@ -1470,9 +1470,10 @@ def cmd_preprocess(
successfully_processed.append((seg_id, seg_source))
else:
for segment_id, segment_source in segments_to_process:
_out_full = (cache_narration_dir or narration_dir) / segment_source.output_file
print(f"\n Processing: {segment_id}")
print(f" Source: {segment_source.source_file}")
print(f" Output: {segment_source.output_file}")
print(f" Output: {_out_full}")
print(f" Filters: {len(segment_source.filter)} step(s)")
preprocess_video(
cache_narration_dir or narration_dir,