Skip to content

Commit

Permalink
video tools
Browse files Browse the repository at this point in the history
  • Loading branch information
sronilsson committed May 17, 2024
1 parent 7dd01e0 commit 51389ed
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions simba/video_processors/video_processing.py
Original file line number Diff line number Diff line change
Expand Up @@ -3079,6 +3079,7 @@ def overlay_video_progressbar(video_path: Union[str, os.PathLike],
Overlay a progress bar on a directory of videos or a single video.
.. video:: _static/img/overlay_video_progressbar.webm
:width: 700
:loop:
:param Union[str, os.PathLike] video_path: Directory containing video files or a single video file
Expand Down Expand Up @@ -3181,6 +3182,7 @@ def watermark_video(video_path: Union[str, os.PathLike],
Watermark a video file or a directory of video files with specified watermark size, opacity, and location.
.. video:: _static/img/watermark_video.webm
:width: 900
:loop:
:param Union[str, os.PathLike] video_path: The path to the video file.
Expand Down Expand Up @@ -3353,6 +3355,7 @@ def superimpose_elapsed_time(video_path: Union[str, os.PathLike],
Superimposes elapsed time on the given video file(s) and saves the modified video(s).
.. video:: _static/img/superimpose_elapsed_time.webm
:width: 900
:loop:
:param Union[str, os.PathLike] video_path: Path to the input video file or directory containing video files.
Expand Down

0 comments on commit 51389ed

Please sign in to comment.