We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 0e9adfc commit eaeca2eCopy full SHA for eaeca2e
ffmpeg_editlist.py
@@ -418,7 +418,7 @@ def main(argv=sys.argv[1:]):
418
# Start command: start a segment
419
elif isinstance(command, dict) and 'start' in command:
420
start = command['start']
421
- schedule(start, f"START" + (f" **{segment['title']}**" if segment_number == 0 else ""))
+ schedule(start, f"START" + (f" **{segment['title']}**" if segment_number and 'title' in segment == 0 else ""))
422
segment_number += 1
423
continue
424
# End command: process this segment and all queued commands
0 commit comments