heheyas commited on
Commit
4c606b8
1 Parent(s): b0e8b88
Files changed (1) hide show
  1. app.py +1 -1
app.py CHANGED
@@ -140,7 +140,7 @@ def do_sample(
140
  # write_video(video_path, frames, fps=6)
141
  writer = cv2.VideoWriter(
142
  video_path,
143
- cv2.VideoWriter_fourcc(*"MP4V"),
144
  6,
145
  (frames.shape[-1], frames.shape[-2]),
146
  )
 
140
  # write_video(video_path, frames, fps=6)
141
  writer = cv2.VideoWriter(
142
  video_path,
143
+ cv2.VideoWriter_fourcc("m", "p", "4", "v"),
144
  6,
145
  (frames.shape[-1], frames.shape[-2]),
146
  )