Fixing the issue
This commit is contained in:
+2
-1
@@ -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,
|
||||
|
||||
Reference in New Issue
Block a user