Spaces:
Paused
Paused
Update align.py
Browse files
align.py
CHANGED
@@ -117,7 +117,7 @@ def create_aligned_videos(seq1_frames, seq2_frames, alignment_path, output_combi
|
|
117 |
unified_height = int(max_height)
|
118 |
|
119 |
# 创建输出视频
|
120 |
-
fourcc = cv2.VideoWriter_fourcc(*'
|
121 |
|
122 |
# 创建并排视频
|
123 |
# combined_out = cv2.VideoWriter(output_combined_path, fourcc, fps, (unified_width * 2, unified_height))
|
|
|
117 |
unified_height = int(max_height)
|
118 |
|
119 |
# 创建输出视频
|
120 |
+
fourcc = cv2.VideoWriter_fourcc(*'XVID')
|
121 |
|
122 |
# 创建并排视频
|
123 |
# combined_out = cv2.VideoWriter(output_combined_path, fourcc, fps, (unified_width * 2, unified_height))
|