ZiyuG commited on
Commit
6f37bf4
1 Parent(s): 6ceedf0

Update align.py

Browse files
Files changed (1) hide show
  1. align.py +1 -1
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(*'H264')
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))