Adding support for audio again
This commit is contained in:
+1
-1
@@ -2071,7 +2071,7 @@ def _print_render_plan_details(plan, marker_timings, slides: dict) -> None:
|
||||
print(f" {time_str} [{marker_id}]")
|
||||
elif marker_id.startswith("audio:"):
|
||||
aligned_count += 1
|
||||
print(f" {time_str} [audio:{marker_id[1:]}]")
|
||||
print(f" {time_str} [{marker_id}]")
|
||||
else:
|
||||
aligned_count += 1
|
||||
print(f' {marker_id:6} {time_str} "{context}"')
|
||||
|
||||
Reference in New Issue
Block a user