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 f80d7b9 commit 354a96dCopy full SHA for 354a96d
src/burn/only_render.py
@@ -87,6 +87,8 @@ def render_video_only(video_path):
87
file.write(f"{format_video_path}\n")
88
if AUTO_SLICE:
89
print("complete slice video and wait for uploading!", flush=True)
90
+ slice_video_path = format_video_path[:-4] + '_slice.mp4'
91
+ slice_video_flv_path = slice_video_path[:-4] + '.flv'
92
file.write(f"{slice_video_flv_path}\n")
93
94
class VideoRenderQueue:
0 commit comments