Skip to content

Commit 354a96d

Browse files
authored
fix: fix referenced issue (#184)
fix #181
1 parent f80d7b9 commit 354a96d

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

src/burn/only_render.py

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -87,6 +87,8 @@ def render_video_only(video_path):
8787
file.write(f"{format_video_path}\n")
8888
if AUTO_SLICE:
8989
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'
9092
file.write(f"{slice_video_flv_path}\n")
9193

9294
class VideoRenderQueue:

0 commit comments

Comments
 (0)