We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent b5a3dad commit 717e7ceCopy full SHA for 717e7ce
PythonTools/video.py
@@ -44,7 +44,7 @@ def extract_video_info(video_path: str) -> VideoInfo:
44
Uses the ffmpeg.probe function to retrieve information about a video file.
45
46
:param video_path: Path to a valid video file
47
- :return: An instance of a VideoTuple named tuple with self-explaining information.
+ :return: An instance of a VideoInfo named tuple with self-explaining information.
48
"""
49
50
#
0 commit comments