Skip to content

Commit

Permalink
Revert "Make video saving lossless"
Browse files Browse the repository at this point in the history
This reverts commit e685d62.
  • Loading branch information
frankong committed Dec 20, 2019
1 parent 8b71f84 commit 0f89a64
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion sigpy/plot.py
Original file line number Diff line number Diff line change
Expand Up @@ -332,9 +332,9 @@ def key_press(self, event):
'-r', str(self.fps),
'-i', '{} %05d.png'.format(temp_basename),
'-vf', 'scale=trunc(iw/2)*2:trunc(ih/2)*2',
'-crf', '0',
'-vcodec', 'libx264',
'-preset', 'veryslow',
'-pix_fmt', 'yuv420p',
filename])

for i in range(self.shape[self.d]):
Expand Down

0 comments on commit 0f89a64

Please sign in to comment.