pixviz.proc

Contents

pixviz.proc#

pixviz.proc.rotate_video(input_path, output_path, angle, *, fourcc_type='MJPG')[source]#

Rotate the video

Parameters:
  • input_path (Path | str) – input video path

  • output_path (Path | str) – rotated output path

  • angle (float) – rotation angle in degree

  • fourcc_type (str) – codec type

Return type:

None