yt_common: automation: add header to keyframes file to make aegisub happy
This commit is contained in:
parent
8fcdf12cd3
commit
c652a7c5e7
@ -72,6 +72,7 @@ class SelfRunner():
|
|||||||
if args.keyframes:
|
if args.keyframes:
|
||||||
kf = find_scene_changes(source.source())
|
kf = find_scene_changes(source.source())
|
||||||
with open(args.keyframes, "w", encoding="utf-8") as kfo:
|
with open(args.keyframes, "w", encoding="utf-8") as kfo:
|
||||||
|
kfo.write("# WWXD log file, using qpfile format\n\n")
|
||||||
for f in kf:
|
for f in kf:
|
||||||
kfo.write(f"{f:d} I\n")
|
kfo.write(f"{f:d} I\n")
|
||||||
return
|
return
|
||||||
|
Loading…
x
Reference in New Issue
Block a user